Sabre DCCI Passenger List Mock Server

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 mock server 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 mock server is up and running!

Use this mock 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*ullamco aliqua
Header NameExample
Authorization*"consectetur nostrud magna cillum"
Application-ID"ad"
Conversation-ID"id do commodo"
Message-ID"anim ut"
{
  "flightCriteria": {
    "airline": "[ob",
    "arrivalAirport": "[object Object]",
    "cabinClass": "b",
    "departureAirport": "[ob",
    "departureDate": "2026-06-17",
    "flightNumber": "3"
  },
  "outputCriteria": {
    "displayCodes": {
      "codes": [
        "C3",
        "C1",
        "C2"
      ],
      "condition": "AND"
    },
    "sortBy": "SEAT"
  }
}
{
  "passengers": [
    {
      "baggageCount": 0,
      "boardDate": "2027-06-07T00:00:00.0Z",
      "boardStatus": false,
      "bookingClass": "Y",
      "cabinClass": "c",
      "checkInDate": "2027-05-21T00:00:00.0Z",
      "checkInSequenceNumber": 36,
      "checkInStatus": true,
      "desiredBookingClass": "T",
      "editCodes": [
        "E2",
        "E1"
      ],
      "firstName": "Niko",
      "groupCode": "P6s",
      "lastName": "Cummerata",
      "nameAssociationId": "3",
      "passengerType": "CHD",
      "priorityCode": "obN",
      "recordLocator": "CFXHWK",
      "seatNumber": "21A",
      "seniorityDate": "2025-06-23",
      "ssciPassengerId": "hlUUgMRP50Jp",
      "upgradeCode": "eD2",
      "vcrs": [
        {
          "airlineAccountingCode": "167",
          "coupon": "8",
          "inUse": true,
          "number": "7626421756",
          "type": "adult"
        },
        {
          "airlineAccountingCode": "222",
          "coupon": "4",
          "inUse": true,
          "number": "8722199818",
          "type": "child"
        },
        {
          "airlineAccountingCode": "427",
          "coupon": "8",
          "inUse": false,
          "number": "0969238386",
          "type": "child"
        },
        {
          "airlineAccountingCode": "246",
          "coupon": "9",
          "inUse": true,
          "number": "8378789392",
          "type": "child"
        }
      ]
    },
    {
      "baggageCount": 1,
      "boardDate": "2027-01-15T00:00:00.0Z",
      "boardStatus": false,
      "bookingClass": "P",
      "cabinClass": "X",
      "checkInDate": "2026-09-06T00:00:00.0Z",
      "checkInSequenceNumber": 63,
      "checkInStatus": false,
      "desiredBookingClass": "d",
      "editCodes": [
        "E2",
        "E1"
      ],
      "firstName": "Donny",
      "groupCode": "Rkm",
      "lastName": "Bayer",
      "nameAssociationId": "4",
      "passengerType": "ADT",
      "priorityCode": "eNl",
      "recordLocator": "AQEWWB",
      "seatNumber": "35C",
      "seniorityDate": "2023-10-09",
      "ssciPassengerId": "5WJClUZJocE8",
      "upgradeCode": "NyL",
      "vcrs": [
        {
          "airlineAccountingCode": "841",
          "coupon": "7",
          "inUse": false,
          "number": "8061284527",
          "type": "adult"
        },
        {
          "airlineAccountingCode": "767",
          "coupon": "3",
          "inUse": false,
          "number": "7907678076",
          "type": "child"
        },
        {
          "airlineAccountingCode": "413",
          "coupon": "0",
          "inUse": true,
          "number": "9685929961",
          "type": "child"
        }
      ]
    },
    {
      "baggageCount": 1,
      "boardDate": "2026-09-18T00:00:00.0Z",
      "boardStatus": true,
      "bookingClass": "U",
      "cabinClass": "W",
      "checkInDate": "2026-07-18T00:00:00.0Z",
      "checkInSequenceNumber": 7,
      "checkInStatus": true,
      "desiredBookingClass": "k",
      "editCodes": [
        "E1",
        "E2"
      ],
      "firstName": "Cloyd",
      "groupCode": "NCd",
      "lastName": "Hilll",
      "nameAssociationId": "2",
      "passengerType": "INF",
      "priorityCode": "gfB",
      "recordLocator": "GSRAQQ",
      "seatNumber": "24F",
      "seniorityDate": "2023-02-15",
      "ssciPassengerId": "MbRcZiNlOzk8",
      "upgradeCode": "JKq",
      "vcrs": [
        {
          "airlineAccountingCode": "881",
          "coupon": "5",
          "inUse": false,
          "number": "6782692305",
          "type": "child"
        },
        {
          "airlineAccountingCode": "994",
          "coupon": "6",
          "inUse": false,
          "number": "3055881378",
          "type": "adult"
        },
        {
          "airlineAccountingCode": "498",
          "coupon": "4",
          "inUse": true,
          "number": "1019395721",
          "type": "adult"
        }
      ]
    }
  ],
  "result": {
    "status": {
      "code": "NOT_FOUND",
      "message": "Only 2 passenger types are allowed.",
      "type": "SUCCESS"
    }
  }
}
{
  "errorCode": "ERR.2SG.SEC.AUTH",
  "message": "Invalid input format provided",
  "status": "Unknown",
  "timeStamp": "2026-06-16T00:00:00.0Z",
  "type": "BusinessLogic"
}
Query Parameter NameExample
jipcc*magna
Header NameExample
Session-ID*"minim in tempor"
Authorization*"anim commodo dolor dolor fugiat"
Application-ID"dolore sunt ut"
Conversation-ID"dolore ut elit eu enim"
Message-ID"in cupidatat et"
{
  "flightCriteria": {
    "airline": "[ob",
    "arrivalAirport": "[object Object]",
    "departureAirport": "[ob",
    "departureDate": "2026-09-09",
    "flightNumber": "5483"
  },
  "outputFormat": "BPXML",
  "passengerCriteria": {
    "passengers": [
      {
        "seatNumber": "3D",
        "ssciPassengerId": "NDbAWZRU79ZE"
      },
      {
        "seatNumber": "1A",
        "ssciPassengerId": "pvcYMpqOOf4P"
      }
    ],
    "requestedCabinClass": "S",
    "seatCharacteristics": [
      "A"
    ]
  }
}
{
  "results": [
    {
      "boardingPass": [
        {
          "agent": {
            "city": "PoN",
            "country": "MW",
            "sign": "NVu"
          },
          "baggage": {
            "carryOnWeight": {
              "unit": "KG",
              "value": 4.3
            },
            "checkedInBaggage": {
              "bagTagNumber": [
                "12345678",
                "87654321",
                "11223344"
              ],
              "quantity": 1,
              "totalWeight": {
                "unit": "LB",
                "value": 4.9
              }
            }
          },
          "barCode": "2V30Ics4Nd17NCMoPA3TIE0DsMaTSNJGRKCNdG0r",
          "checkInSequenceNumber": "970",
          "deck": {
            "code": "UPPER",
            "value": "OTHER"
          },
          "displayData": {
            "accommodation": "FIRST CLASS",
            "agentCityName": "Erichworth",
            "arrivalAirportName": "Willowport",
            "boardingPassOnlyText": "BOARDING PASS ONLY",
            "boardingTime": "4093",
            "cabinClassCode": "U",
            "cabinText": "BUSINESS",
            "carryOnText": "CARRY-ON",
            "childText": "INFANT",
            "commuterAirlineName": "[object Object]",
            "commuterOperatedByText": "OPERATED BY",
            "departureAirportName": "Sarasota",
            "documentTypeText": "BOARDING PASS",
            "doorCloseTime": "9185",
            "edifactApiText": "API OK",
            "entitlementTexts": {
              "fastTrack": "FAST TRACK",
              "loungeAccess": "LOUNGE XTRA",
              "priorityBoarding": "PRIORITY"
            },
            "estimatedArrivalTime": "9887",
            "estimatedDepartureDate": "2027-03-28T00:00:00.0Z",
            "estimatedDepartureTime": "7397",
            "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": "zx4R",
            "plusInfantText": "PLUS INFANT",
            "premiumText": "PREMIUM",
            "priorityAaccessText": "PRIORITY AACCESS",
            "priorityBoardingText": "PRIORITY BOARDING",
            "priorityText": "PRIORITY",
            "scheduledArrivalTime": "7277",
            "scheduledDepartureDate": "2026-10-13T00:00:00.0Z",
            "scheduledDepartureTime": "8377",
            "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": 1833.39,
            "atpcoRule": "W8K7",
            "atpcoTariff": 28,
            "bookingClass": "o",
            "brand": "RN",
            "cabinClass": "ECONOMY",
            "cabinClassCode": "A",
            "discountCategory": "23",
            "fareBasisCode": "LYTuUq",
            "governingAirline": "[ob",
            "id": "44c36394-dd1d-445c-8f32-6960c08d6ff2",
            "operatingBookingClass": "c",
            "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": "PW",
            "arrivalFlightScheduleStatus": "ON_TIME",
            "arrivalTerminal": "lG",
            "arrivalTime": "2027-02-05T00:00:00.0Z",
            "boardingTime": "1894-08-16T11:21:49.0Z",
            "changeOfGauge": true,
            "commuter": false,
            "departureAirport": "[ob",
            "departureCountry": "RO",
            "departureFlightScheduleStatus": "CANCELLED",
            "departureGate": "Wa",
            "departureTerminal": "Xw",
            "departureTime": "2027-03-22T00:00:00.0Z",
            "disclosureAirline": "[ob",
            "distance": {
              "unit": "MILES",
              "value": 3676
            },
            "equipment": "911",
            "estimatedArrivalTime": "1915-12-23T06:42:39.0Z",
            "estimatedDepartureTime": "1935-12-10T03:11:09.0Z",
            "flightDuration": 233,
            "flightNumber": "7285",
            "flightStop": [
              {
                "airport": "[ob",
                "arrivalTime": "2026-08-02T00:00:00.0Z",
                "departureTime": "2027-03-26T00:00:00.0Z",
                "duration": 179,
                "elapsedTime": 81
              },
              {
                "airport": "[ob",
                "arrivalTime": "2026-10-21T00:00:00.0Z",
                "departureTime": "2027-06-01T00:00:00.0Z",
                "duration": 155,
                "elapsedTime": 92
              },
              {
                "airport": "[ob",
                "arrivalTime": "2027-05-21T00:00:00.0Z",
                "departureTime": "2026-11-27T00:00:00.0Z",
                "duration": 108,
                "elapsedTime": 215
              },
              {
                "airport": "[ob",
                "arrivalTime": "2027-05-29T00:00:00.0Z",
                "departureTime": "2027-03-07T00:00:00.0Z",
                "duration": 76,
                "elapsedTime": 198
              }
            ],
            "iatci": true,
            "id": "3130a4f0-8b0a-42b7-8867-ef8ebe33c777",
            "operatingAirline": "[ob",
            "operatingAirlineName": "[object Object]",
            "operatingFlightNumber": "950",
            "span": "DOMESTIC",
            "status": "CANCELLED",
            "subjectToGovernmentApproval": false,
            "thirdPartyGroundHandled": false,
            "throughFlight": false,
            "timeToDeparture": 698
          },
          "formattedBoardingPass": {
            "document": {
              "contentType": "image/svg+xml",
              "name": "rubric_blah.[object Object]",
              "value": "dYpsDJvfVWnPTJhCbjAWhdcZISndlHuyYsQHSerKBRgcOwIdsNDdJsgmtRvB07wC"
            },
            "image": {
              "contentType": "audio/aac",
              "name": "cheerfully_about_versus.[object Object]",
              "value": "Ds7d77NZhLpLqONSFOSBlMJ0a4HIXmXJNlLDjisJN5jRW9WvOazDfmLshAd0Hhyt"
            },
            "pectab": {
              "data": {
                "contentType": "application/x-7z-compressed",
                "name": "consequently_underneath.[object Object]",
                "value": "8bWObFmOEThdX4MZY5ecPePtVn98d6MHL7Pu4Yd6HfSO3NxC0F848Zd8CRgIIX3A"
              },
              "layout": {
                "contentType": "audio/ogg",
                "name": "communicate_muddy_meh.[object Object]",
                "value": "jxISGbEeZfTR6nKYVCTGcBjqh5A2kH4ZNUC5dTOdAAesDXbTQuvkUAYufcWoc7E6"
              },
              "template": {
                "contentType": "font/woff2",
                "name": "yum_euphonium_ribbon.[object Object]",
                "value": "lJTO8t3oS8d5u2QIzP4QJx71YSSmMhUT2N4nt4SkFMJ53U9iKWmz06oMCDl9BwHC"
              },
              "templates": [
                {
                  "contentType": "application/x-bzip2",
                  "name": "joyously_meh_brave.[object Object]",
                  "value": "N6W1n6jmRclJJyxhTVD56MsyJJg3eIHrP3JfYc40pEBHoKCZt2EFOvrYgoVSJ54P"
                },
                {
                  "contentType": "application/vnd.oasis.opendocument.spreadsheet",
                  "name": "mortise.[object Object]",
                  "value": "TWuN6ZbdIFJWXwaw7u1hxRrAKyP9D4HNWWyUKUT8OTF5WlrQC8FcQu2krpTTKFrS"
                },
                {
                  "contentType": "application/vnd.ms-excel",
                  "name": "nectarine_spear.[object Object]",
                  "value": "pkgWhg2wl9g3vsbNv0xRE2yrZxytbFztSWyeUkdudy6zBQpti7CLbc68EYmKkHQ9"
                },
                {
                  "contentType": "application/x-abiword",
                  "name": "questionably_resort_scramble.[object Object]",
                  "value": "nnJMEJWBpoh3nTRuxBoXl4RaY21niZ1K39oPZuiOmvN8eUtnb5tR0gbVWsnmXier"
                },
                {
                  "contentType": "text/calendar",
                  "name": "who_tinted_up.[object Object]",
                  "value": "tieuAIfVtRtnDRjXiMWWBKoL0hxGvjQlwVu1ctvX1Pc5sE11fIJrDHhZPwlS67Rn"
                }
              ]
            },
            "supplementaryData": {
              "accommodation": "RESIDENCE SUITE",
              "selectee": true,
              "skyPriority": true,
              "zone": "6"
            },
            "zpl": {
              "contentType": "application/vnd.amazon.ebook",
              "name": "near_upon_uh_huh.[object Object]",
              "value": "bGLIDsXAxzmpnrDXG3pvU914gbqNJBOoDjmYeSc5XFn6Y3zlTzJTz15oH7RYHCzQ"
            }
          },
          "group": "k8Ae40",
          "loyaltyAccount": {
            "id": "f92f9260-2d27-4f0c-b545-42a25bd2eea6",
            "latestAwardDate": "2025-09-13",
            "loyaltyTierLevel": {
              "atpco": "24",
              "customerInsight": "32",
              "name": "silver",
              "number": 1,
              "priority": 8,
              "tag": "omN"
            },
            "memberAirline": "[ob",
            "memberId": "7804265483",
            "membershipStartDate": "2022-12-13",
            "mileage": {
              "unit": "MILES",
              "value": 1569
            },
            "pnrId": "0",
            "points": 36468,
            "source": "SSCI"
          },
          "personName": {
            "first": "Daphne",
            "last": "Rosenbaum",
            "middle": "North",
            "prefix": "Mrs.",
            "raw": "Celia Pouros",
            "suffix": "Jr."
          },
          "priorityVerificationCard": false,
          "recordLocator": "TTWWJD",
          "seat": {
            "column": "o",
            "row": "84",
            "value": "2C"
          },
          "source": "EXTERNAL",
          "standbyPriority": "Ij",
          "supplementaryData": {
            "dhsStatus": 1,
            "exclusiveWaitingArea": true,
            "infraeroElectronicStamp": "79169084193175",
            "loungeAccess": false,
            "selectee": false,
            "skyPriority": false,
            "spanishLargeFamily": false,
            "spanishResident": true,
            "tboAirport": "[ob",
            "throughAirport": "[ob",
            "throughCountry": "IR"
          },
          "ticketCouponNumber": "78",
          "ticketNumber": {
            "airlineAccountingCode": "502",
            "checkDigit": "6",
            "number": "01960370131584",
            "serialNumber": "9336681188"
          },
          "upgradePriority": "LTLiT",
          "zone": "6"
        },
        {
          "agent": {
            "city": "CZQ",
            "country": "KY",
            "sign": "lWY"
          },
          "baggage": {
            "carryOnWeight": {
              "unit": "KG",
              "value": 14
            },
            "checkedInBaggage": {
              "bagTagNumber": [
                "87654321",
                "12345678",
                "11223344"
              ],
              "quantity": 3,
              "totalWeight": {
                "unit": "KG",
                "value": 12.9
              }
            }
          },
          "barCode": "LuY3i7txu4EMNHqZBR6lunZLsfKWkJf8RcuUzZ01",
          "checkInSequenceNumber": "954",
          "deck": {
            "code": "MIDDLE",
            "value": "MAIN"
          },
          "displayData": {
            "accommodation": "RESIDENCE SUITE",
            "agentCityName": "North August",
            "arrivalAirportName": "East Rubyefield",
            "boardingPassOnlyText": "BOARDING PASS ONLY",
            "boardingTime": "1871",
            "cabinClassCode": "Q",
            "cabinText": "FIRST CLASS",
            "carryOnText": "NO CARRY-ON",
            "childText": "CHILD",
            "commuterAirlineName": "[object Object]",
            "commuterOperatedByText": "OPERATED BY",
            "departureAirportName": "Lake Makenzieborough",
            "documentTypeText": "BOARDING PASS",
            "doorCloseTime": "5768",
            "edifactApiText": "API ERROR",
            "entitlementTexts": {
              "fastTrack": "FAST TRACK",
              "loungeAccess": "LOUNGE XTRA",
              "priorityBoarding": "PRIORITY"
            },
            "estimatedArrivalTime": "9948",
            "estimatedDepartureDate": "2027-01-04T00:00:00.0Z",
            "estimatedDepartureTime": "8195",
            "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": "wkn7",
            "plusInfantText": "PLUS INFANT",
            "premiumText": "PREMIUM",
            "priorityAaccessText": "PRIORITY AACCESS",
            "priorityBoardingText": "PRIORITY BOARDING",
            "priorityText": "PRIORITY",
            "scheduledArrivalTime": "0419",
            "scheduledDepartureDate": "2027-05-27T00:00:00.0Z",
            "scheduledDepartureTime": "4393",
            "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": 1267.47,
            "atpcoRule": "RaPh",
            "atpcoTariff": 58,
            "bookingClass": "N",
            "brand": "AR",
            "cabinClass": "PREMIUM_BUSINESS",
            "cabinClassCode": "D",
            "discountCategory": "35",
            "fareBasisCode": "H8Nc1i",
            "governingAirline": "[ob",
            "id": "6bdca6e2-6372-4f71-9b90-f6bce1127357",
            "operatingBookingClass": "U",
            "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": "FO",
            "arrivalFlightScheduleStatus": "ON_TIME",
            "arrivalTerminal": "7x",
            "arrivalTime": "2026-10-15T00:00:00.0Z",
            "boardingTime": "1968-11-06T19:39:06.0Z",
            "changeOfGauge": true,
            "commuter": false,
            "departureAirport": "[ob",
            "departureCountry": "FM",
            "departureFlightScheduleStatus": "CANCELLED",
            "departureGate": "Fl",
            "departureTerminal": "0s",
            "departureTime": "2027-02-07T00:00:00.0Z",
            "disclosureAirline": "[ob",
            "distance": {
              "unit": "MILES",
              "value": 4307
            },
            "equipment": "519",
            "estimatedArrivalTime": "1949-10-13T07:28:54.0Z",
            "estimatedDepartureTime": "1890-05-15T07:21:38.0Z",
            "flightDuration": 425,
            "flightNumber": "515",
            "flightStop": [
              {
                "airport": "[ob",
                "arrivalTime": "2026-11-30T00:00:00.0Z",
                "departureTime": "2027-03-13T00:00:00.0Z",
                "duration": 125,
                "elapsedTime": 228
              },
              {
                "airport": "[ob",
                "arrivalTime": "2026-09-17T00:00:00.0Z",
                "departureTime": "2027-02-20T00:00:00.0Z",
                "duration": 64,
                "elapsedTime": 244
              },
              {
                "airport": "[ob",
                "arrivalTime": "2027-01-06T00:00:00.0Z",
                "departureTime": "2027-01-29T00:00:00.0Z",
                "duration": 163,
                "elapsedTime": 242
              }
            ],
            "iatci": true,
            "id": "df23b885-9154-44ad-9986-30d17916a5f2",
            "operatingAirline": "[ob",
            "operatingAirlineName": "[object Object]",
            "operatingFlightNumber": "84",
            "span": "DOMESTIC",
            "status": "DELAYED",
            "subjectToGovernmentApproval": true,
            "thirdPartyGroundHandled": false,
            "throughFlight": false,
            "timeToDeparture": 81
          },
          "formattedBoardingPass": {
            "document": {
              "contentType": "text/html",
              "name": "duh_tasty_adjourn.[object Object]",
              "value": "gWjlm3CdXSIfheHIKSrORYqb7gkgINbgNNWFF6MdoiC3HGp2HZml4TfSyLH0vtBy"
            },
            "image": {
              "contentType": "application/vnd.mozilla.xul+xml",
              "name": "searchingly_decisive_qua.[object Object]",
              "value": "VHzaaOQPHaPgbZYpm7dtFk6G1PytPR5btcs3wlYXRiZSe13oCsnCEtVh4VaEuZjj"
            },
            "pectab": {
              "data": {
                "contentType": "video/ogg",
                "name": "gallery_gadzooks.[object Object]",
                "value": "DU1XHo3rRYeXDvV8Klj6qKDj4sfjidLOVkbRKZhpDCI90l60CWHU39peTwtFH7t0"
              },
              "layout": {
                "contentType": "audio/wav",
                "name": "upliftingly.[object Object]",
                "value": "f4dh2kjgp2rduOGVbxUXZs2KY2Bp39KJouFjcTcKyhD0sSWM9BWDQB2zR2E3AkMz"
              },
              "template": {
                "contentType": "text/calendar",
                "name": "after_forenenst_and.[object Object]",
                "value": "2mMHsWpyGh54uaW6hUX6EjaSZeNkicXpzvrrs4xjhSrtJspl6Si7FZWpHpz6TbT4"
              },
              "templates": [
                {
                  "contentType": "application/vnd.ms-powerpoint",
                  "name": "through.[object Object]",
                  "value": "dWn22JqF0Z94wH9rKYnWUZdiou5a9eqs34ppbiaxqu5K7fxkLJzXPvYlnIJX9Axq"
                }
              ]
            },
            "supplementaryData": {
              "accommodation": "FIRST CLASS",
              "selectee": false,
              "skyPriority": false,
              "zone": "0"
            },
            "zpl": {
              "contentType": "application/x-freearc",
              "name": "terribly_versus_and.[object Object]",
              "value": "qI0tse1x6vEGMJZuARcUEJTgEhSSdjMYlBTN4RL4UIM3Aou6jThGYl3qeedr9F0M"
            }
          },
          "group": "2c9zDg",
          "loyaltyAccount": {
            "id": "0fba683a-ec29-4418-9b61-697dc61f6a49",
            "latestAwardDate": "2026-01-29",
            "loyaltyTierLevel": {
              "atpco": "15",
              "customerInsight": "76",
              "name": "platinum",
              "number": 3,
              "priority": 10,
              "tag": "nqb"
            },
            "memberAirline": "[ob",
            "memberId": "9907348266",
            "membershipStartDate": "2026-06-06",
            "mileage": {
              "unit": "MILES",
              "value": 2867
            },
            "pnrId": "8",
            "points": 33172,
            "source": "PNR"
          },
          "personName": {
            "first": "Ofelia",
            "last": "Larkin",
            "middle": "Reagan",
            "prefix": "Ms.",
            "raw": "Jean Satterfield",
            "suffix": "PhD"
          },
          "priorityVerificationCard": true,
          "recordLocator": "GWRFKW",
          "seat": {
            "column": "l",
            "row": "05",
            "value": "5B"
          },
          "source": "EXTERNAL",
          "standbyPriority": "f5",
          "supplementaryData": {
            "dhsStatus": 1,
            "exclusiveWaitingArea": true,
            "infraeroElectronicStamp": "51403443463783",
            "loungeAccess": false,
            "selectee": false,
            "skyPriority": true,
            "spanishLargeFamily": false,
            "spanishResident": false,
            "tboAirport": "[ob",
            "throughAirport": "[ob",
            "throughCountry": "BZ"
          },
          "ticketCouponNumber": "03",
          "ticketNumber": {
            "airlineAccountingCode": "464",
            "checkDigit": "4",
            "number": "52902843877348",
            "serialNumber": "2119473241"
          },
          "upgradePriority": "9QdGa",
          "zone": "2"
        }
      ],
      "ssciPassengerId": "NN6EyUj1dVYC",
      "status": {
        "code": "SUCCESS",
        "message": "Operation completed successfully.",
        "type": "SUCCESS"
      }
    },
    {
      "boardingPass": [
        {
          "agent": {
            "city": "NRt",
            "country": "MD",
            "sign": "POY"
          },
          "baggage": {
            "carryOnWeight": {
              "unit": "KG",
              "value": 11.5
            },
            "checkedInBaggage": {
              "bagTagNumber": [
                "12345678",
                "87654321",
                "11223344"
              ],
              "quantity": 2,
              "totalWeight": {
                "unit": "LB",
                "value": 12.7
              }
            }
          },
          "barCode": "78cuP21DThGsKcLBMRq8oWGaQhmfoBPueqjjSgw9",
          "checkInSequenceNumber": "411",
          "deck": {
            "code": "MIDDLE",
            "value": "UPPER"
          },
          "displayData": {
            "accommodation": "FIRST CLASS",
            "agentCityName": "East Fredton",
            "arrivalAirportName": "Lake Lamontberg",
            "boardingPassOnlyText": "BOARDING PASS ONLY",
            "boardingTime": "2255",
            "cabinClassCode": "I",
            "cabinText": "FIRST CLASS",
            "carryOnText": "CARRY-ON",
            "childText": "INFANT",
            "commuterAirlineName": "[object Object]",
            "commuterOperatedByText": "OPERATED BY",
            "departureAirportName": "Grantshire",
            "documentTypeText": "BOARDING PASS",
            "doorCloseTime": "1386",
            "edifactApiText": "API ERROR",
            "entitlementTexts": {
              "fastTrack": "FAST TRACK",
              "loungeAccess": "LOUNGE XTRA",
              "priorityBoarding": "PRIORITY"
            },
            "estimatedArrivalTime": "2588",
            "estimatedDepartureDate": "2027-01-28T00:00:00.0Z",
            "estimatedDepartureTime": "0092",
            "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": "7jNv",
            "plusInfantText": "PLUS INFANT",
            "premiumText": "PREMIUM",
            "priorityAaccessText": "PRIORITY AACCESS",
            "priorityBoardingText": "PRIORITY BOARDING",
            "priorityText": "PRIORITY",
            "scheduledArrivalTime": "0211",
            "scheduledDepartureDate": "2027-04-29T00:00:00.0Z",
            "scheduledDepartureTime": "4655",
            "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": 931.53,
            "atpcoRule": "Xw87",
            "atpcoTariff": 52,
            "bookingClass": "h",
            "brand": "RS",
            "cabinClass": "PREMIUM_ECONOMY",
            "cabinClassCode": "c",
            "discountCategory": "25",
            "fareBasisCode": "w0061p",
            "governingAirline": "[ob",
            "id": "2d0c87e1-fb4b-4ccb-a6df-2c15a9a7922b",
            "operatingBookingClass": "J",
            "privateTariff": true,
            "type": "REF",
            "vendor": {
              "code": "SMFC",
              "value": "SITA"
            }
          },
          "flightDetail": {
            "aircraftLease": {
              "lessorAirline": "[ob",
              "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
            },
            "airline": "[ob",
            "arrivalAirport": "[ob",
            "arrivalCountry": "YT",
            "arrivalFlightScheduleStatus": "ON_TIME",
            "arrivalTerminal": "3S",
            "arrivalTime": "2027-05-15T00:00:00.0Z",
            "boardingTime": "1934-11-16T06:51:10.0Z",
            "changeOfGauge": false,
            "commuter": true,
            "departureAirport": "[ob",
            "departureCountry": "KH",
            "departureFlightScheduleStatus": "ON_TIME",
            "departureGate": "fb",
            "departureTerminal": "QV",
            "departureTime": "2027-03-16T00:00:00.0Z",
            "disclosureAirline": "[ob",
            "distance": {
              "unit": "MILES",
              "value": 4734
            },
            "equipment": "784",
            "estimatedArrivalTime": "1958-02-06T18:17:21.0Z",
            "estimatedDepartureTime": "1950-09-14T12:47:39.0Z",
            "flightDuration": 147,
            "flightNumber": "407",
            "flightStop": [
              {
                "airport": "[ob",
                "arrivalTime": "2026-12-02T00:00:00.0Z",
                "departureTime": "2026-07-30T00:00:00.0Z",
                "duration": 42,
                "elapsedTime": 217
              },
              {
                "airport": "[ob",
                "arrivalTime": "2027-03-18T00:00:00.0Z",
                "departureTime": "2027-06-05T00:00:00.0Z",
                "duration": 70,
                "elapsedTime": 105
              },
              {
                "airport": "[ob",
                "arrivalTime": "2026-12-02T00:00:00.0Z",
                "departureTime": "2026-09-15T00:00:00.0Z",
                "duration": 131,
                "elapsedTime": 287
              },
              {
                "airport": "[ob",
                "arrivalTime": "2026-09-09T00:00:00.0Z",
                "departureTime": "2026-09-11T00:00:00.0Z",
                "duration": 54,
                "elapsedTime": 206
              }
            ],
            "iatci": false,
            "id": "6bcf67d3-6c87-450d-ac68-15be89620eb0",
            "operatingAirline": "[ob",
            "operatingAirlineName": "[object Object]",
            "operatingFlightNumber": "56",
            "span": "INTERNATIONAL",
            "status": "CANCELLED",
            "subjectToGovernmentApproval": false,
            "thirdPartyGroundHandled": true,
            "throughFlight": true,
            "timeToDeparture": 787
          },
          "formattedBoardingPass": {
            "document": {
              "contentType": "image/jpeg",
              "name": "hm.[object Object]",
              "value": "kCbIyV5kIs0zFIFXFYEwVquMtZ6WD05Y4nEd3STD2AfXArV6WhZ2IZfHASF4rs7Z"
            },
            "image": {
              "contentType": "video/x-msvideo",
              "name": "or_beside_qua.[object Object]",
              "value": "jJHo4eRCyW9VKtnfVMxu5nQPKsOzjRk3L0VDMaRgmkhqE2SrEfC66hhfPQyyB8Nd"
            },
            "pectab": {
              "data": {
                "contentType": "image/jpeg",
                "name": "enraged_huzzah_ouch.[object Object]",
                "value": "8EOeOJAqkma03ZO1ltLGJn10x1RBKmR5H4XgqPBoro6XO40TpextdA4wGgFDMHtJ"
              },
              "layout": {
                "contentType": "video/mpeg",
                "name": "amongst_er.[object Object]",
                "value": "YIluC74qSXVzDrBsaBjG9BfLk2Hcl0KhX5JkidyK9ORCP6FaqKDh8uliniSaQpGP"
              },
              "template": {
                "contentType": "application/vnd.openxmlformats-officedocument.wordprocessingml.document",
                "name": "lamp_dress.[object Object]",
                "value": "ZIP4vkBhBcieWm88gJCKuoNfyQhKcCZVsZxL7i1NZOnaGAHPGiCRtfobQNSc6xf8"
              },
              "templates": [
                {
                  "contentType": "application/x-abiword",
                  "name": "bide_joyful.[object Object]",
                  "value": "ppmqZi4KCTqPXL2UE1aZXfEUdzotBmxHFk2A9TKwl75zhh38TMhN5kH2U4f6DFW8"
                }
              ]
            },
            "supplementaryData": {
              "accommodation": "RESIDENCE SUITE",
              "selectee": true,
              "skyPriority": true,
              "zone": "5"
            },
            "zpl": {
              "contentType": "application/x-httpd-php",
              "name": "throughout.[object Object]",
              "value": "2R80f5MzsL5xX1jO1u3CnNI3ViO7Olf2lYJfSuJgr2lNymIovrVzHhAgmu1oicvk"
            }
          },
          "group": "HoJypB",
          "loyaltyAccount": {
            "id": "44083f31-110c-4b77-9272-f839b33edc62",
            "latestAwardDate": "2025-11-05",
            "loyaltyTierLevel": {
              "atpco": "89",
              "customerInsight": "99",
              "name": "platinum",
              "number": 5,
              "priority": 9,
              "tag": "MdO"
            },
            "memberAirline": "[ob",
            "memberId": "5183141920",
            "membershipStartDate": "2023-12-05",
            "mileage": {
              "unit": "MILES",
              "value": 2364
            },
            "pnrId": "8",
            "points": 15303,
            "source": "PNR"
          },
          "personName": {
            "first": "Citlalli",
            "last": "Witting",
            "middle": "Robin",
            "prefix": "Mrs.",
            "raw": "Chad Hyatt",
            "suffix": "II"
          },
          "priorityVerificationCard": false,
          "recordLocator": "KRFMPD",
          "seat": {
            "column": "B",
            "row": "28",
            "value": "11D"
          },
          "source": "EXTERNAL",
          "standbyPriority": "XG",
          "supplementaryData": {
            "dhsStatus": 3,
            "exclusiveWaitingArea": true,
            "infraeroElectronicStamp": "66015485337493",
            "loungeAccess": true,
            "selectee": false,
            "skyPriority": false,
            "spanishLargeFamily": true,
            "spanishResident": true,
            "tboAirport": "[ob",
            "throughAirport": "[ob",
            "throughCountry": "LR"
          },
          "ticketCouponNumber": "67",
          "ticketNumber": {
            "airlineAccountingCode": "657",
            "checkDigit": "4",
            "number": "52546164455491",
            "serialNumber": "1019496770"
          },
          "upgradePriority": "u6TqD",
          "zone": "0"
        },
        {
          "agent": {
            "city": "bLi",
            "country": "UM",
            "sign": "pEX"
          },
          "baggage": {
            "carryOnWeight": {
              "unit": "LB",
              "value": 13.8
            },
            "checkedInBaggage": {
              "bagTagNumber": [
                "11223344",
                "87654321",
                "12345678"
              ],
              "quantity": 2,
              "totalWeight": {
                "unit": "KG",
                "value": 16.7
              }
            }
          },
          "barCode": "gXs1r36QePr9Zcs6XFczKx0YjxnzY4BUyNKE7ZAh",
          "checkInSequenceNumber": "525",
          "deck": {
            "code": "MAIN",
            "value": "MAIN"
          },
          "displayData": {
            "accommodation": "RESIDENCE SUITE",
            "agentCityName": "South Cynthia",
            "arrivalAirportName": "Stewartfort",
            "boardingPassOnlyText": "BOARDING PASS ONLY",
            "boardingTime": "0515",
            "cabinClassCode": "O",
            "cabinText": "FIRST CLASS",
            "carryOnText": "NO CARRY-ON",
            "childText": "CHILD",
            "commuterAirlineName": "[object Object]",
            "commuterOperatedByText": "OPERATED BY",
            "departureAirportName": "Larsonshire",
            "documentTypeText": "BOARDING PASS",
            "doorCloseTime": "2920",
            "edifactApiText": "API ERROR",
            "entitlementTexts": {
              "fastTrack": "FAST TRACK",
              "loungeAccess": "LOUNGE XTRA",
              "priorityBoarding": "PRIORITY"
            },
            "estimatedArrivalTime": "8340",
            "estimatedDepartureDate": "2027-03-05T00:00:00.0Z",
            "estimatedDepartureTime": "0496",
            "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": "Q6LP",
            "plusInfantText": "PLUS INFANT",
            "premiumText": "PREMIUM",
            "priorityAaccessText": "PRIORITY AACCESS",
            "priorityBoardingText": "PRIORITY BOARDING",
            "priorityText": "PRIORITY",
            "scheduledArrivalTime": "7152",
            "scheduledDepartureDate": "2026-09-10T00:00:00.0Z",
            "scheduledDepartureTime": "6447",
            "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": 1880.53,
            "atpcoRule": "pqxb",
            "atpcoTariff": 21,
            "bookingClass": "a",
            "brand": "nU",
            "cabinClass": "BUSINESS",
            "cabinClassCode": "x",
            "discountCategory": "84",
            "fareBasisCode": "bGmGg5",
            "governingAirline": "[ob",
            "id": "51fbe446-2f91-4b2a-a382-10e912917183",
            "operatingBookingClass": "w",
            "privateTariff": false,
            "type": "NLX",
            "vendor": {
              "code": "SITA",
              "value": "SITA"
            }
          },
          "flightDetail": {
            "aircraftLease": {
              "lessorAirline": "[ob",
              "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
            },
            "airline": "[ob",
            "arrivalAirport": "[ob",
            "arrivalCountry": "LV",
            "arrivalFlightScheduleStatus": "EARLY",
            "arrivalTerminal": "ZF",
            "arrivalTime": "2026-07-14T00:00:00.0Z",
            "boardingTime": "1903-11-20T15:27:16.0Z",
            "changeOfGauge": false,
            "commuter": true,
            "departureAirport": "[ob",
            "departureCountry": "GP",
            "departureFlightScheduleStatus": "EARLY",
            "departureGate": "EA",
            "departureTerminal": "oq",
            "departureTime": "2027-05-29T00:00:00.0Z",
            "disclosureAirline": "[ob",
            "distance": {
              "unit": "MILES",
              "value": 2126
            },
            "equipment": "242",
            "estimatedArrivalTime": "1916-01-03T03:52:37.0Z",
            "estimatedDepartureTime": "1904-08-08T01:03:57.0Z",
            "flightDuration": 174,
            "flightNumber": "2584",
            "flightStop": [
              {
                "airport": "[ob",
                "arrivalTime": "2027-01-22T00:00:00.0Z",
                "departureTime": "2026-09-22T00:00:00.0Z",
                "duration": 107,
                "elapsedTime": 232
              }
            ],
            "iatci": true,
            "id": "20c742cb-ac14-4f9a-8ceb-d6a10afd67b9",
            "operatingAirline": "[ob",
            "operatingAirlineName": "[object Object]",
            "operatingFlightNumber": "3",
            "span": "INTERNATIONAL",
            "status": "DELAYED",
            "subjectToGovernmentApproval": false,
            "thirdPartyGroundHandled": true,
            "throughFlight": true,
            "timeToDeparture": 233
          },
          "formattedBoardingPass": {
            "document": {
              "contentType": "text/csv",
              "name": "whoa.[object Object]",
              "value": "j2PTEwtXaE4pPgoGoQwah15RDNDGXgoapQIkkOngEBBmNFDjdS9jol9rgdswp3Sn"
            },
            "image": {
              "contentType": "video/mp2t",
              "name": "solder.[object Object]",
              "value": "jY9Rsp1V7xbivyuQ9IsKRBESJvUO8pkhYKwpVuLImcrqSGoWDeN3HT1GB2DcSKi5"
            },
            "pectab": {
              "data": {
                "contentType": "application/vnd.oasis.opendocument.text",
                "name": "omelet_bashfully_stoop.[object Object]",
                "value": "EnN0MlmN7O0Mm1jtxE9BFzo1FIRenDmvSRLI1dAj0EHrZY2Yc0Hs7zPdFAQk567w"
              },
              "layout": {
                "contentType": "video/webm",
                "name": "partially.[object Object]",
                "value": "WlAmnAEAduyxsLujUeP7qLlQcEGF3oVbW3XzXlIV1aD08dNPkpjfyFq0bkT2sEHK"
              },
              "template": {
                "contentType": "application/vnd.mozilla.xul+xml",
                "name": "instead_sleepily_before.[object Object]",
                "value": "xnZGmvgqyDKwJN9HEQgxeL4WgeMjoEMLepRfrDxWeycUQvDiFZTYPuAdOuXUr45O"
              },
              "templates": [
                {
                  "contentType": "image/tiff",
                  "name": "shocked_before_emboss.[object Object]",
                  "value": "GHrApRXG3IYU6YEAz8picR3MHttSQjhNLw4mhP7zYEnI8d9jC6VXEDQrKnaEiWAm"
                }
              ]
            },
            "supplementaryData": {
              "accommodation": "RESIDENCE SUITE",
              "selectee": false,
              "skyPriority": false,
              "zone": "4"
            },
            "zpl": {
              "contentType": "text/calendar",
              "name": "next_throughout.[object Object]",
              "value": "blfn0J9iORvf6UqzqXxTA4oQJpF57jW2gqXECnlkmJmmekX2wGuBFCQj4cBCCGn4"
            }
          },
          "group": "vc36va",
          "loyaltyAccount": {
            "id": "08a2acfc-0415-4520-9cba-b3477d3b84b0",
            "latestAwardDate": "2026-04-17",
            "loyaltyTierLevel": {
              "atpco": "86",
              "customerInsight": "90",
              "name": "gold",
              "number": 2,
              "priority": 1,
              "tag": "GBh"
            },
            "memberAirline": "[ob",
            "memberId": "3372134727",
            "membershipStartDate": "2023-04-30",
            "mileage": {
              "unit": "MILES",
              "value": 415
            },
            "pnrId": "3",
            "points": 11705,
            "source": "PNR"
          },
          "personName": {
            "first": "Jeromy",
            "last": "Dach",
            "middle": "Billie",
            "prefix": "Mr.",
            "raw": "Edna Metz",
            "suffix": "PhD"
          },
          "priorityVerificationCard": true,
          "recordLocator": "VTCTDW",
          "seat": {
            "column": "m",
            "row": "49",
            "value": "29D"
          },
          "source": "EXTERNAL",
          "standbyPriority": "82",
          "supplementaryData": {
            "dhsStatus": 2,
            "exclusiveWaitingArea": false,
            "infraeroElectronicStamp": "51063599431123",
            "loungeAccess": false,
            "selectee": false,
            "skyPriority": true,
            "spanishLargeFamily": true,
            "spanishResident": true,
            "tboAirport": "[ob",
            "throughAirport": "[ob",
            "throughCountry": "NZ"
          },
          "ticketCouponNumber": "56",
          "ticketNumber": {
            "airlineAccountingCode": "081",
            "checkDigit": "1",
            "number": "76539983777167",
            "serialNumber": "5832545514"
          },
          "upgradePriority": "U22hj",
          "zone": "3"
        },
        {
          "agent": {
            "city": "bJc",
            "country": "RS",
            "sign": "KnO"
          },
          "baggage": {
            "carryOnWeight": {
              "unit": "KG",
              "value": 4.3
            },
            "checkedInBaggage": {
              "bagTagNumber": [
                "87654321",
                "12345678",
                "11223344"
              ],
              "quantity": 3,
              "totalWeight": {
                "unit": "LB",
                "value": 18.7
              }
            }
          },
          "barCode": "jLqSGOUsS838xfQNbrNTtqc28ypPD1BVCtZkYA5t",
          "checkInSequenceNumber": "653",
          "deck": {
            "code": "MIDDLE",
            "value": "OTHER"
          },
          "displayData": {
            "accommodation": "FIRST CLASS",
            "agentCityName": "Adrielbury",
            "arrivalAirportName": "Barrowsworth",
            "boardingPassOnlyText": "BOARDING PASS ONLY",
            "boardingTime": "7728",
            "cabinClassCode": "k",
            "cabinText": "BUSINESS",
            "carryOnText": "NO CARRY-ON",
            "childText": "INFANT",
            "commuterAirlineName": "[object Object]",
            "commuterOperatedByText": "OPERATED BY",
            "departureAirportName": "West Valley City",
            "documentTypeText": "BOARDING PASS",
            "doorCloseTime": "2017",
            "edifactApiText": "API ERROR",
            "entitlementTexts": {
              "fastTrack": "FAST TRACK",
              "loungeAccess": "LOUNGE XTRA",
              "priorityBoarding": "PRIORITY"
            },
            "estimatedArrivalTime": "9805",
            "estimatedDepartureDate": "2027-01-11T00:00:00.0Z",
            "estimatedDepartureTime": "5931",
            "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": "Oftb",
            "plusInfantText": "PLUS INFANT",
            "premiumText": "PREMIUM",
            "priorityAaccessText": "PRIORITY AACCESS",
            "priorityBoardingText": "PRIORITY BOARDING",
            "priorityText": "PRIORITY",
            "scheduledArrivalTime": "6367",
            "scheduledDepartureDate": "2027-04-22T00:00:00.0Z",
            "scheduledDepartureTime": "5161",
            "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": 1299.69,
            "atpcoRule": "bf6K",
            "atpcoTariff": 83,
            "bookingClass": "O",
            "brand": "BY",
            "cabinClass": "BUSINESS",
            "cabinClassCode": "j",
            "discountCategory": "91",
            "fareBasisCode": "HNuAr0",
            "governingAirline": "[ob",
            "id": "7ce1d180-6797-4a01-b9cd-66fd9b58e672",
            "operatingBookingClass": "Q",
            "privateTariff": false,
            "type": "REF",
            "vendor": {
              "code": "ATP",
              "value": "ATPCO"
            }
          },
          "flightDetail": {
            "aircraftLease": {
              "lessorAirline": "[ob",
              "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
            },
            "airline": "[ob",
            "arrivalAirport": "[ob",
            "arrivalCountry": "BR",
            "arrivalFlightScheduleStatus": "DELAYED",
            "arrivalTerminal": "y8",
            "arrivalTime": "2026-07-19T00:00:00.0Z",
            "boardingTime": "1923-02-04T05:26:24.0Z",
            "changeOfGauge": true,
            "commuter": false,
            "departureAirport": "[ob",
            "departureCountry": "KH",
            "departureFlightScheduleStatus": "CANCELLED",
            "departureGate": "PA",
            "departureTerminal": "R4",
            "departureTime": "2027-03-27T00:00:00.0Z",
            "disclosureAirline": "[ob",
            "distance": {
              "unit": "MILES",
              "value": 4796
            },
            "equipment": "015",
            "estimatedArrivalTime": "1936-11-06T19:02:03.0Z",
            "estimatedDepartureTime": "1907-11-16T05:06:05.0Z",
            "flightDuration": 199,
            "flightNumber": "6",
            "flightStop": [
              {
                "airport": "[ob",
                "arrivalTime": "2026-08-19T00:00:00.0Z",
                "departureTime": "2027-05-30T00:00:00.0Z",
                "duration": 101,
                "elapsedTime": 124
              },
              {
                "airport": "[ob",
                "arrivalTime": "2027-04-09T00:00:00.0Z",
                "departureTime": "2027-02-26T00:00:00.0Z",
                "duration": 67,
                "elapsedTime": 231
              },
              {
                "airport": "[ob",
                "arrivalTime": "2026-11-18T00:00:00.0Z",
                "departureTime": "2026-10-06T00:00:00.0Z",
                "duration": 154,
                "elapsedTime": 76
              },
              {
                "airport": "[ob",
                "arrivalTime": "2026-08-05T00:00:00.0Z",
                "departureTime": "2027-03-03T00:00:00.0Z",
                "duration": 99,
                "elapsedTime": 222
              },
              {
                "airport": "[ob",
                "arrivalTime": "2026-08-28T00:00:00.0Z",
                "departureTime": "2026-11-19T00:00:00.0Z",
                "duration": 44,
                "elapsedTime": 140
              }
            ],
            "iatci": true,
            "id": "c0ef56b1-bd5a-4d3b-b96f-f010b4dcb6be",
            "operatingAirline": "[ob",
            "operatingAirlineName": "[object Object]",
            "operatingFlightNumber": "22",
            "span": "DOMESTIC",
            "status": "DELAYED",
            "subjectToGovernmentApproval": true,
            "thirdPartyGroundHandled": true,
            "throughFlight": true,
            "timeToDeparture": 945
          },
          "formattedBoardingPass": {
            "document": {
              "contentType": "application/vnd.oasis.opendocument.spreadsheet",
              "name": "epic_enlightened.[object Object]",
              "value": "yqU3mPQ0u5LBnmAJ6dMF5xMvduoVDLEeoFofllgZmyOsMlH7nlGGFp5GXwJz4e9W"
            },
            "image": {
              "contentType": "text/csv",
              "name": "zowie.[object Object]",
              "value": "nAuweQph3tHOos3YvfFaiyMBdaHnBocxbld4pUnqFkZHtODFJmYVedKIYViHjK07"
            },
            "pectab": {
              "data": {
                "contentType": "video/x-msvideo",
                "name": "ah.[object Object]",
                "value": "GrDQTgErcXd8KjeZwiZUE6HZ1EVNSuk5R7RkVJ8RNsgh1Aqdk0dL94iQhnLpgMtw"
              },
              "layout": {
                "contentType": "application/vnd.ms-powerpoint",
                "name": "wobbly.[object Object]",
                "value": "azqK79hlyRpbFnEVulk4EQF8VuBrxvainLHIbDh06jDb1Tsb9MsZ1k3cI3XXxmuW"
              },
              "template": {
                "contentType": "application/ogg",
                "name": "finally_exotic_opposite.[object Object]",
                "value": "IiG4y6AnJlKHKuXuecEaFJUFcTxsCUq1RGyJpGPqUebllOUX1BqGlnOXtDgCB9Nz"
              },
              "templates": [
                {
                  "contentType": "image/png",
                  "name": "boohoo.[object Object]",
                  "value": "zqoQiaMKEWtWkhNQllFE0nFuFgw0SvCAvj7mA9KRzFNgSorbS1Hj1Tx7WOSfdpnA"
                },
                {
                  "contentType": "image/gif",
                  "name": "rubric_spork.[object Object]",
                  "value": "lcr2durgBJncFLwBilGwqFWtQV74qnHamTvbcjopp0qdVzo7ERZJHY9XoQBQFMNy"
                },
                {
                  "contentType": "audio/ogg",
                  "name": "arrogantly_nectarine.[object Object]",
                  "value": "9sf61ZVYcqWGZuPV5rpr1DGKuxFRE9K5Ehx7UdguNNigmO4IY1zrfd43gsUs3Ux3"
                }
              ]
            },
            "supplementaryData": {
              "accommodation": "RESIDENCE SUITE",
              "selectee": true,
              "skyPriority": true,
              "zone": "6"
            },
            "zpl": {
              "contentType": "image/gif",
              "name": "pretty_revoke_federate.[object Object]",
              "value": "g2sFFlLf8rMQnZsxZDXM5PY6nnNYgaeB3wJ394IDwC6LpIUZd5tGvUol0aCD5dKj"
            }
          },
          "group": "5VKp3N",
          "loyaltyAccount": {
            "id": "4a0ec37b-408f-4d2c-93f9-fed926d19bc6",
            "latestAwardDate": "2025-11-07",
            "loyaltyTierLevel": {
              "atpco": "61",
              "customerInsight": "13",
              "name": "silver",
              "number": 1,
              "priority": 9,
              "tag": "zXW"
            },
            "memberAirline": "[ob",
            "memberId": "8966102250",
            "membershipStartDate": "2021-06-24",
            "mileage": {
              "unit": "MILES",
              "value": 2850
            },
            "pnrId": "3",
            "points": 59933,
            "source": "PNR"
          },
          "personName": {
            "first": "Citlalli",
            "last": "Strosin",
            "middle": "Austin",
            "prefix": "Mrs.",
            "raw": "Kathy Bruen",
            "suffix": "MD"
          },
          "priorityVerificationCard": false,
          "recordLocator": "NGYQVK",
          "seat": {
            "column": "U",
            "row": "76",
            "value": "26D"
          },
          "source": "HOST",
          "standbyPriority": "gZ",
          "supplementaryData": {
            "dhsStatus": 1,
            "exclusiveWaitingArea": true,
            "infraeroElectronicStamp": "30993713024184",
            "loungeAccess": false,
            "selectee": false,
            "skyPriority": false,
            "spanishLargeFamily": true,
            "spanishResident": false,
            "tboAirport": "[ob",
            "throughAirport": "[ob",
            "throughCountry": "GW"
          },
          "ticketCouponNumber": "95",
          "ticketNumber": {
            "airlineAccountingCode": "778",
            "checkDigit": "1",
            "number": "63432296712329",
            "serialNumber": "8416433093"
          },
          "upgradePriority": "zsn6P",
          "zone": "7"
        },
        {
          "agent": {
            "city": "wQV",
            "country": "EE",
            "sign": "Vuo"
          },
          "baggage": {
            "carryOnWeight": {
              "unit": "KG",
              "value": 17
            },
            "checkedInBaggage": {
              "bagTagNumber": [
                "87654321",
                "11223344"
              ],
              "quantity": 2,
              "totalWeight": {
                "unit": "LB",
                "value": 10.1
              }
            }
          },
          "barCode": "xofQecOaaFedtLq7wq2JNQUKedUHJwVIa30Evxe5",
          "checkInSequenceNumber": "863",
          "deck": {
            "code": "MAIN",
            "value": "OTHER"
          },
          "displayData": {
            "accommodation": "FIRST CLASS",
            "agentCityName": "Raufield",
            "arrivalAirportName": "Buffalo Grove",
            "boardingPassOnlyText": "BOARDING PASS ONLY",
            "boardingTime": "0872",
            "cabinClassCode": "k",
            "cabinText": "ECONOMY",
            "carryOnText": "CARRY-ON",
            "childText": "INFANT",
            "commuterAirlineName": "[object Object]",
            "commuterOperatedByText": "OPERATED BY",
            "departureAirportName": "South Troy",
            "documentTypeText": "BOARDING PASS",
            "doorCloseTime": "0995",
            "edifactApiText": "API ERROR",
            "entitlementTexts": {
              "fastTrack": "FAST TRACK",
              "loungeAccess": "LOUNGE XTRA",
              "priorityBoarding": "PRIORITY"
            },
            "estimatedArrivalTime": "3072",
            "estimatedDepartureDate": "2026-09-14T00:00:00.0Z",
            "estimatedDepartureTime": "7512",
            "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": "Bz2U",
            "plusInfantText": "PLUS INFANT",
            "premiumText": "PREMIUM",
            "priorityAaccessText": "PRIORITY AACCESS",
            "priorityBoardingText": "PRIORITY BOARDING",
            "priorityText": "PRIORITY",
            "scheduledArrivalTime": "7769",
            "scheduledDepartureDate": "2026-07-15T00:00:00.0Z",
            "scheduledDepartureTime": "6986",
            "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": 1609.98,
            "atpcoRule": "hu3P",
            "atpcoTariff": 69,
            "bookingClass": "b",
            "brand": "qf",
            "cabinClass": "BUSINESS",
            "cabinClassCode": "c",
            "discountCategory": "54",
            "fareBasisCode": "CVlQBv",
            "governingAirline": "[ob",
            "id": "630c1d9c-bd4b-4560-a5a7-8f9c40618021",
            "operatingBookingClass": "M",
            "privateTariff": false,
            "type": "NRF",
            "vendor": {
              "code": "ATP",
              "value": "ATPCO"
            }
          },
          "flightDetail": {
            "aircraftLease": {
              "lessorAirline": "[ob",
              "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
            },
            "airline": "[ob",
            "arrivalAirport": "[ob",
            "arrivalCountry": "NL",
            "arrivalFlightScheduleStatus": "ON_TIME",
            "arrivalTerminal": "Qy",
            "arrivalTime": "2026-10-15T00:00:00.0Z",
            "boardingTime": "1949-12-27T11:36:42.0Z",
            "changeOfGauge": true,
            "commuter": false,
            "departureAirport": "[ob",
            "departureCountry": "MZ",
            "departureFlightScheduleStatus": "ON_TIME",
            "departureGate": "cD",
            "departureTerminal": "VF",
            "departureTime": "2026-08-25T00:00:00.0Z",
            "disclosureAirline": "[ob",
            "distance": {
              "unit": "MILES",
              "value": 1170
            },
            "equipment": "593",
            "estimatedArrivalTime": "1948-06-26T16:07:52.0Z",
            "estimatedDepartureTime": "1910-10-11T10:06:44.0Z",
            "flightDuration": 512,
            "flightNumber": "9",
            "flightStop": [
              {
                "airport": "[ob",
                "arrivalTime": "2026-10-22T00:00:00.0Z",
                "departureTime": "2027-02-22T00:00:00.0Z",
                "duration": 39,
                "elapsedTime": 140
              },
              {
                "airport": "[ob",
                "arrivalTime": "2026-10-20T00:00:00.0Z",
                "departureTime": "2026-10-18T00:00:00.0Z",
                "duration": 153,
                "elapsedTime": 258
              },
              {
                "airport": "[ob",
                "arrivalTime": "2027-06-01T00:00:00.0Z",
                "departureTime": "2027-06-01T00:00:00.0Z",
                "duration": 47,
                "elapsedTime": 117
              }
            ],
            "iatci": true,
            "id": "b8dfe4a2-6188-4499-92c2-814e1f75cacd",
            "operatingAirline": "[ob",
            "operatingAirlineName": "[object Object]",
            "operatingFlightNumber": "6759",
            "span": "INTERNATIONAL",
            "status": "CANCELLED",
            "subjectToGovernmentApproval": false,
            "thirdPartyGroundHandled": false,
            "throughFlight": true,
            "timeToDeparture": 161
          },
          "formattedBoardingPass": {
            "document": {
              "contentType": "video/ogg",
              "name": "pacemaker_beyond_astride.[object Object]",
              "value": "w8pAeGNuCNaONkbxfCgpeNc8y73mhaILBlpm0UN8Bs7mxoOtsaloCSNW4FYcPCms"
            },
            "image": {
              "contentType": "audio/wav",
              "name": "ouch_anti.[object Object]",
              "value": "dWL771Hz28qLpTPDeTjDrXAsYmZwUK8YdHp3CPLJh2Lbfnm2ipS9D2b8TBJAASyJ"
            },
            "pectab": {
              "data": {
                "contentType": "image/webp",
                "name": "aha_singe_minus.[object Object]",
                "value": "VKq77ZQX3e0KWbc6rK6X1x3WzITTLGagO6y7Fp1UTnVfhCrDEH3aYo4yCTCg7ukq"
              },
              "layout": {
                "contentType": "text/html",
                "name": "an_furthermore_juvenile.[object Object]",
                "value": "6lbxQcA8JOpSNWXbFTUgJqGDo2Wlm2mWR3UO03TySkh6NVDcRKPQCEFoF8SUBY71"
              },
              "template": {
                "contentType": "font/ttf",
                "name": "probe.[object Object]",
                "value": "0LPEQMu171L8KaAJUbXY3ySgPZ2VzoZy6LPijKv5MeV7NJw8XWbcu09dQak4Pi8s"
              },
              "templates": [
                {
                  "contentType": "font/ttf",
                  "name": "meander_hunt_outset.[object Object]",
                  "value": "hdZ35WIPawd9iOQolqbnQq7FotF2U9RByq56klsHHMMbnUhREzcqtkWhu1lAajq4"
                }
              ]
            },
            "supplementaryData": {
              "accommodation": "RESIDENCE SUITE",
              "selectee": false,
              "skyPriority": false,
              "zone": "9"
            },
            "zpl": {
              "contentType": "text/html",
              "name": "phew.[object Object]",
              "value": "GlJEhGCU962CfsuwJVIuvnNzIZPRLU0fks4ykWIqSo474bwzF2kzeUMUT1XGWq3O"
            }
          },
          "group": "mTqJwO",
          "loyaltyAccount": {
            "id": "774939a0-fb72-4014-9a38-c406bfbeba9a",
            "latestAwardDate": "2025-12-03",
            "loyaltyTierLevel": {
              "atpco": "05",
              "customerInsight": "31",
              "name": "gold",
              "number": 4,
              "priority": 8,
              "tag": "zww"
            },
            "memberAirline": "[ob",
            "memberId": "6708329497",
            "membershipStartDate": "2021-09-10",
            "mileage": {
              "unit": "MILES",
              "value": 4566
            },
            "pnrId": "6",
            "points": 73097,
            "source": "PNR"
          },
          "personName": {
            "first": "Elnora",
            "last": "King",
            "middle": "Brooklyn",
            "prefix": "Mr.",
            "raw": "Jason Cassin DVM",
            "suffix": "MD"
          },
          "priorityVerificationCard": true,
          "recordLocator": "ZSPSEV",
          "seat": {
            "column": "L",
            "row": "72",
            "value": "4B"
          },
          "source": "OTHER",
          "standbyPriority": "4q",
          "supplementaryData": {
            "dhsStatus": 2,
            "exclusiveWaitingArea": true,
            "infraeroElectronicStamp": "49167952307094",
            "loungeAccess": true,
            "selectee": true,
            "skyPriority": false,
            "spanishLargeFamily": true,
            "spanishResident": true,
            "tboAirport": "[ob",
            "throughAirport": "[ob",
            "throughCountry": "RW"
          },
          "ticketCouponNumber": "79",
          "ticketNumber": {
            "airlineAccountingCode": "581",
            "checkDigit": "6",
            "number": "10099091857091",
            "serialNumber": "3605828449"
          },
          "upgradePriority": "jD9Y6",
          "zone": "5"
        }
      ],
      "ssciPassengerId": "lKjCyAvmSUDD",
      "status": {
        "code": "NOT_FOUND",
        "message": "Operation completed successfully.",
        "type": "SUCCESS"
      }
    },
    {
      "boardingPass": [
        {
          "agent": {
            "city": "YeD",
            "country": "PS",
            "sign": "Lam"
          },
          "baggage": {
            "carryOnWeight": {
              "unit": "KG",
              "value": 10.8
            },
            "checkedInBaggage": {
              "bagTagNumber": [
                "87654321",
                "11223344",
                "12345678"
              ],
              "quantity": 2,
              "totalWeight": {
                "unit": "LB",
                "value": 5.3
              }
            }
          },
          "barCode": "Hbezx693yKMB64iXua2ykatIRUXiMSLZ5IYxH8nI",
          "checkInSequenceNumber": "030",
          "deck": {
            "code": "MAIN",
            "value": "UPPER"
          },
          "displayData": {
            "accommodation": "FIRST CLASS",
            "agentCityName": "Omariville",
            "arrivalAirportName": "Lake Leonel",
            "boardingPassOnlyText": "BOARDING PASS ONLY",
            "boardingTime": "5666",
            "cabinClassCode": "Z",
            "cabinText": "FIRST CLASS",
            "carryOnText": "NO CARRY-ON",
            "childText": "INFANT",
            "commuterAirlineName": "[object Object]",
            "commuterOperatedByText": "OPERATED BY",
            "departureAirportName": "Heidenreichbury",
            "documentTypeText": "BOARDING PASS",
            "doorCloseTime": "0829",
            "edifactApiText": "API OK",
            "entitlementTexts": {
              "fastTrack": "FAST TRACK",
              "loungeAccess": "LOUNGE XTRA",
              "priorityBoarding": "PRIORITY"
            },
            "estimatedArrivalTime": "9031",
            "estimatedDepartureDate": "2026-10-03T00:00:00.0Z",
            "estimatedDepartureTime": "3963",
            "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": "FAkC",
            "plusInfantText": "PLUS INFANT",
            "premiumText": "PREMIUM",
            "priorityAaccessText": "PRIORITY AACCESS",
            "priorityBoardingText": "PRIORITY BOARDING",
            "priorityText": "PRIORITY",
            "scheduledArrivalTime": "9769",
            "scheduledDepartureDate": "2027-06-14T00:00:00.0Z",
            "scheduledDepartureTime": "1447",
            "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": 1836.21,
            "atpcoRule": "ZzpD",
            "atpcoTariff": 2,
            "bookingClass": "m",
            "brand": "ZK",
            "cabinClass": "PREMIUM_ECONOMY",
            "cabinClassCode": "g",
            "discountCategory": "68",
            "fareBasisCode": "Ype5wY",
            "governingAirline": "[ob",
            "id": "98108021-ebd7-4925-9a98-3610a76080f7",
            "operatingBookingClass": "q",
            "privateTariff": false,
            "type": "NLX",
            "vendor": {
              "code": "ATP",
              "value": "SABRE_MYFARES_SUBSCRIBERS"
            }
          },
          "flightDetail": {
            "aircraftLease": {
              "lessorAirline": "[ob",
              "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
            },
            "airline": "[ob",
            "arrivalAirport": "[ob",
            "arrivalCountry": "WF",
            "arrivalFlightScheduleStatus": "EARLY",
            "arrivalTerminal": "aO",
            "arrivalTime": "2026-07-03T00:00:00.0Z",
            "boardingTime": "1949-10-07T23:10:03.0Z",
            "changeOfGauge": false,
            "commuter": false,
            "departureAirport": "[ob",
            "departureCountry": "GP",
            "departureFlightScheduleStatus": "DELAYED",
            "departureGate": "7x",
            "departureTerminal": "VY",
            "departureTime": "2027-04-02T00:00:00.0Z",
            "disclosureAirline": "[ob",
            "distance": {
              "unit": "MILES",
              "value": 1507
            },
            "equipment": "161",
            "estimatedArrivalTime": "1898-10-16T13:29:32.0Z",
            "estimatedDepartureTime": "1963-03-21T18:51:03.0Z",
            "flightDuration": 223,
            "flightNumber": "1",
            "flightStop": [
              {
                "airport": "[ob",
                "arrivalTime": "2026-12-18T00:00:00.0Z",
                "departureTime": "2027-03-14T00:00:00.0Z",
                "duration": 45,
                "elapsedTime": 103
              },
              {
                "airport": "[ob",
                "arrivalTime": "2026-12-21T00:00:00.0Z",
                "departureTime": "2027-03-04T00:00:00.0Z",
                "duration": 49,
                "elapsedTime": 284
              },
              {
                "airport": "[ob",
                "arrivalTime": "2026-06-27T00:00:00.0Z",
                "departureTime": "2027-01-19T00:00:00.0Z",
                "duration": 139,
                "elapsedTime": 201
              },
              {
                "airport": "[ob",
                "arrivalTime": "2026-12-16T00:00:00.0Z",
                "departureTime": "2027-03-11T00:00:00.0Z",
                "duration": 30,
                "elapsedTime": 291
              }
            ],
            "iatci": true,
            "id": "c17034e2-a9b7-45e4-b8c2-e9ad258060fc",
            "operatingAirline": "[ob",
            "operatingAirlineName": "[object Object]",
            "operatingFlightNumber": "43",
            "span": "INTERNATIONAL",
            "status": "ON TIME",
            "subjectToGovernmentApproval": true,
            "thirdPartyGroundHandled": true,
            "throughFlight": true,
            "timeToDeparture": 677
          },
          "formattedBoardingPass": {
            "document": {
              "contentType": "image/bmp",
              "name": "briefly_accountability.[object Object]",
              "value": "IhRWU1CW7M3D1e32TPVkIbSVLsDwajcAqgGulEx1xQOhPglSytLyokytdyVHXiSw"
            },
            "image": {
              "contentType": "image/jpeg",
              "name": "given_ew_waterlogged.[object Object]",
              "value": "DHv8r6AlbeI7Wz2dVRa7prDZbuPS04w4s8DHSBmnHcPnpkYKBcO1VwBcj6HUat8f"
            },
            "pectab": {
              "data": {
                "contentType": "video/mp2t",
                "name": "given_following_irritably.[object Object]",
                "value": "M7uzoCP3SHkssIfgfnEHzmkeD8uEQH6ZsD8ITXMATExMykqjmKNC1le5xzc0P5kK"
              },
              "layout": {
                "contentType": "font/otf",
                "name": "but_judicious_little.[object Object]",
                "value": "drRSGuoEnfR6LzdoZHLl06UTqraXwsSlA2gAEOApdRkRz4I3ecpF1Jn8ycHJ4MFb"
              },
              "template": {
                "contentType": "application/vnd.openxmlformats-officedocument.wordprocessingml.document",
                "name": "carefully.[object Object]",
                "value": "nQoQITC0EzVgorBRLJhoWsRMm0WswHCsxMQU23z22mn3GlzF3n74OcEeaorWBPie"
              },
              "templates": [
                {
                  "contentType": "application/x-sh",
                  "name": "duh_hm_skean.[object Object]",
                  "value": "ovc7yNswIO34P2d29Uy65i89j6xqRf3sgO2lmsoIW5iVPMyOz5IOd58Tx229NmCw"
                },
                {
                  "contentType": "application/xhtml+xml",
                  "name": "attraction_furthermore.[object Object]",
                  "value": "M2DA3NoXjrxREOROt5eTf7CWeLmp03xfgTlXH7RAo6AsT9KYvlkgDnmIZdMovXQC"
                },
                {
                  "contentType": "audio/webm",
                  "name": "incidentally_gallery_until.[object Object]",
                  "value": "5VxgSshlae00O3InTd3qrzq5ZDEYjb1T9agBHeALljRSfu0Y13etmCeQU7DCvPEV"
                }
              ]
            },
            "supplementaryData": {
              "accommodation": "FIRST CLASS",
              "selectee": false,
              "skyPriority": false,
              "zone": "3"
            },
            "zpl": {
              "contentType": "application/java-archive",
              "name": "who_convalesce.[object Object]",
              "value": "RdrH3iIC2xARv8WOSP9idMVuCMbxHe4ibClfR0s3hswnA3sM8IWwXxJFzsHZeSCH"
            }
          },
          "group": "pIAFss",
          "loyaltyAccount": {
            "id": "86417350-750e-4e1c-b6de-f17eb50091a6",
            "latestAwardDate": "2025-09-24",
            "loyaltyTierLevel": {
              "atpco": "13",
              "customerInsight": "44",
              "name": "silver",
              "number": 2,
              "priority": 5,
              "tag": "VeL"
            },
            "memberAirline": "[ob",
            "memberId": "1751757513",
            "membershipStartDate": "2022-02-05",
            "mileage": {
              "unit": "MILES",
              "value": 2136
            },
            "pnrId": "2",
            "points": 48702,
            "source": "SSCI"
          },
          "personName": {
            "first": "Kathryne",
            "last": "Lueilwitz",
            "middle": "Kennedy",
            "prefix": "Mr.",
            "raw": "Chad Boehm",
            "suffix": "Sr."
          },
          "priorityVerificationCard": false,
          "recordLocator": "DMTURH",
          "seat": {
            "column": "F",
            "row": "83",
            "value": "18D"
          },
          "source": "HOST",
          "standbyPriority": "4P",
          "supplementaryData": {
            "dhsStatus": 1,
            "exclusiveWaitingArea": false,
            "infraeroElectronicStamp": "54515749262398",
            "loungeAccess": true,
            "selectee": true,
            "skyPriority": true,
            "spanishLargeFamily": true,
            "spanishResident": true,
            "tboAirport": "[ob",
            "throughAirport": "[ob",
            "throughCountry": "JO"
          },
          "ticketCouponNumber": "36",
          "ticketNumber": {
            "airlineAccountingCode": "293",
            "checkDigit": "9",
            "number": "79990847433099",
            "serialNumber": "8407028859"
          },
          "upgradePriority": "fQDu1",
          "zone": "7"
        },
        {
          "agent": {
            "city": "pji",
            "country": "GF",
            "sign": "pBo"
          },
          "baggage": {
            "carryOnWeight": {
              "unit": "LB",
              "value": 17.8
            },
            "checkedInBaggage": {
              "bagTagNumber": [
                "11223344",
                "87654321"
              ],
              "quantity": 2,
              "totalWeight": {
                "unit": "KG",
                "value": 3.9
              }
            }
          },
          "barCode": "caFQ9wP4GJGeZdkwBd0scklou6xl6bTN9rri90yj",
          "checkInSequenceNumber": "273",
          "deck": {
            "code": "MIDDLE",
            "value": "MAIN"
          },
          "displayData": {
            "accommodation": "RESIDENCE SUITE",
            "agentCityName": "East Maxine",
            "arrivalAirportName": "Ursulaberg",
            "boardingPassOnlyText": "BOARDING PASS ONLY",
            "boardingTime": "2686",
            "cabinClassCode": "t",
            "cabinText": "BUSINESS",
            "carryOnText": "CARRY-ON",
            "childText": "INFANT",
            "commuterAirlineName": "[object Object]",
            "commuterOperatedByText": "OPERATED BY",
            "departureAirportName": "East Aiden",
            "documentTypeText": "BOARDING PASS",
            "doorCloseTime": "3468",
            "edifactApiText": "API OK",
            "entitlementTexts": {
              "fastTrack": "FAST TRACK",
              "loungeAccess": "LOUNGE XTRA",
              "priorityBoarding": "PRIORITY"
            },
            "estimatedArrivalTime": "3352",
            "estimatedDepartureDate": "2027-02-01T00:00:00.0Z",
            "estimatedDepartureTime": "7426",
            "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": "hhII",
            "plusInfantText": "PLUS INFANT",
            "premiumText": "PREMIUM",
            "priorityAaccessText": "PRIORITY AACCESS",
            "priorityBoardingText": "PRIORITY BOARDING",
            "priorityText": "PRIORITY",
            "scheduledArrivalTime": "2465",
            "scheduledDepartureDate": "2026-10-25T00:00:00.0Z",
            "scheduledDepartureTime": "5233",
            "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": 436.36,
            "atpcoRule": "KZZV",
            "atpcoTariff": 67,
            "bookingClass": "J",
            "brand": "Nk",
            "cabinClass": "FIRST",
            "cabinClassCode": "o",
            "discountCategory": "24",
            "fareBasisCode": "h9iwsT",
            "governingAirline": "[ob",
            "id": "363a36fa-4ae7-4bef-9728-34ac7583617e",
            "operatingBookingClass": "i",
            "privateTariff": false,
            "type": "REF",
            "vendor": {
              "code": "SMFC",
              "value": "SABRE_MYFARES_SUBSCRIBERS"
            }
          },
          "flightDetail": {
            "aircraftLease": {
              "lessorAirline": "[ob",
              "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
            },
            "airline": "[ob",
            "arrivalAirport": "[ob",
            "arrivalCountry": "KH",
            "arrivalFlightScheduleStatus": "EARLY",
            "arrivalTerminal": "MS",
            "arrivalTime": "2027-02-27T00:00:00.0Z",
            "boardingTime": "1922-10-06T15:34:33.0Z",
            "changeOfGauge": false,
            "commuter": true,
            "departureAirport": "[ob",
            "departureCountry": "PT",
            "departureFlightScheduleStatus": "EARLY",
            "departureGate": "sn",
            "departureTerminal": "c2",
            "departureTime": "2027-01-03T00:00:00.0Z",
            "disclosureAirline": "[ob",
            "distance": {
              "unit": "MILES",
              "value": 2130
            },
            "equipment": "098",
            "estimatedArrivalTime": "1934-04-23T13:55:43.0Z",
            "estimatedDepartureTime": "1947-10-15T08:52:53.0Z",
            "flightDuration": 416,
            "flightNumber": "799",
            "flightStop": [
              {
                "airport": "[ob",
                "arrivalTime": "2027-02-14T00:00:00.0Z",
                "departureTime": "2026-11-28T00:00:00.0Z",
                "duration": 94,
                "elapsedTime": 192
              },
              {
                "airport": "[ob",
                "arrivalTime": "2026-12-23T00:00:00.0Z",
                "departureTime": "2027-03-26T00:00:00.0Z",
                "duration": 132,
                "elapsedTime": 270
              },
              {
                "airport": "[ob",
                "arrivalTime": "2026-10-10T00:00:00.0Z",
                "departureTime": "2026-10-09T00:00:00.0Z",
                "duration": 162,
                "elapsedTime": 96
              },
              {
                "airport": "[ob",
                "arrivalTime": "2027-02-01T00:00:00.0Z",
                "departureTime": "2026-10-22T00:00:00.0Z",
                "duration": 144,
                "elapsedTime": 205
              },
              {
                "airport": "[ob",
                "arrivalTime": "2027-03-24T00:00:00.0Z",
                "departureTime": "2026-11-03T00:00:00.0Z",
                "duration": 103,
                "elapsedTime": 239
              }
            ],
            "iatci": true,
            "id": "ca9df507-dd79-4941-abe1-f3335202c2a0",
            "operatingAirline": "[ob",
            "operatingAirlineName": "[object Object]",
            "operatingFlightNumber": "70",
            "span": "INTERNATIONAL",
            "status": "DELAYED",
            "subjectToGovernmentApproval": false,
            "thirdPartyGroundHandled": true,
            "throughFlight": false,
            "timeToDeparture": 854
          },
          "formattedBoardingPass": {
            "document": {
              "contentType": "application/xhtml+xml",
              "name": "woot.[object Object]",
              "value": "UEoNzP1qf1zAcEZENjOZLekk4Sq29acHoBHfb66UiyEgISbAdh0WATfEdq795MJe"
            },
            "image": {
              "contentType": "application/vnd.mozilla.xul+xml",
              "name": "separate_celebrated.[object Object]",
              "value": "5b3v8DAwYjiFFrMplR1huIsG7q0v3gFnb0bfOX9Woggfz2oIyEZf3LmUQuYmGKSB"
            },
            "pectab": {
              "data": {
                "contentType": "application/x-csh",
                "name": "patiently_now.[object Object]",
                "value": "EiOruGehYk5S5ISk8xX5dCx1u9Gifjkkpy5n2uHHe6HzyWBNEtd3NnAsbBdue9Mh"
              },
              "layout": {
                "contentType": "application/vnd.mozilla.xul+xml",
                "name": "gah_brr_uncover.[object Object]",
                "value": "XZu3ejWblruHjE3ZNwiIhCCbOcUk2nIumqlMpPnMafVyKx1YwB4sNSbc7Gyr592c"
              },
              "template": {
                "contentType": "application/vnd.oasis.opendocument.presentation",
                "name": "marvelous.[object Object]",
                "value": "SICOL1XlCfnFLQ7YcagjYpObKFgh6WWFFaulVdqsXRg7BdW41y11KIyBVZbFUvot"
              },
              "templates": [
                {
                  "contentType": "audio/wav",
                  "name": "whereas_beneath_unless.[object Object]",
                  "value": "tSvsQG6QoLFQCGZ3i4Q73OvhWhvmH5y4V8OnPfl2Qdx6ko5SmYepGe2WNKqkxDdl"
                },
                {
                  "contentType": "font/otf",
                  "name": "athwart_at_sedately.[object Object]",
                  "value": "JwF525HIfBWO7iqI3ESRpArJvcRjvNqeh3VbuFX1ja5soBT2UVjoR5FfcWHFU5dt"
                },
                {
                  "contentType": "application/gzip",
                  "name": "pinstripe_who_armoire.[object Object]",
                  "value": "oGqpQ0HKHtMRHbDYke7q2X88pItJX3zJ0WAklutyPnvXMQLUIT21ARG6SNOvwZtH"
                }
              ]
            },
            "supplementaryData": {
              "accommodation": "FIRST CLASS",
              "selectee": false,
              "skyPriority": true,
              "zone": "2"
            },
            "zpl": {
              "contentType": "video/mp4",
              "name": "phrase_queasily_amid.[object Object]",
              "value": "88uOROzA5J09uxbonBWh5eidrECUVCcjzzBsOrBM4qm8eCrP6oFiPPYMxjiALpc7"
            }
          },
          "group": "C53CaQ",
          "loyaltyAccount": {
            "id": "b358ab78-f21b-4854-ae4c-7290fcc07a14",
            "latestAwardDate": "2026-03-05",
            "loyaltyTierLevel": {
              "atpco": "05",
              "customerInsight": "85",
              "name": "gold",
              "number": 4,
              "priority": 4,
              "tag": "HHZ"
            },
            "memberAirline": "[ob",
            "memberId": "4144709137",
            "membershipStartDate": "2022-02-26",
            "mileage": {
              "unit": "MILES",
              "value": 3543
            },
            "pnrId": "2",
            "points": 96845,
            "source": "SSCI"
          },
          "personName": {
            "first": "Brannon",
            "last": "Kassulke",
            "middle": "Ryan",
            "prefix": "Mr.",
            "raw": "Erin Renner",
            "suffix": "V"
          },
          "priorityVerificationCard": false,
          "recordLocator": "BJEKXG",
          "seat": {
            "column": "s",
            "row": "07",
            "value": "5F"
          },
          "source": "HOST",
          "standbyPriority": "2z",
          "supplementaryData": {
            "dhsStatus": 5,
            "exclusiveWaitingArea": true,
            "infraeroElectronicStamp": "31212673888772",
            "loungeAccess": true,
            "selectee": true,
            "skyPriority": false,
            "spanishLargeFamily": false,
            "spanishResident": false,
            "tboAirport": "[ob",
            "throughAirport": "[ob",
            "throughCountry": "MU"
          },
          "ticketCouponNumber": "37",
          "ticketNumber": {
            "airlineAccountingCode": "676",
            "checkDigit": "8",
            "number": "52243596926268",
            "serialNumber": "2677353400"
          },
          "upgradePriority": "oova4",
          "zone": "0"
        },
        {
          "agent": {
            "city": "rjb",
            "country": "LT",
            "sign": "ZoI"
          },
          "baggage": {
            "carryOnWeight": {
              "unit": "KG",
              "value": 7.6
            },
            "checkedInBaggage": {
              "bagTagNumber": [
                "87654321",
                "12345678",
                "11223344"
              ],
              "quantity": 3,
              "totalWeight": {
                "unit": "LB",
                "value": 12.3
              }
            }
          },
          "barCode": "h0Nw6scMt0dVkMAkpKgns0fdnrPo5GzWY7oweD60",
          "checkInSequenceNumber": "172",
          "deck": {
            "code": "MIDDLE",
            "value": "UPPER"
          },
          "displayData": {
            "accommodation": "BUSINESS",
            "agentCityName": "Nienowchester",
            "arrivalAirportName": "Johnpaulborough",
            "boardingPassOnlyText": "BOARDING PASS ONLY",
            "boardingTime": "7514",
            "cabinClassCode": "w",
            "cabinText": "FIRST CLASS",
            "carryOnText": "CARRY-ON",
            "childText": "INFANT",
            "commuterAirlineName": "[object Object]",
            "commuterOperatedByText": "OPERATED BY",
            "departureAirportName": "Reno",
            "documentTypeText": "BOARDING PASS",
            "doorCloseTime": "5850",
            "edifactApiText": "API ERROR",
            "entitlementTexts": {
              "fastTrack": "FAST TRACK",
              "loungeAccess": "LOUNGE XTRA",
              "priorityBoarding": "PRIORITY"
            },
            "estimatedArrivalTime": "4397",
            "estimatedDepartureDate": "2026-06-19T00:00:00.0Z",
            "estimatedDepartureTime": "4828",
            "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": "fJzQ",
            "plusInfantText": "PLUS INFANT",
            "premiumText": "PREMIUM",
            "priorityAaccessText": "PRIORITY AACCESS",
            "priorityBoardingText": "PRIORITY BOARDING",
            "priorityText": "PRIORITY",
            "scheduledArrivalTime": "2434",
            "scheduledDepartureDate": "2027-02-22T00:00:00.0Z",
            "scheduledDepartureTime": "1736",
            "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": 1717.9,
            "atpcoRule": "MTBV",
            "atpcoTariff": 4,
            "bookingClass": "S",
            "brand": "o0",
            "cabinClass": "PREMIUM_ECONOMY",
            "cabinClassCode": "v",
            "discountCategory": "87",
            "fareBasisCode": "ipzJln",
            "governingAirline": "[ob",
            "id": "ba7847e7-d644-4c38-96bf-c94d74af9fda",
            "operatingBookingClass": "f",
            "privateTariff": true,
            "type": "REF",
            "vendor": {
              "code": "SMFC",
              "value": "ATPCO"
            }
          },
          "flightDetail": {
            "aircraftLease": {
              "lessorAirline": "[ob",
              "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
            },
            "airline": "[ob",
            "arrivalAirport": "[ob",
            "arrivalCountry": "LA",
            "arrivalFlightScheduleStatus": "EARLY",
            "arrivalTerminal": "xK",
            "arrivalTime": "2026-10-24T00:00:00.0Z",
            "boardingTime": "1953-09-30T03:24:34.0Z",
            "changeOfGauge": false,
            "commuter": true,
            "departureAirport": "[ob",
            "departureCountry": "NO",
            "departureFlightScheduleStatus": "DELAYED",
            "departureGate": "Gx",
            "departureTerminal": "a9",
            "departureTime": "2027-03-28T00:00:00.0Z",
            "disclosureAirline": "[ob",
            "distance": {
              "unit": "MILES",
              "value": 4051
            },
            "equipment": "423",
            "estimatedArrivalTime": "1946-12-24T07:54:48.0Z",
            "estimatedDepartureTime": "1918-10-03T04:34:54.0Z",
            "flightDuration": 174,
            "flightNumber": "1",
            "flightStop": [
              {
                "airport": "[ob",
                "arrivalTime": "2026-07-30T00:00:00.0Z",
                "departureTime": "2027-01-05T00:00:00.0Z",
                "duration": 152,
                "elapsedTime": 230
              },
              {
                "airport": "[ob",
                "arrivalTime": "2026-12-31T00:00:00.0Z",
                "departureTime": "2027-06-12T00:00:00.0Z",
                "duration": 165,
                "elapsedTime": 121
              },
              {
                "airport": "[ob",
                "arrivalTime": "2027-01-02T00:00:00.0Z",
                "departureTime": "2027-03-06T00:00:00.0Z",
                "duration": 170,
                "elapsedTime": 201
              },
              {
                "airport": "[ob",
                "arrivalTime": "2026-08-30T00:00:00.0Z",
                "departureTime": "2027-03-26T00:00:00.0Z",
                "duration": 92,
                "elapsedTime": 265
              }
            ],
            "iatci": false,
            "id": "1ed1648b-a319-4db8-baa5-1a860a3729a0",
            "operatingAirline": "[ob",
            "operatingAirlineName": "[object Object]",
            "operatingFlightNumber": "9180",
            "span": "INTERNATIONAL",
            "status": "ON TIME",
            "subjectToGovernmentApproval": true,
            "thirdPartyGroundHandled": true,
            "throughFlight": false,
            "timeToDeparture": 318
          },
          "formattedBoardingPass": {
            "document": {
              "contentType": "image/tiff",
              "name": "before_until_majestically.[object Object]",
              "value": "ui8aYlOqLa5NO0NFbAv3rKP8YJv5xEmbOrnZF9tFDLpOx7wQuYl2vDGTjIF0Y0aZ"
            },
            "image": {
              "contentType": "application/xhtml+xml",
              "name": "torn_who_polyester.[object Object]",
              "value": "PnZl98w5StxRUPgV3c01aJsfqZnUBf0oTLyQ3sSPS76PkgJYWq735c1c6SarP1Ze"
            },
            "pectab": {
              "data": {
                "contentType": "image/jpeg",
                "name": "swathe.[object Object]",
                "value": "DSDjAV1gOFyRBaccj4Z7AgnPeyoI9jGvoLWWZyjXc2OfTxo08pRwOikGqIXhadwr"
              },
              "layout": {
                "contentType": "font/ttf",
                "name": "while.[object Object]",
                "value": "hWvIuR5crPQOYiKoP6P11D1szO8SNQodEYS7YHZq8VWhTIuF5rWul1fLJSGN0TEX"
              },
              "template": {
                "contentType": "image/vnd.microsoft.icon",
                "name": "woot_before.[object Object]",
                "value": "3mP7c2IMHEYoTUYBe2ooeUxm3iY0xJCpk1B5bsITq28anAVB4Y7Ul1BuPQRRESc0"
              },
              "templates": [
                {
                  "contentType": "text/csv",
                  "name": "despite.[object Object]",
                  "value": "AA9wg2PiXWMzoQqrivjvjiOIX6p1aVXjKijoJHWTlXvP61sLykX6gPOyWoCRmaFL"
                },
                {
                  "contentType": "image/bmp",
                  "name": "upon.[object Object]",
                  "value": "cb3m0gmFONqIdH90vbrZG7iPfKMbM58r5u36nZvZWEVcCSzJ0WdoRo6JGalTmBAi"
                },
                {
                  "contentType": "video/mpeg",
                  "name": "jellyfish_over_reasonable.[object Object]",
                  "value": "GoJtGI6T7O7HyP48BmEKyVYafytdq9m47y4QZHgRXxoXQguodQ4bv1CfEuAUPPH7"
                }
              ]
            },
            "supplementaryData": {
              "accommodation": "RESIDENCE SUITE",
              "selectee": false,
              "skyPriority": true,
              "zone": "4"
            },
            "zpl": {
              "contentType": "application/xml",
              "name": "uncover_nifty_enrage.[object Object]",
              "value": "dkP93dCW3ZmoYzh5EygxcdUXhGrp2Ca9pOV36qQOPhq2USi6uKNdxXSJ1Hhrx3Xj"
            }
          },
          "group": "ACgvUF",
          "loyaltyAccount": {
            "id": "5e126703-e280-4bdd-8be2-0b06e491ce2f",
            "latestAwardDate": "2025-07-16",
            "loyaltyTierLevel": {
              "atpco": "32",
              "customerInsight": "97",
              "name": "silver",
              "number": 5,
              "priority": 7,
              "tag": "VKH"
            },
            "memberAirline": "[ob",
            "memberId": "6234957828",
            "membershipStartDate": "2022-09-19",
            "mileage": {
              "unit": "MILES",
              "value": 1260
            },
            "pnrId": "1",
            "points": 37295,
            "source": "PNR"
          },
          "personName": {
            "first": "Clifton",
            "last": "Hilpert",
            "middle": "Sawyer",
            "prefix": "Miss",
            "raw": "Jeannie Cummerata",
            "suffix": "DDS"
          },
          "priorityVerificationCard": true,
          "recordLocator": "TBHJXH",
          "seat": {
            "column": "y",
            "row": "56",
            "value": "16D"
          },
          "source": "OTHER",
          "standbyPriority": "B1",
          "supplementaryData": {
            "dhsStatus": 2,
            "exclusiveWaitingArea": true,
            "infraeroElectronicStamp": "70725904381177",
            "loungeAccess": true,
            "selectee": true,
            "skyPriority": true,
            "spanishLargeFamily": true,
            "spanishResident": true,
            "tboAirport": "[ob",
            "throughAirport": "[ob",
            "throughCountry": "MA"
          },
          "ticketCouponNumber": "79",
          "ticketNumber": {
            "airlineAccountingCode": "447",
            "checkDigit": "5",
            "number": "50914692104001",
            "serialNumber": "2915882656"
          },
          "upgradePriority": "e02px",
          "zone": "2"
        },
        {
          "agent": {
            "city": "vzr",
            "country": "TO",
            "sign": "ckg"
          },
          "baggage": {
            "carryOnWeight": {
              "unit": "KG",
              "value": 1.1
            },
            "checkedInBaggage": {
              "bagTagNumber": [
                "12345678",
                "11223344",
                "87654321"
              ],
              "quantity": 3,
              "totalWeight": {
                "unit": "LB",
                "value": 12.6
              }
            }
          },
          "barCode": "nVBUbYPESkhcxlGDsQeNpCy6Fr51D43uMFVlJi5q",
          "checkInSequenceNumber": "965",
          "deck": {
            "code": "MAIN",
            "value": "OTHER"
          },
          "displayData": {
            "accommodation": "RESIDENCE SUITE",
            "agentCityName": "Bradenworth",
            "arrivalAirportName": "Fort Pete",
            "boardingPassOnlyText": "BOARDING PASS ONLY",
            "boardingTime": "0075",
            "cabinClassCode": "Q",
            "cabinText": "BUSINESS",
            "carryOnText": "CARRY-ON",
            "childText": "INFANT",
            "commuterAirlineName": "[object Object]",
            "commuterOperatedByText": "OPERATED BY",
            "departureAirportName": "South Trever",
            "documentTypeText": "BOARDING PASS",
            "doorCloseTime": "4161",
            "edifactApiText": "API ERROR",
            "entitlementTexts": {
              "fastTrack": "FAST TRACK",
              "loungeAccess": "LOUNGE XTRA",
              "priorityBoarding": "PRIORITY"
            },
            "estimatedArrivalTime": "4781",
            "estimatedDepartureDate": "2027-01-27T00:00:00.0Z",
            "estimatedDepartureTime": "1345",
            "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": "KYQy",
            "plusInfantText": "PLUS INFANT",
            "premiumText": "PREMIUM",
            "priorityAaccessText": "PRIORITY AACCESS",
            "priorityBoardingText": "PRIORITY BOARDING",
            "priorityText": "PRIORITY",
            "scheduledArrivalTime": "1429",
            "scheduledDepartureDate": "2027-01-10T00:00:00.0Z",
            "scheduledDepartureTime": "6321",
            "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": 1170.21,
            "atpcoRule": "gMMR",
            "atpcoTariff": 61,
            "bookingClass": "K",
            "brand": "ji",
            "cabinClass": "BUSINESS",
            "cabinClassCode": "c",
            "discountCategory": "61",
            "fareBasisCode": "4XeMmc",
            "governingAirline": "[ob",
            "id": "758a046d-5ceb-48c6-bf27-737430bceac9",
            "operatingBookingClass": "U",
            "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": "SO",
            "arrivalFlightScheduleStatus": "CANCELLED",
            "arrivalTerminal": "gr",
            "arrivalTime": "2026-07-04T00:00:00.0Z",
            "boardingTime": "1915-12-22T06:41:23.0Z",
            "changeOfGauge": true,
            "commuter": true,
            "departureAirport": "[ob",
            "departureCountry": "PW",
            "departureFlightScheduleStatus": "ON_TIME",
            "departureGate": "VR",
            "departureTerminal": "O5",
            "departureTime": "2027-03-05T00:00:00.0Z",
            "disclosureAirline": "[ob",
            "distance": {
              "unit": "MILES",
              "value": 4331
            },
            "equipment": "008",
            "estimatedArrivalTime": "1935-05-29T06:54:34.0Z",
            "estimatedDepartureTime": "1954-09-27T16:27:29.0Z",
            "flightDuration": 238,
            "flightNumber": "50",
            "flightStop": [
              {
                "airport": "[ob",
                "arrivalTime": "2026-11-15T00:00:00.0Z",
                "departureTime": "2026-11-25T00:00:00.0Z",
                "duration": 104,
                "elapsedTime": 258
              },
              {
                "airport": "[ob",
                "arrivalTime": "2026-06-30T00:00:00.0Z",
                "departureTime": "2026-07-25T00:00:00.0Z",
                "duration": 82,
                "elapsedTime": 95
              },
              {
                "airport": "[ob",
                "arrivalTime": "2026-07-09T00:00:00.0Z",
                "departureTime": "2027-05-21T00:00:00.0Z",
                "duration": 115,
                "elapsedTime": 146
              },
              {
                "airport": "[ob",
                "arrivalTime": "2027-06-04T00:00:00.0Z",
                "departureTime": "2026-07-06T00:00:00.0Z",
                "duration": 70,
                "elapsedTime": 110
              },
              {
                "airport": "[ob",
                "arrivalTime": "2026-11-04T00:00:00.0Z",
                "departureTime": "2027-01-24T00:00:00.0Z",
                "duration": 122,
                "elapsedTime": 167
              }
            ],
            "iatci": false,
            "id": "d748cd82-6ff6-42d1-8584-2d46c5f5756d",
            "operatingAirline": "[ob",
            "operatingAirlineName": "[object Object]",
            "operatingFlightNumber": "4297",
            "span": "INTERNATIONAL",
            "status": "CANCELLED",
            "subjectToGovernmentApproval": true,
            "thirdPartyGroundHandled": true,
            "throughFlight": true,
            "timeToDeparture": 661
          },
          "formattedBoardingPass": {
            "document": {
              "contentType": "application/pdf",
              "name": "viciously_mostly_yum.[object Object]",
              "value": "8HndUA23iuaGVVURsjS7ickeUbtGVGPTq2YExOddMj9LcrNcVTyBH1T7Uqka5POk"
            },
            "image": {
              "contentType": "application/vnd.oasis.opendocument.spreadsheet",
              "name": "geez.[object Object]",
              "value": "HndSmCyKcAzsy0wI4cjglYvbXSdBR48Q6AmuH7cSsT4ALkA9laKYNstjEktBsoFL"
            },
            "pectab": {
              "data": {
                "contentType": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
                "name": "pupil_boohoo.[object Object]",
                "value": "zFqXSmgdiigDhhVlszuPEct4MLaV9LN0RKVDr8Hjn8ieaMvzVjIXAnEt2Dp39aBU"
              },
              "layout": {
                "contentType": "application/vnd.amazon.ebook",
                "name": "bide_soft.[object Object]",
                "value": "QOAzsLOVI6xprf70xOfuIs9A0dhMF6Z7ySYLPrDKKX0CFL2u1tOrR7SjtiGKm8Fn"
              },
              "template": {
                "contentType": "application/vnd.ms-powerpoint",
                "name": "brr_gosh_finally.[object Object]",
                "value": "QyTXp41SIVP2wGa3ZVy7iwr0ArqCKU6bFab7da2eadOryi8jqES3yhyZxUY1YRiL"
              },
              "templates": [
                {
                  "contentType": "audio/aac",
                  "name": "bus.[object Object]",
                  "value": "4KwyImAB8JPxFtSWam9UvpLqFM19TooFQ0N9xQTMoQwiX1Rdi6ddSpyLEgJwNQjA"
                },
                {
                  "contentType": "audio/3gpp2",
                  "name": "gosh_extract.[object Object]",
                  "value": "2aFDtvm6tbHvBe4Be670iupiFWNApCOwzTIjDqQcsncNEyhByi4zaVO1lCoJ2O9h"
                },
                {
                  "contentType": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
                  "name": "crazy_ugh.[object Object]",
                  "value": "5dId89fksTF086dOSfZUMyc42t4QMhV3QRUOElHyc9k8Zn9g2gh9wwrYjQVgozc7"
                }
              ]
            },
            "supplementaryData": {
              "accommodation": "FIRST CLASS",
              "selectee": true,
              "skyPriority": false,
              "zone": "0"
            },
            "zpl": {
              "contentType": "application/ld+json",
              "name": "confiscate.[object Object]",
              "value": "ofJnEBxxF15z81w2rV7wZAJcZ6FZw0DT96y2EFh6Fg3aeLOC8h81kqn08ne5z3ZP"
            }
          },
          "group": "LgVlD3",
          "loyaltyAccount": {
            "id": "2decc339-0803-4fa7-b016-ffe0540b8731",
            "latestAwardDate": "2026-01-09",
            "loyaltyTierLevel": {
              "atpco": "51",
              "customerInsight": "77",
              "name": "gold",
              "number": 1,
              "priority": 1,
              "tag": "yJz"
            },
            "memberAirline": "[ob",
            "memberId": "5061716022",
            "membershipStartDate": "2024-09-07",
            "mileage": {
              "unit": "MILES",
              "value": 416
            },
            "pnrId": "0",
            "points": 79828,
            "source": "PNR"
          },
          "personName": {
            "first": "Caitlyn",
            "last": "Abbott-Abbott",
            "middle": "North",
            "prefix": "Miss",
            "raw": "Elsa Wolff",
            "suffix": "Jr."
          },
          "priorityVerificationCard": false,
          "recordLocator": "JGAKXZ",
          "seat": {
            "column": "J",
            "row": "40",
            "value": "10E"
          },
          "source": "OTHER",
          "standbyPriority": "is",
          "supplementaryData": {
            "dhsStatus": 3,
            "exclusiveWaitingArea": true,
            "infraeroElectronicStamp": "83950558713195",
            "loungeAccess": false,
            "selectee": false,
            "skyPriority": true,
            "spanishLargeFamily": true,
            "spanishResident": false,
            "tboAirport": "[ob",
            "throughAirport": "[ob",
            "throughCountry": "FR"
          },
          "ticketCouponNumber": "52",
          "ticketNumber": {
            "airlineAccountingCode": "862",
            "checkDigit": "7",
            "number": "32306132791556",
            "serialNumber": "4128109813"
          },
          "upgradePriority": "cGdS1",
          "zone": "8"
        }
      ],
      "ssciPassengerId": "e9A5AxF3fCym",
      "status": {
        "code": "VALIDATION_ERROR",
        "message": "Operation completed successfully.",
        "type": "SUCCESS"
      }
    }
  ]
}
{
  "errorCode": "ERR.2SG.SEC.AUTH",
  "message": "Internal database error",
  "status": "NotProcessed",
  "timeStamp": "2026-06-17T00:00:00.0Z",
  "type": "Application"
}
Query Parameter NameExample
jipcc*aliquip elit
Header NameExample
Session-ID*"veniam in aute"
Authorization*"voluptate velit"
Application-ID"sint reprehenderit ipsum"
Conversation-ID"qui ea adipisicing"
Message-ID"mollit commodo do dolor"
{
  "flightCriteria": {
    "airline": "[ob",
    "arrivalAirport": "[object Object]",
    "departureAirport": "[ob",
    "departureDate": "2027-03-17",
    "flightNumber": "2154"
  },
  "passengerCriteria": {
    "currentBookingClass": "m",
    "passengers": [
      {
        "lastName": "O'Connell",
        "priorityCriteria": {
          "priorityCode": "SbL",
          "seniorityDate": "2021-11-29",
          "upgradeCode": "Lqs"
        },
        "requestedBookingClass": "j",
        "seatCharacteristics": [
          "A"
        ],
        "ssciPassengerId": "6caDG8dWg2Kd"
      }
    ]
  }
}
{
  "results": [
    {
      "ssciPassengerId": "ps5mgRJvZKhK",
      "status": {
        "code": "VALIDATION_ERROR",
        "message": "Only 2 passenger types are allowed.",
        "type": "SUCCESS"
      }
    },
    {
      "ssciPassengerId": "YYwUdoiThMy4",
      "status": {
        "code": "SUCCESS",
        "message": "Only 2 passenger types are allowed.",
        "type": "SUCCESS"
      }
    },
    {
      "ssciPassengerId": "mzPmpBcgje8P",
      "status": {
        "code": "NOT_FOUND",
        "message": "Only 2 passenger types are allowed.",
        "type": "SUCCESS"
      }
    }
  ]
}
{
  "errorCode": "ERR.2SG.VAL.INVALID_INPUT",
  "message": "Internal database error",
  "status": "NotProcessed",
  "timeStamp": "2026-06-16T00:00:00.0Z",
  "type": "Validation"
}

Standby(2 operations)

Query Parameter NameExample
jipcc*velit
Header NameExample
Session-ID*"Ut Excepteur eu"
Authorization*"sunt consequat pariatur ullamco"
Application-ID"veniam sed id consequat"
Conversation-ID"sit nulla ut in"
Message-ID"ut est minim commodo"
{
  "outputFormat": "IMAGE",
  "returnSession": true,
  "standbyFlightId": "1c70009e-677a-41c0-a9aa-8953d02ec009"
}
{
  "priorityVerificationCards": [
    {
      "boardingPass": {
        "agent": {
          "city": "xeN",
          "country": "GP",
          "sign": "YnS"
        },
        "baggage": {
          "carryOnWeight": {
            "unit": "KG",
            "value": 17.1
          },
          "checkedInBaggage": {
            "bagTagNumber": [
              "11223344",
              "87654321"
            ],
            "quantity": 3,
            "totalWeight": {
              "unit": "KG",
              "value": 6.9
            }
          }
        },
        "barCode": "bo5HcfYz3otqxXEhYeriHqV4gJ3bGIiPnPfQdWff",
        "checkInSequenceNumber": "592",
        "deck": {
          "code": "MAIN",
          "value": "UPPER"
        },
        "displayData": {
          "accommodation": "BUSINESS",
          "agentCityName": "Fort Kaseyland",
          "arrivalAirportName": "Rempelfield",
          "boardingPassOnlyText": "BOARDING PASS ONLY",
          "boardingTime": "4532",
          "cabinClassCode": "G",
          "cabinText": "BUSINESS",
          "carryOnText": "CARRY-ON",
          "childText": "CHILD",
          "commuterAirlineName": "[object Object]",
          "commuterOperatedByText": "OPERATED BY",
          "departureAirportName": "Rowland Heights",
          "documentTypeText": "BOARDING PASS",
          "doorCloseTime": "8990",
          "edifactApiText": "API ERROR",
          "entitlementTexts": {
            "fastTrack": "FAST TRACK",
            "loungeAccess": "LOUNGE XTRA",
            "priorityBoarding": "PRIORITY"
          },
          "estimatedArrivalTime": "8171",
          "estimatedDepartureDate": "2027-05-03T00:00:00.0Z",
          "estimatedDepartureTime": "6808",
          "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": "P3Sh",
          "plusInfantText": "PLUS INFANT",
          "premiumText": "PREMIUM",
          "priorityAaccessText": "PRIORITY AACCESS",
          "priorityBoardingText": "PRIORITY BOARDING",
          "priorityText": "PRIORITY",
          "scheduledArrivalTime": "8047",
          "scheduledDepartureDate": "2027-04-20T00:00:00.0Z",
          "scheduledDepartureTime": "3520",
          "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": 191.33,
          "atpcoRule": "i2KC",
          "atpcoTariff": 87,
          "bookingClass": "u",
          "brand": "8m",
          "cabinClass": "BUSINESS",
          "cabinClassCode": "Z",
          "discountCategory": "57",
          "fareBasisCode": "1Amdbo",
          "governingAirline": "[ob",
          "id": "d75ffc33-a0d4-4602-a413-d8796eaeea06",
          "operatingBookingClass": "E",
          "privateTariff": true,
          "type": "REF",
          "vendor": {
            "code": "SITA",
            "value": "SITA"
          }
        },
        "flightDetail": {
          "aircraftLease": {
            "lessorAirline": "[ob",
            "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
          },
          "airline": "[ob",
          "arrivalAirport": "[ob",
          "arrivalCountry": "HR",
          "arrivalFlightScheduleStatus": "DELAYED",
          "arrivalTerminal": "00",
          "arrivalTime": "2026-07-14T00:00:00.0Z",
          "boardingTime": "1908-02-21T10:04:27.0Z",
          "changeOfGauge": false,
          "commuter": false,
          "departureAirport": "[ob",
          "departureCountry": "CO",
          "departureFlightScheduleStatus": "DELAYED",
          "departureGate": "uw",
          "departureTerminal": "4g",
          "departureTime": "2026-08-12T00:00:00.0Z",
          "disclosureAirline": "[ob",
          "distance": {
            "unit": "MILES",
            "value": 235
          },
          "equipment": "822",
          "estimatedArrivalTime": "1898-04-02T17:46:15.0Z",
          "estimatedDepartureTime": "1939-06-29T04:50:41.0Z",
          "flightDuration": 347,
          "flightNumber": "2236",
          "flightStop": [
            {
              "airport": "[ob",
              "arrivalTime": "2026-11-15T00:00:00.0Z",
              "departureTime": "2027-02-15T00:00:00.0Z",
              "duration": 155,
              "elapsedTime": 144
            },
            {
              "airport": "[ob",
              "arrivalTime": "2027-01-22T00:00:00.0Z",
              "departureTime": "2027-03-29T00:00:00.0Z",
              "duration": 157,
              "elapsedTime": 112
            },
            {
              "airport": "[ob",
              "arrivalTime": "2027-01-04T00:00:00.0Z",
              "departureTime": "2027-02-20T00:00:00.0Z",
              "duration": 142,
              "elapsedTime": 287
            }
          ],
          "iatci": false,
          "id": "18823cf5-c995-47bb-a987-48ffb0c310cb",
          "operatingAirline": "[ob",
          "operatingAirlineName": "[object Object]",
          "operatingFlightNumber": "1263",
          "span": "DOMESTIC",
          "status": "DELAYED",
          "subjectToGovernmentApproval": true,
          "thirdPartyGroundHandled": true,
          "throughFlight": false,
          "timeToDeparture": 32
        },
        "formattedBoardingPass": {
          "document": {
            "contentType": "application/vnd.ms-fontobject",
            "name": "indeed_zowie.[object Object]",
            "value": "7ZdwbAXpdF4BfeVqHkVsGHebLopPM0VHZOYGCyQ9yeJa9we7gDTulDh3QYflQIMK"
          },
          "image": {
            "contentType": "audio/webm",
            "name": "fooey_bowler_thoroughly.[object Object]",
            "value": "LO5ejddHFqLwsPFZD9m75f2i04Sqa3Y5vMeY4JJs9fpz7PhSnD21nl6Sn9FETLXw"
          },
          "pectab": {
            "data": {
              "contentType": "application/vnd.openxmlformats-officedocument.presentationml.presentation",
              "name": "punctually_on.[object Object]",
              "value": "CYL883h9wDLCtpQEJ2FKzFfgNwOMdYSKxt4P1xkB6FaGsC5YBNBtbh7WPvsE7030"
            },
            "layout": {
              "contentType": "application/vnd.amazon.ebook",
              "name": "appliance.[object Object]",
              "value": "eZ7EsN15vc2U3ly9YMSKVyS4yff72JhP2oXwEhnPMlGwV7SwgyGbzdbjAiJHXq3U"
            },
            "template": {
              "contentType": "application/msword",
              "name": "when.[object Object]",
              "value": "Orsi6dd8K389s4l81nWhVxn7UnucnbZewsbbENF0REL3iXpj8hOvDRLP6mw0UhvX"
            },
            "templates": [
              {
                "contentType": "text/css",
                "name": "divert.[object Object]",
                "value": "Bm8I36bFIz1qXKdgn6RumnWvmx1ua4d4hzg0id8vmLfi3ifEiBzIZ32kY1algg0a"
              },
              {
                "contentType": "application/x-httpd-php",
                "name": "which.[object Object]",
                "value": "4Pv0TP5S7zlAxMtgjFpb6iN7pR29jmLbE25sIkjpF9Y4Pbmrylm896cyJOrdYAVT"
              },
              {
                "contentType": "application/vnd.visio",
                "name": "innocent_boo.[object Object]",
                "value": "0PEtrIuHtmx8zMsDkFRCxJ7IvHqfysIK09FPFx3ZAdaRzMeibVf2ruM61SjOOkK2"
              }
            ]
          },
          "supplementaryData": {
            "accommodation": "FIRST CLASS",
            "selectee": false,
            "skyPriority": false,
            "zone": "1"
          },
          "zpl": {
            "contentType": "audio/3gpp2",
            "name": "oxidize_like_oh.[object Object]",
            "value": "ecRaeqn94bHW6bwEGpDuEptr63gX15dXWiC9irdFTIghpN599k80De3ytaFf1ieW"
          }
        },
        "group": "LqSy8j",
        "loyaltyAccount": {
          "id": "61b14a98-96b7-4db7-8cf2-2de748df5d1c",
          "latestAwardDate": "2026-05-11",
          "loyaltyTierLevel": {
            "atpco": "28",
            "customerInsight": "69",
            "name": "silver",
            "number": 4,
            "priority": 3,
            "tag": "aZh"
          },
          "memberAirline": "[ob",
          "memberId": "4579655999",
          "membershipStartDate": "2024-02-01",
          "mileage": {
            "unit": "MILES",
            "value": 3097
          },
          "pnrId": "1",
          "points": 63015,
          "source": "PNR"
        },
        "personName": {
          "first": "Tyler",
          "last": "Ferry",
          "middle": "Arden",
          "prefix": "Ms.",
          "raw": "Ronald Nikolaus",
          "suffix": "III"
        },
        "priorityVerificationCard": false,
        "recordLocator": "TVHVTQ",
        "seat": {
          "column": "b",
          "row": "30",
          "value": "19D"
        },
        "source": "OTHER",
        "standbyPriority": "dj",
        "supplementaryData": {
          "dhsStatus": 1,
          "exclusiveWaitingArea": false,
          "infraeroElectronicStamp": "44601767528971",
          "loungeAccess": false,
          "selectee": false,
          "skyPriority": false,
          "spanishLargeFamily": true,
          "spanishResident": true,
          "tboAirport": "[ob",
          "throughAirport": "[ob",
          "throughCountry": "KG"
        },
        "ticketCouponNumber": "10",
        "ticketNumber": {
          "airlineAccountingCode": "083",
          "checkDigit": "9",
          "number": "12219293103261",
          "serialNumber": "2141196499"
        },
        "upgradePriority": "pApYu",
        "zone": "2"
      },
      "passengerId": "FwiOicaXAv"
    },
    {
      "boardingPass": {
        "agent": {
          "city": "KXa",
          "country": "AL",
          "sign": "ddw"
        },
        "baggage": {
          "carryOnWeight": {
            "unit": "LB",
            "value": 19.2
          },
          "checkedInBaggage": {
            "bagTagNumber": [
              "87654321",
              "11223344",
              "12345678"
            ],
            "quantity": 1,
            "totalWeight": {
              "unit": "LB",
              "value": 9.7
            }
          }
        },
        "barCode": "5xOU5AX1KwzWzweS5iiAgOxbx7EXtai5sXZfLdsz",
        "checkInSequenceNumber": "279",
        "deck": {
          "code": "MAIN",
          "value": "MAIN"
        },
        "displayData": {
          "accommodation": "BUSINESS",
          "agentCityName": "Vitostad",
          "arrivalAirportName": "McDermottport",
          "boardingPassOnlyText": "BOARDING PASS ONLY",
          "boardingTime": "9460",
          "cabinClassCode": "X",
          "cabinText": "ECONOMY",
          "carryOnText": "NO CARRY-ON",
          "childText": "INFANT",
          "commuterAirlineName": "[object Object]",
          "commuterOperatedByText": "OPERATED BY",
          "departureAirportName": "Roobchester",
          "documentTypeText": "BOARDING PASS",
          "doorCloseTime": "8922",
          "edifactApiText": "API ERROR",
          "entitlementTexts": {
            "fastTrack": "FAST TRACK",
            "loungeAccess": "LOUNGE XTRA",
            "priorityBoarding": "PRIORITY"
          },
          "estimatedArrivalTime": "4346",
          "estimatedDepartureDate": "2026-09-24T00:00:00.0Z",
          "estimatedDepartureTime": "9885",
          "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": "6xpk",
          "plusInfantText": "PLUS INFANT",
          "premiumText": "PREMIUM",
          "priorityAaccessText": "PRIORITY AACCESS",
          "priorityBoardingText": "PRIORITY BOARDING",
          "priorityText": "PRIORITY",
          "scheduledArrivalTime": "8259",
          "scheduledDepartureDate": "2027-04-09T00:00:00.0Z",
          "scheduledDepartureTime": "2181",
          "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": 1528.23,
          "atpcoRule": "GlkT",
          "atpcoTariff": 26,
          "bookingClass": "J",
          "brand": "lj",
          "cabinClass": "BUSINESS",
          "cabinClassCode": "h",
          "discountCategory": "19",
          "fareBasisCode": "OANfyz",
          "governingAirline": "[ob",
          "id": "0e966000-9842-4730-84c0-e9a8bb2a4ca6",
          "operatingBookingClass": "m",
          "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": "NL",
          "arrivalFlightScheduleStatus": "ON_TIME",
          "arrivalTerminal": "ul",
          "arrivalTime": "2026-10-11T00:00:00.0Z",
          "boardingTime": "1957-01-15T11:44:23.0Z",
          "changeOfGauge": false,
          "commuter": true,
          "departureAirport": "[ob",
          "departureCountry": "GU",
          "departureFlightScheduleStatus": "DELAYED",
          "departureGate": "iI",
          "departureTerminal": "Qs",
          "departureTime": "2027-01-18T00:00:00.0Z",
          "disclosureAirline": "[ob",
          "distance": {
            "unit": "MILES",
            "value": 4369
          },
          "equipment": "460",
          "estimatedArrivalTime": "1915-08-16T08:17:45.0Z",
          "estimatedDepartureTime": "1960-12-24T09:47:41.0Z",
          "flightDuration": 218,
          "flightNumber": "8760",
          "flightStop": [
            {
              "airport": "[ob",
              "arrivalTime": "2026-08-05T00:00:00.0Z",
              "departureTime": "2027-02-18T00:00:00.0Z",
              "duration": 113,
              "elapsedTime": 269
            },
            {
              "airport": "[ob",
              "arrivalTime": "2026-10-22T00:00:00.0Z",
              "departureTime": "2026-10-16T00:00:00.0Z",
              "duration": 40,
              "elapsedTime": 183
            },
            {
              "airport": "[ob",
              "arrivalTime": "2026-11-15T00:00:00.0Z",
              "departureTime": "2026-10-08T00:00:00.0Z",
              "duration": 105,
              "elapsedTime": 74
            }
          ],
          "iatci": true,
          "id": "b1ad9547-1c8a-449c-b5ba-70eaad1ae3e9",
          "operatingAirline": "[ob",
          "operatingAirlineName": "[object Object]",
          "operatingFlightNumber": "837",
          "span": "DOMESTIC",
          "status": "ON TIME",
          "subjectToGovernmentApproval": false,
          "thirdPartyGroundHandled": true,
          "throughFlight": true,
          "timeToDeparture": 746
        },
        "formattedBoardingPass": {
          "document": {
            "contentType": "application/ld+json",
            "name": "finally_aha_than.[object Object]",
            "value": "t7Dix3ub5WUJMqDrp95HmuDrtAmqEizNVdMf6pPYEmMvs7UqAEM8iNfATTxAmvQw"
          },
          "image": {
            "contentType": "application/vnd.ms-powerpoint",
            "name": "term_aha_seagull.[object Object]",
            "value": "6Ukbg3xfZr0SB6ZuJcp8KixwFtLKDJNHN20TunXdCUxnrqa8jp2jhJOYGNqRMORC"
          },
          "pectab": {
            "data": {
              "contentType": "application/epub+zip",
              "name": "what.[object Object]",
              "value": "mL3mTCY3K1rvJJqHt3SYCCEHlbZe5ugoJrqiKphVUtwDahXrnngg3sKIWZvMabeU"
            },
            "layout": {
              "contentType": "application/octet-stream",
              "name": "kissingly_jagged.[object Object]",
              "value": "PViH6uBfGhMbadMowCdBTiZY5u5ceaA16jvADgq1wOyJCmNXAeviQasLaXX2Wqcc"
            },
            "template": {
              "contentType": "image/webp",
              "name": "hm.[object Object]",
              "value": "JAhsl7fMC7MrxLkoybvlmjPukDDnRwHuIci7Z2rhMZr43ny5MWbLzTJhRKKWTXDK"
            },
            "templates": [
              {
                "contentType": "application/x-abiword",
                "name": "meh.[object Object]",
                "value": "j5gPIVO1IRSMySx4SIEdhu9ozYrIMeQg2osSuLPOtxoRuhzAoFgd0wK6W0EYqCfO"
              },
              {
                "contentType": "application/x-7z-compressed",
                "name": "legitimize.[object Object]",
                "value": "yhRp3hx4EJKsjn7qn0WYmCj6eDe6rKQKASMUyJ9WV3lpoYcAF32qkq0CyhJ6drIk"
              },
              {
                "contentType": "image/avif",
                "name": "please_times.[object Object]",
                "value": "yqVZbfb5SnvG8yfjkrpdJyvES5ieuyiu3RlZjL2xv8ZW19MmLlR29wvpxzELeqVC"
              },
              {
                "contentType": "application/vnd.apple.installer+xml",
                "name": "stylish.[object Object]",
                "value": "H3codca2lGzgQobqEqAtxDvLVRpIb2s8UYiwrT1LPJyJaGFNKoMxRFtfNRgLu8G8"
              }
            ]
          },
          "supplementaryData": {
            "accommodation": "RESIDENCE SUITE",
            "selectee": true,
            "skyPriority": false,
            "zone": "3"
          },
          "zpl": {
            "contentType": "image/svg+xml",
            "name": "misfire.[object Object]",
            "value": "uyd2YfmzjfBrc09FLK22TjDug9vbbJTvgRpX4Ht9h7Doc7Tv9PA28WleW8pKb9Tj"
          }
        },
        "group": "UznZFB",
        "loyaltyAccount": {
          "id": "4c1e42f0-ba4b-47b8-ad32-9cea01fc4957",
          "latestAwardDate": "2025-09-09",
          "loyaltyTierLevel": {
            "atpco": "95",
            "customerInsight": "11",
            "name": "platinum",
            "number": 4,
            "priority": 9,
            "tag": "sof"
          },
          "memberAirline": "[ob",
          "memberId": "9040661552",
          "membershipStartDate": "2024-06-07",
          "mileage": {
            "unit": "MILES",
            "value": 703
          },
          "pnrId": "7",
          "points": 51577,
          "source": "PNR"
        },
        "personName": {
          "first": "Adelle",
          "last": "Kub",
          "middle": "Quinn",
          "prefix": "Ms.",
          "raw": "Frederick Spencer",
          "suffix": "DVM"
        },
        "priorityVerificationCard": false,
        "recordLocator": "RXPFTW",
        "seat": {
          "column": "c",
          "row": "14",
          "value": "19E"
        },
        "source": "OTHER",
        "standbyPriority": "1e",
        "supplementaryData": {
          "dhsStatus": 3,
          "exclusiveWaitingArea": false,
          "infraeroElectronicStamp": "57467520209944",
          "loungeAccess": false,
          "selectee": false,
          "skyPriority": true,
          "spanishLargeFamily": false,
          "spanishResident": true,
          "tboAirport": "[ob",
          "throughAirport": "[ob",
          "throughCountry": "TW"
        },
        "ticketCouponNumber": "40",
        "ticketNumber": {
          "airlineAccountingCode": "168",
          "checkDigit": "1",
          "number": "35632035072424",
          "serialNumber": "1641643519"
        },
        "upgradePriority": "LdwrK",
        "zone": "1"
      },
      "passengerId": "UjPa0wXQDy"
    },
    {
      "boardingPass": {
        "agent": {
          "city": "ejC",
          "country": "BW",
          "sign": "Fzv"
        },
        "baggage": {
          "carryOnWeight": {
            "unit": "LB",
            "value": 1.5
          },
          "checkedInBaggage": {
            "bagTagNumber": [
              "87654321",
              "12345678",
              "11223344"
            ],
            "quantity": 2,
            "totalWeight": {
              "unit": "KG",
              "value": 2.8
            }
          }
        },
        "barCode": "A0pz6PYDVGcV1D7nasToWdULUtPCGvfxSlyWEu9f",
        "checkInSequenceNumber": "571",
        "deck": {
          "code": "MAIN",
          "value": "UPPER"
        },
        "displayData": {
          "accommodation": "FIRST CLASS",
          "agentCityName": "New Carmella",
          "arrivalAirportName": "West Delpha",
          "boardingPassOnlyText": "BOARDING PASS ONLY",
          "boardingTime": "6920",
          "cabinClassCode": "y",
          "cabinText": "FIRST CLASS",
          "carryOnText": "CARRY-ON",
          "childText": "INFANT",
          "commuterAirlineName": "[object Object]",
          "commuterOperatedByText": "OPERATED BY",
          "departureAirportName": "North Justyncester",
          "documentTypeText": "BOARDING PASS",
          "doorCloseTime": "9915",
          "edifactApiText": "API ERROR",
          "entitlementTexts": {
            "fastTrack": "FAST TRACK",
            "loungeAccess": "LOUNGE XTRA",
            "priorityBoarding": "PRIORITY"
          },
          "estimatedArrivalTime": "2123",
          "estimatedDepartureDate": "2026-09-03T00:00:00.0Z",
          "estimatedDepartureTime": "7525",
          "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": "gtxV",
          "plusInfantText": "PLUS INFANT",
          "premiumText": "PREMIUM",
          "priorityAaccessText": "PRIORITY AACCESS",
          "priorityBoardingText": "PRIORITY BOARDING",
          "priorityText": "PRIORITY",
          "scheduledArrivalTime": "8684",
          "scheduledDepartureDate": "2027-01-07T00:00:00.0Z",
          "scheduledDepartureTime": "8886",
          "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": 1332.01,
          "atpcoRule": "a26C",
          "atpcoTariff": 60,
          "bookingClass": "n",
          "brand": "CJ",
          "cabinClass": "BUSINESS",
          "cabinClassCode": "Q",
          "discountCategory": "38",
          "fareBasisCode": "2xE0t7",
          "governingAirline": "[ob",
          "id": "d10e21de-fe8f-4a92-9b47-4e3a3c021181",
          "operatingBookingClass": "N",
          "privateTariff": false,
          "type": "NLX",
          "vendor": {
            "code": "SMFC",
            "value": "SITA"
          }
        },
        "flightDetail": {
          "aircraftLease": {
            "lessorAirline": "[ob",
            "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
          },
          "airline": "[ob",
          "arrivalAirport": "[ob",
          "arrivalCountry": "VI",
          "arrivalFlightScheduleStatus": "EARLY",
          "arrivalTerminal": "n4",
          "arrivalTime": "2027-03-07T00:00:00.0Z",
          "boardingTime": "1913-08-04T03:54:26.0Z",
          "changeOfGauge": false,
          "commuter": true,
          "departureAirport": "[ob",
          "departureCountry": "AU",
          "departureFlightScheduleStatus": "CANCELLED",
          "departureGate": "8B",
          "departureTerminal": "2Z",
          "departureTime": "2026-07-15T00:00:00.0Z",
          "disclosureAirline": "[ob",
          "distance": {
            "unit": "MILES",
            "value": 570
          },
          "equipment": "454",
          "estimatedArrivalTime": "1928-09-08T17:19:04.0Z",
          "estimatedDepartureTime": "1969-06-26T14:04:27.0Z",
          "flightDuration": 288,
          "flightNumber": "4",
          "flightStop": [
            {
              "airport": "[ob",
              "arrivalTime": "2026-09-12T00:00:00.0Z",
              "departureTime": "2027-05-05T00:00:00.0Z",
              "duration": 104,
              "elapsedTime": 252
            },
            {
              "airport": "[ob",
              "arrivalTime": "2026-09-30T00:00:00.0Z",
              "departureTime": "2026-12-23T00:00:00.0Z",
              "duration": 131,
              "elapsedTime": 196
            },
            {
              "airport": "[ob",
              "arrivalTime": "2026-07-26T00:00:00.0Z",
              "departureTime": "2026-08-27T00:00:00.0Z",
              "duration": 80,
              "elapsedTime": 173
            },
            {
              "airport": "[ob",
              "arrivalTime": "2026-12-22T00:00:00.0Z",
              "departureTime": "2026-09-27T00:00:00.0Z",
              "duration": 162,
              "elapsedTime": 105
            },
            {
              "airport": "[ob",
              "arrivalTime": "2026-07-28T00:00:00.0Z",
              "departureTime": "2027-05-20T00:00:00.0Z",
              "duration": 168,
              "elapsedTime": 91
            }
          ],
          "iatci": false,
          "id": "3afd05c4-4030-45b2-8ffb-6aac54bb0d50",
          "operatingAirline": "[ob",
          "operatingAirlineName": "[object Object]",
          "operatingFlightNumber": "644",
          "span": "INTERNATIONAL",
          "status": "DELAYED",
          "subjectToGovernmentApproval": false,
          "thirdPartyGroundHandled": false,
          "throughFlight": true,
          "timeToDeparture": 147
        },
        "formattedBoardingPass": {
          "document": {
            "contentType": "application/x-freearc",
            "name": "segregate_flood.[object Object]",
            "value": "mYUve1fGesRtwbcKphL9NKGGHF5WDVGcOv5TbYJwq2UL7IPUMtDfwcmM00hxvnjW"
          },
          "image": {
            "contentType": "application/vnd.rar",
            "name": "ew_impure.[object Object]",
            "value": "d0JWRjQlzTsslKRlVGrfrKyOyCkP4wHwXhew8LCXUtVOZUkZu9wVQJ1jdKEK1SJX"
          },
          "pectab": {
            "data": {
              "contentType": "video/mp2t",
              "name": "instead.[object Object]",
              "value": "Zrmb4ZYiw1c62uhe8PJMuSRnW0WklZE9Ml3WCErE57ugbLVShfhGzaEshCTfDjDE"
            },
            "layout": {
              "contentType": "application/java-archive",
              "name": "phooey.[object Object]",
              "value": "MPf5MNli2Dzo35nmg9BBHR8cFCEoWbtGTcGHJVTr0jQUvqwrzlDNUBQNz7I8xVAK"
            },
            "template": {
              "contentType": "application/vnd.openxmlformats-officedocument.presentationml.presentation",
              "name": "puff.[object Object]",
              "value": "d80IRzRLpfZuVELfGkl3a5tTwDpypJw4UuUxXadFe6rpZTqukyufaTJlgsb6Iryx"
            },
            "templates": [
              {
                "contentType": "text/html",
                "name": "weary_hmph.[object Object]",
                "value": "9zj6R153KDcTsj4QJWPeIZT6RG8PZoK0RKjiFs2jqRVZrFl2C5D72PimoOQsIuFZ"
              },
              {
                "contentType": "image/png",
                "name": "unethically_fooey.[object Object]",
                "value": "wAdkT1Ri0pfQTelJRgei0CGBqlPPivf7WK2W98sK1Rc9vOCUCCoWFcTwQDkwrmfi"
              },
              {
                "contentType": "application/xml",
                "name": "incidentally.[object Object]",
                "value": "pRdIpDcExZq6Gs9iVdARd2vOlIcEomcsojXFhuX3wKsvxmhc8mcg78mucONHPzJu"
              },
              {
                "contentType": "application/ogg",
                "name": "drat_lavish.[object Object]",
                "value": "9DZN6Kpmu7FfNo7vKPn7ov1DqWJZh11j6qGT82gTQHYds5jHIPDHQ1OxAja03MAm"
              },
              {
                "contentType": "application/x-bzip2",
                "name": "hope_off_bug.[object Object]",
                "value": "XYg6syyw0awZrMcSigymdmTlZvi5khmwsqtcmvK74Pv0Zj3gS2lcQKLal9cHwgDa"
              }
            ]
          },
          "supplementaryData": {
            "accommodation": "FIRST CLASS",
            "selectee": false,
            "skyPriority": false,
            "zone": "4"
          },
          "zpl": {
            "contentType": "audio/midi",
            "name": "gosh_dual.[object Object]",
            "value": "2TA0YTHySWTxW6glU3CyHGcrlBOYnaVWIgQpOHftL27FlRFJqWGn7ssrQSoPlaEl"
          }
        },
        "group": "cRiq9H",
        "loyaltyAccount": {
          "id": "a2aba4a8-a12e-4d72-91cc-4b60593ce2d3",
          "latestAwardDate": "2025-06-30",
          "loyaltyTierLevel": {
            "atpco": "33",
            "customerInsight": "37",
            "name": "platinum",
            "number": 2,
            "priority": 1,
            "tag": "wmQ"
          },
          "memberAirline": "[ob",
          "memberId": "8125879244",
          "membershipStartDate": "2025-05-12",
          "mileage": {
            "unit": "MILES",
            "value": 2342
          },
          "pnrId": "5",
          "points": 97558,
          "source": "PNR"
        },
        "personName": {
          "first": "Braulio",
          "last": "Rau",
          "middle": "Drew",
          "prefix": "Mrs.",
          "raw": "Kerry Kertzmann",
          "suffix": "IV"
        },
        "priorityVerificationCard": false,
        "recordLocator": "VHNHHW",
        "seat": {
          "column": "C",
          "row": "05",
          "value": "18C"
        },
        "source": "HOST",
        "standbyPriority": "CK",
        "supplementaryData": {
          "dhsStatus": 5,
          "exclusiveWaitingArea": false,
          "infraeroElectronicStamp": "08969584425925",
          "loungeAccess": true,
          "selectee": false,
          "skyPriority": true,
          "spanishLargeFamily": true,
          "spanishResident": true,
          "tboAirport": "[ob",
          "throughAirport": "[ob",
          "throughCountry": "LU"
        },
        "ticketCouponNumber": "28",
        "ticketNumber": {
          "airlineAccountingCode": "331",
          "checkDigit": "0",
          "number": "92317610990989",
          "serialNumber": "4535228247"
        },
        "upgradePriority": "vKuMW",
        "zone": "3"
      },
      "passengerId": "k683vsZF36"
    },
    {
      "boardingPass": {
        "agent": {
          "city": "uod",
          "country": "MZ",
          "sign": "lid"
        },
        "baggage": {
          "carryOnWeight": {
            "unit": "LB",
            "value": 12.9
          },
          "checkedInBaggage": {
            "bagTagNumber": [
              "11223344",
              "87654321",
              "12345678"
            ],
            "quantity": 3,
            "totalWeight": {
              "unit": "KG",
              "value": 1.3
            }
          }
        },
        "barCode": "UwI5unAIBcDZ7YQ6hZtJZdKKkcxBX76LUK9N66al",
        "checkInSequenceNumber": "774",
        "deck": {
          "code": "MAIN",
          "value": "MAIN"
        },
        "displayData": {
          "accommodation": "RESIDENCE SUITE",
          "agentCityName": "Marilyneville",
          "arrivalAirportName": "Port Jess",
          "boardingPassOnlyText": "BOARDING PASS ONLY",
          "boardingTime": "0838",
          "cabinClassCode": "r",
          "cabinText": "ECONOMY",
          "carryOnText": "NO CARRY-ON",
          "childText": "INFANT",
          "commuterAirlineName": "[object Object]",
          "commuterOperatedByText": "OPERATED BY",
          "departureAirportName": "Overland Park",
          "documentTypeText": "BOARDING PASS",
          "doorCloseTime": "1556",
          "edifactApiText": "API ERROR",
          "entitlementTexts": {
            "fastTrack": "FAST TRACK",
            "loungeAccess": "LOUNGE XTRA",
            "priorityBoarding": "PRIORITY"
          },
          "estimatedArrivalTime": "0386",
          "estimatedDepartureDate": "2026-11-18T00:00:00.0Z",
          "estimatedDepartureTime": "3606",
          "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": "hXGE",
          "plusInfantText": "PLUS INFANT",
          "premiumText": "PREMIUM",
          "priorityAaccessText": "PRIORITY AACCESS",
          "priorityBoardingText": "PRIORITY BOARDING",
          "priorityText": "PRIORITY",
          "scheduledArrivalTime": "8562",
          "scheduledDepartureDate": "2026-12-22T00:00:00.0Z",
          "scheduledDepartureTime": "0586",
          "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": 1907.51,
          "atpcoRule": "i141",
          "atpcoTariff": 33,
          "bookingClass": "M",
          "brand": "ym",
          "cabinClass": "PREMIUM_BUSINESS",
          "cabinClassCode": "Z",
          "discountCategory": "91",
          "fareBasisCode": "Uhte0G",
          "governingAirline": "[ob",
          "id": "07ddb3cd-4279-44f4-b1aa-ca6e37c874c1",
          "operatingBookingClass": "V",
          "privateTariff": false,
          "type": "REF",
          "vendor": {
            "code": "ATP",
            "value": "ATPCO"
          }
        },
        "flightDetail": {
          "aircraftLease": {
            "lessorAirline": "[ob",
            "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
          },
          "airline": "[ob",
          "arrivalAirport": "[ob",
          "arrivalCountry": "AX",
          "arrivalFlightScheduleStatus": "DELAYED",
          "arrivalTerminal": "qa",
          "arrivalTime": "2027-03-14T00:00:00.0Z",
          "boardingTime": "1933-08-02T18:52:08.0Z",
          "changeOfGauge": true,
          "commuter": false,
          "departureAirport": "[ob",
          "departureCountry": "CI",
          "departureFlightScheduleStatus": "EARLY",
          "departureGate": "Ev",
          "departureTerminal": "Tq",
          "departureTime": "2026-09-12T00:00:00.0Z",
          "disclosureAirline": "[ob",
          "distance": {
            "unit": "MILES",
            "value": 4328
          },
          "equipment": "210",
          "estimatedArrivalTime": "1891-06-02T05:01:46.0Z",
          "estimatedDepartureTime": "1931-12-10T19:40:53.0Z",
          "flightDuration": 77,
          "flightNumber": "2236",
          "flightStop": [
            {
              "airport": "[ob",
              "arrivalTime": "2026-07-17T00:00:00.0Z",
              "departureTime": "2027-01-08T00:00:00.0Z",
              "duration": 162,
              "elapsedTime": 158
            }
          ],
          "iatci": false,
          "id": "3df436b8-7ddd-416d-b9d7-e6cd24966f05",
          "operatingAirline": "[ob",
          "operatingAirlineName": "[object Object]",
          "operatingFlightNumber": "844",
          "span": "INTERNATIONAL",
          "status": "ON TIME",
          "subjectToGovernmentApproval": false,
          "thirdPartyGroundHandled": false,
          "throughFlight": true,
          "timeToDeparture": 167
        },
        "formattedBoardingPass": {
          "document": {
            "contentType": "application/vnd.oasis.opendocument.text",
            "name": "since_annually.[object Object]",
            "value": "S1F7mCcibYpWvI5WbA2OyhHxDLITTVczei8RZvvbuurmIBSpgzvIxhcAzYTz5OUA"
          },
          "image": {
            "contentType": "application/x-7z-compressed",
            "name": "low_gee.[object Object]",
            "value": "9MqdVuszujltjrHH1nualnB39Kz1oEFhg5QSMslMjnXLZjq79QHvHz3hERQfz4BB"
          },
          "pectab": {
            "data": {
              "contentType": "video/3gpp",
              "name": "council_inquisitively.[object Object]",
              "value": "utJLxiBQfOxtCXrEdpYHgRAy5YcHI7IvvVkTspwLL6OgU9EUDhvhvZnxAPJICj5c"
            },
            "layout": {
              "contentType": "application/x-freearc",
              "name": "vaguely_supposing.[object Object]",
              "value": "G6qLruNTnxCzg7bqL6kgtT9GQVKtZBSIOw19Oq3PylRpSfD4IevMj4m5kqSu8XBv"
            },
            "template": {
              "contentType": "video/ogg",
              "name": "amidst.[object Object]",
              "value": "8K2zKDiKfWDfRXbvPHtJnEcebrUqfm5qVQgjQpkffIhGUWA7QZItZEIKi4uXtYsf"
            },
            "templates": [
              {
                "contentType": "application/ld+json",
                "name": "vivaciously_oh_smarten.[object Object]",
                "value": "rpBO621MGrXQaaFRtyA3wbq1IyWQCXq95kFQh5bUtXhQQ7LwuVrPT9yEa8DdajPg"
              },
              {
                "contentType": "image/tiff",
                "name": "absent_millet.[object Object]",
                "value": "dBbBhPAKWROk3U3QugCZA3D12zUXhTUHegOotBlXgNZALFOKn71lrnji4nTPRKxM"
              },
              {
                "contentType": "font/woff",
                "name": "in_clueless.[object Object]",
                "value": "WgIreEP77l0cILcY2LwojQmWmRSr2yvdAlUUxpWoHD0Ljw2twmZ0NpKlJByy4JVP"
              },
              {
                "contentType": "image/jpeg",
                "name": "tenderly.[object Object]",
                "value": "LPQhAKullEMpp10ZTKLuhhweUfCT5z1L2IjhNMCZI6sHMPqlxef5es44EXPCSZbt"
              },
              {
                "contentType": "application/vnd.openxmlformats-officedocument.presentationml.presentation",
                "name": "woot_birdbath.[object Object]",
                "value": "H9yOE5YJb7cHxI5YcNWClu03a1CdFc44J4TOTxTxDbFAe3r7R1GwqgjsDRse20Ry"
              }
            ]
          },
          "supplementaryData": {
            "accommodation": "FIRST CLASS",
            "selectee": false,
            "skyPriority": true,
            "zone": "0"
          },
          "zpl": {
            "contentType": "application/vnd.ms-fontobject",
            "name": "separate.[object Object]",
            "value": "QdaP6uDTBUeBrjfHhOcGHZ4gdsVpmWxnBHUCqzWwJrpbqpHEWwHYkzdOcZzYuori"
          }
        },
        "group": "pkBRPY",
        "loyaltyAccount": {
          "id": "c651e07a-bde6-49a8-94c7-c27f2ca4da29",
          "latestAwardDate": "2025-10-16",
          "loyaltyTierLevel": {
            "atpco": "77",
            "customerInsight": "23",
            "name": "platinum",
            "number": 4,
            "priority": 8,
            "tag": "slE"
          },
          "memberAirline": "[ob",
          "memberId": "4832953646",
          "membershipStartDate": "2023-11-23",
          "mileage": {
            "unit": "MILES",
            "value": 1427
          },
          "pnrId": "7",
          "points": 93201,
          "source": "SSCI"
        },
        "personName": {
          "first": "Norwood",
          "last": "Crooks",
          "middle": "Alex",
          "prefix": "Miss",
          "raw": "Todd Ullrich",
          "suffix": "III"
        },
        "priorityVerificationCard": false,
        "recordLocator": "PQNMCJ",
        "seat": {
          "column": "V",
          "row": "38",
          "value": "19B"
        },
        "source": "EXTERNAL",
        "standbyPriority": "84",
        "supplementaryData": {
          "dhsStatus": 1,
          "exclusiveWaitingArea": true,
          "infraeroElectronicStamp": "70289949335897",
          "loungeAccess": true,
          "selectee": true,
          "skyPriority": false,
          "spanishLargeFamily": true,
          "spanishResident": true,
          "tboAirport": "[ob",
          "throughAirport": "[ob",
          "throughCountry": "SI"
        },
        "ticketCouponNumber": "92",
        "ticketNumber": {
          "airlineAccountingCode": "916",
          "checkDigit": "9",
          "number": "62426423436430",
          "serialNumber": "8009914091"
        },
        "upgradePriority": "SYdkp",
        "zone": "7"
      },
      "passengerId": "3nmACxBrK5"
    },
    {
      "boardingPass": {
        "agent": {
          "city": "URX",
          "country": "MM",
          "sign": "oLD"
        },
        "baggage": {
          "carryOnWeight": {
            "unit": "KG",
            "value": 3.9
          },
          "checkedInBaggage": {
            "bagTagNumber": [
              "11223344",
              "87654321",
              "12345678"
            ],
            "quantity": 2,
            "totalWeight": {
              "unit": "KG",
              "value": 5.7
            }
          }
        },
        "barCode": "YlSQcxaCJRj1BDUCdIRuyRyceYm5uU4nVYYmBbCr",
        "checkInSequenceNumber": "317",
        "deck": {
          "code": "MAIN",
          "value": "MAIN"
        },
        "displayData": {
          "accommodation": "FIRST CLASS",
          "agentCityName": "Trenton",
          "arrivalAirportName": "Evanston",
          "boardingPassOnlyText": "BOARDING PASS ONLY",
          "boardingTime": "8834",
          "cabinClassCode": "b",
          "cabinText": "BUSINESS",
          "carryOnText": "CARRY-ON",
          "childText": "INFANT",
          "commuterAirlineName": "[object Object]",
          "commuterOperatedByText": "OPERATED BY",
          "departureAirportName": "Lake Winfieldport",
          "documentTypeText": "BOARDING PASS",
          "doorCloseTime": "6556",
          "edifactApiText": "API ERROR",
          "entitlementTexts": {
            "fastTrack": "FAST TRACK",
            "loungeAccess": "LOUNGE XTRA",
            "priorityBoarding": "PRIORITY"
          },
          "estimatedArrivalTime": "8448",
          "estimatedDepartureDate": "2026-12-04T00:00:00.0Z",
          "estimatedDepartureTime": "7841",
          "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": "Kzq1",
          "plusInfantText": "PLUS INFANT",
          "premiumText": "PREMIUM",
          "priorityAaccessText": "PRIORITY AACCESS",
          "priorityBoardingText": "PRIORITY BOARDING",
          "priorityText": "PRIORITY",
          "scheduledArrivalTime": "7979",
          "scheduledDepartureDate": "2027-02-24T00:00:00.0Z",
          "scheduledDepartureTime": "5239",
          "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": 1798.42,
          "atpcoRule": "A384",
          "atpcoTariff": 16,
          "bookingClass": "H",
          "brand": "jx",
          "cabinClass": "PREMIUM_ECONOMY",
          "cabinClassCode": "F",
          "discountCategory": "84",
          "fareBasisCode": "6QdGrl",
          "governingAirline": "[ob",
          "id": "74fa5bc6-384e-4271-950c-ac031868f43f",
          "operatingBookingClass": "M",
          "privateTariff": true,
          "type": "NLX",
          "vendor": {
            "code": "SMFC",
            "value": "SITA"
          }
        },
        "flightDetail": {
          "aircraftLease": {
            "lessorAirline": "[ob",
            "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
          },
          "airline": "[ob",
          "arrivalAirport": "[ob",
          "arrivalCountry": "CV",
          "arrivalFlightScheduleStatus": "CANCELLED",
          "arrivalTerminal": "0c",
          "arrivalTime": "2027-01-06T00:00:00.0Z",
          "boardingTime": "1938-08-12T02:34:49.0Z",
          "changeOfGauge": true,
          "commuter": true,
          "departureAirport": "[ob",
          "departureCountry": "BG",
          "departureFlightScheduleStatus": "DELAYED",
          "departureGate": "c0",
          "departureTerminal": "v9",
          "departureTime": "2027-03-28T00:00:00.0Z",
          "disclosureAirline": "[ob",
          "distance": {
            "unit": "MILES",
            "value": 4051
          },
          "equipment": "106",
          "estimatedArrivalTime": "1929-05-25T11:21:02.0Z",
          "estimatedDepartureTime": "1953-06-10T17:25:38.0Z",
          "flightDuration": 254,
          "flightNumber": "56",
          "flightStop": [
            {
              "airport": "[ob",
              "arrivalTime": "2026-10-13T00:00:00.0Z",
              "departureTime": "2026-10-19T00:00:00.0Z",
              "duration": 129,
              "elapsedTime": 297
            },
            {
              "airport": "[ob",
              "arrivalTime": "2026-10-27T00:00:00.0Z",
              "departureTime": "2027-02-22T00:00:00.0Z",
              "duration": 62,
              "elapsedTime": 188
            },
            {
              "airport": "[ob",
              "arrivalTime": "2027-05-24T00:00:00.0Z",
              "departureTime": "2027-01-11T00:00:00.0Z",
              "duration": 129,
              "elapsedTime": 179
            },
            {
              "airport": "[ob",
              "arrivalTime": "2026-07-06T00:00:00.0Z",
              "departureTime": "2026-09-07T00:00:00.0Z",
              "duration": 164,
              "elapsedTime": 86
            }
          ],
          "iatci": false,
          "id": "4beedf7c-70d3-4415-a03c-9a4758f5f60a",
          "operatingAirline": "[ob",
          "operatingAirlineName": "[object Object]",
          "operatingFlightNumber": "219",
          "span": "DOMESTIC",
          "status": "DELAYED",
          "subjectToGovernmentApproval": true,
          "thirdPartyGroundHandled": false,
          "throughFlight": false,
          "timeToDeparture": 767
        },
        "formattedBoardingPass": {
          "document": {
            "contentType": "video/x-msvideo",
            "name": "curse_opposite_obstruct.[object Object]",
            "value": "ep6z5G4dvAIxv5G7b25S9kngQW1XOSzYsHjvEgiA9ww0XDBAHa0CIEz9Ck6dhOzs"
          },
          "image": {
            "contentType": "application/x-httpd-php",
            "name": "scram.[object Object]",
            "value": "56wC5GmnkGBc5Zr4sXu5Pi2b2YwNKekLUtrGYEdUcXgJWTGb4PwrHy7MEIYCQVKP"
          },
          "pectab": {
            "data": {
              "contentType": "application/json",
              "name": "decryption_however.[object Object]",
              "value": "5lbAeSvenZ8NmNoH0W9fCbk5sPztELsxZNnkMSZxfPRn0OakgU9uVKXopypWvcz5"
            },
            "layout": {
              "contentType": "font/otf",
              "name": "meatloaf.[object Object]",
              "value": "4pYsjKTlXQQOshGquKTWnbU8tZDZqUgMJB24E5f9LGUlhIZn0yJehTfIf1g9fSze"
            },
            "template": {
              "contentType": "video/3gpp",
              "name": "furthermore_loaf_curiously.[object Object]",
              "value": "jL5fP6gCcZC10G40BJSJ1YwU8mgrgiwJLna5PvnytSwvboIbD8uIjnWTPBhLHblq"
            },
            "templates": [
              {
                "contentType": "video/webm",
                "name": "ham.[object Object]",
                "value": "VLFuaSIYMu3MBRgzYJC7DTyUlKY50eNCsYis24b8KrgemclFHD5zvVIGogCLfQZB"
              },
              {
                "contentType": "application/vnd.ms-fontobject",
                "name": "minion_meaningfully.[object Object]",
                "value": "qTXHvmkg41vRVRRKLnPVkYG6BT3QlezicabtZ5eYPINupvJoXa1epOWDlMd9OcTY"
              },
              {
                "contentType": "application/msword",
                "name": "baa_regal_moist.[object Object]",
                "value": "wHqWdBGhCRW0lIuGgvpFw3387Bf3CICDeOSaiQU4harfCtOW2tKngkQmXmeFe7M8"
              },
              {
                "contentType": "image/svg+xml",
                "name": "till_finally.[object Object]",
                "value": "jLJbLYOfId8qCTmxGiNxzpNbQQmXBdklNVxfqUPcWCtAKqN4xm1Jvet5ax2vlmoH"
              },
              {
                "contentType": "application/x-tar",
                "name": "artistic.[object Object]",
                "value": "n3oaOEPma97EpfREjO8eEXt28aL79qoQ2NMqZQ0Z4HKhlh9oknvPLLIMPYjgxDjN"
              }
            ]
          },
          "supplementaryData": {
            "accommodation": "RESIDENCE SUITE",
            "selectee": true,
            "skyPriority": false,
            "zone": "9"
          },
          "zpl": {
            "contentType": "application/x-bzip",
            "name": "upon_mortar.[object Object]",
            "value": "1TQb9ALCduER59SoLlt0Hjcjevi7mzKJ0YcIrZdDTeRXKsLoTd1XTkEGhfmWEWXl"
          }
        },
        "group": "k8On67",
        "loyaltyAccount": {
          "id": "6e086b75-05d5-4a96-8b5c-79abf824f9a3",
          "latestAwardDate": "2026-01-27",
          "loyaltyTierLevel": {
            "atpco": "55",
            "customerInsight": "78",
            "name": "gold",
            "number": 2,
            "priority": 8,
            "tag": "NZI"
          },
          "memberAirline": "[ob",
          "memberId": "8815626944",
          "membershipStartDate": "2022-09-19",
          "mileage": {
            "unit": "MILES",
            "value": 2876
          },
          "pnrId": "6",
          "points": 87692,
          "source": "SSCI"
        },
        "personName": {
          "first": "Kayleigh",
          "last": "Kling",
          "middle": "Jaden",
          "prefix": "Mrs.",
          "raw": "Claudia Kassulke",
          "suffix": "PhD"
        },
        "priorityVerificationCard": false,
        "recordLocator": "BKHSJG",
        "seat": {
          "column": "I",
          "row": "44",
          "value": "23D"
        },
        "source": "OTHER",
        "standbyPriority": "qC",
        "supplementaryData": {
          "dhsStatus": 4,
          "exclusiveWaitingArea": false,
          "infraeroElectronicStamp": "83704809483478",
          "loungeAccess": true,
          "selectee": true,
          "skyPriority": true,
          "spanishLargeFamily": true,
          "spanishResident": false,
          "tboAirport": "[ob",
          "throughAirport": "[ob",
          "throughCountry": "IT"
        },
        "ticketCouponNumber": "86",
        "ticketNumber": {
          "airlineAccountingCode": "663",
          "checkDigit": "4",
          "number": "96970609819350",
          "serialNumber": "6345370987"
        },
        "upgradePriority": "3eoGb",
        "zone": "4"
      },
      "passengerId": "W89YJTqNJ8"
    }
  ],
  "reservation": {
    "ancillaries": {
      "ancillary": [
        {
          "airline": "[ob",
          "ancillaryRules": {
            "commissionable": true,
            "customRules": {
              "applyHighestTierLevel": false,
              "convertible": true,
              "excludedFormOfPayment": [
                "AX"
              ],
              "maxQuantityPerPassenger": 5
            },
            "exchangeable": false,
            "feeApplicationMethod": {
              "code": "2",
              "value": "PER_BAGGAGE_TRAVEL"
            },
            "formOfRefund": {
              "code": "2",
              "value": "ORIGINAL"
            },
            "freeAllowanceEligibility": {
              "quantity": 2
            },
            "freeOfChargeRules": [
              "BOOKING_REQUIRED",
              "BOOKING_REQUIRED",
              "BOOKING_REQUIRED",
              "BOOKING_REQUIRED",
              "BOOKING_REQUIRED"
            ],
            "interlineable": false,
            "inventoryControlled": true,
            "paperTicketRequired": false,
            "purchaseAtTicketIssue": true,
            "purchaseBy": "2026-11-17",
            "refundable": false,
            "tourCode": "hE3yJ6"
          },
          "bagType": "SKI",
          "bookingMethod": {
            "code": "7=",
            "value": "CONTACT_AIRLINE"
          },
          "bundledAncillaryRefs": [
            "id01",
            "id02"
          ],
          "commercialName": "UPTO50LB 23KG",
          "displayOnly": false,
          "electronicMiscDocType": {
            "code": "3",
            "consumedAtIssuance": true,
            "value": "FLIGHT_COUPON_ASSOCIATED"
          },
          "group": "WIF",
          "id": "49jBfe",
          "reasonForIssuance": {
            "code": "G",
            "value": "INDIVIDUAL_AIRLINE_USE"
          },
          "sequenceNumber": 36,
          "serviceType": {
            "code": "ej",
            "value": "CARRY_ON_BAGGAGE_ALLOWANCE"
          },
          "specialService": {
            "code": "UMNR",
            "requiredProperties": {
              "propertyDefinition": [
                {
                  "allowedValue": [
                    "DOG"
                  ],
                  "max": 91,
                  "min": 3,
                  "name": "AGE",
                  "optional": false,
                  "type": "INT",
                  "unit": "KG"
                },
                {
                  "allowedValue": [
                    "DOG"
                  ],
                  "max": 44,
                  "min": 3,
                  "name": "WEIGHT",
                  "optional": true,
                  "type": "TEXT",
                  "unit": "LB"
                },
                {
                  "allowedValue": [
                    "DOG"
                  ],
                  "max": 59,
                  "min": 3,
                  "name": "SIZE",
                  "optional": false,
                  "type": "TEXT",
                  "unit": "CM"
                },
                {
                  "allowedValue": [
                    "DOG"
                  ],
                  "max": 36,
                  "min": 1,
                  "name": "WEIGHT",
                  "optional": true,
                  "type": "INT",
                  "unit": "CM"
                }
              ]
            },
            "type": "REQUIRED"
          },
          "ssimCode": "zYT",
          "subCode": "200",
          "vendor": "MMGR",
          "weight": [
            {
              "unit": "KILOGRAM",
              "value": 8.7
            },
            {
              "unit": "KILOGRAM",
              "value": 34.1
            },
            {
              "unit": "KILOGRAM",
              "value": 7.3
            },
            {
              "unit": "KILOGRAM",
              "value": 23.7
            }
          ]
        },
        {
          "airline": "[ob",
          "ancillaryRules": {
            "commissionable": true,
            "customRules": {
              "applyHighestTierLevel": true,
              "convertible": false,
              "excludedFormOfPayment": [
                "AX"
              ],
              "maxQuantityPerPassenger": 1
            },
            "exchangeable": false,
            "feeApplicationMethod": {
              "code": "1",
              "value": "ROUND_TRIP"
            },
            "formOfRefund": {
              "code": "1",
              "value": "VOUCHER"
            },
            "freeAllowanceEligibility": {
              "quantity": 4
            },
            "freeOfChargeRules": [
              "BOOKING_REQUIRED",
              "EMD_REQUIRED",
              "BOOKING_REQUIRED",
              "BOOKING_REQUIRED"
            ],
            "interlineable": false,
            "inventoryControlled": true,
            "paperTicketRequired": false,
            "purchaseAtTicketIssue": false,
            "purchaseBy": "2026-09-03",
            "refundable": false,
            "tourCode": "vqPcpo"
          },
          "bagType": "SURF",
          "bookingMethod": {
            "code": "8/",
            "value": "ANY_ALLOWED"
          },
          "bundledAncillaryRefs": [
            "id01",
            "id02"
          ],
          "commercialName": "EXTRA LEGROOM",
          "displayOnly": true,
          "electronicMiscDocType": {
            "code": "1",
            "consumedAtIssuance": false,
            "value": "STANDALONE"
          },
          "group": "BG",
          "id": "s93X9Y",
          "reasonForIssuance": {
            "code": "A",
            "value": "INDIVIDUAL_AIRLINE_USE"
          },
          "sequenceNumber": 85,
          "serviceType": {
            "code": "Wc",
            "value": "PREPAID"
          },
          "specialService": {
            "code": "WCHR",
            "requiredProperties": {
              "propertyDefinition": [
                {
                  "allowedValue": [
                    "DOG"
                  ],
                  "max": 11,
                  "min": 5,
                  "name": "AGE",
                  "optional": false,
                  "type": "ENUM",
                  "unit": "LB"
                },
                {
                  "allowedValue": [
                    "DOG"
                  ],
                  "max": 70,
                  "min": 5,
                  "name": "SIZE",
                  "optional": false,
                  "type": "ENUM",
                  "unit": "LB"
                },
                {
                  "allowedValue": [
                    "DOG"
                  ],
                  "max": 76,
                  "min": 1,
                  "name": "AGE",
                  "optional": true,
                  "type": "INT",
                  "unit": "CM"
                },
                {
                  "allowedValue": [
                    "DOG"
                  ],
                  "max": 53,
                  "min": 3,
                  "name": "AGE",
                  "optional": true,
                  "type": "ENUM",
                  "unit": "IN"
                },
                {
                  "allowedValue": [
                    "DOG"
                  ],
                  "max": 53,
                  "min": 2,
                  "name": "WEIGHT",
                  "optional": true,
                  "type": "DECIMAL",
                  "unit": "KG"
                }
              ]
            },
            "type": "NOTALLOWED"
          },
          "ssimCode": "vfu",
          "subCode": "809",
          "vendor": "AMAD",
          "weight": [
            {
              "unit": "KILOGRAM",
              "value": 45.1
            },
            {
              "unit": "KILOGRAM",
              "value": 48.3
            },
            {
              "unit": "KILOGRAM",
              "value": 41.4
            },
            {
              "unit": "KILOGRAM",
              "value": 20.3
            },
            {
              "unit": "KILOGRAM",
              "value": 8.1
            }
          ]
        }
      ]
    },
    "businessLoyaltyAccount": {
      "memberAirline": "[ob",
      "memberId": "qSM1IzVW",
      "pin": "Fsf8",
      "programId": "FZXP"
    },
    "eligibilities": {
      "eligibility": [
        {
          "notEligible": true,
          "reason": [
            {
              "category": "BOOKING_CANCELLED",
              "details": "8mAUhWdWRsQTIDteU9FK",
              "message": "It is too early for check-in.",
              "property": [
                {
                  "name": "TIME_TO_OPEN_CHECK_IN",
                  "value": "356"
                },
                {
                  "name": "TIME_TO_OPEN_CHECK_IN",
                  "value": "271"
                },
                {
                  "name": "TIME_TO_OPEN_CHECK_IN",
                  "value": "214"
                }
              ]
            },
            {
              "category": "MISSING_DOCUMENT",
              "details": "gHpQ94x9UhMoHSZwnU3J",
              "message": "This flight is not eligible.",
              "property": [
                {
                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                  "value": "046"
                },
                {
                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                  "value": "199"
                },
                {
                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                  "value": "614"
                },
                {
                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                  "value": "720"
                }
              ]
            },
            {
              "category": "TOO_EARLY_FOR_CHECK_IN",
              "details": "ekxPLESB0qgiE0KEYf2u",
              "message": "Required travel document is missing.",
              "property": [
                {
                  "name": "TIME_TO_OPEN_CHECK_IN",
                  "value": "764"
                },
                {
                  "name": "MINIMUM_AGE_REQUIRED",
                  "value": "839"
                },
                {
                  "name": "TIME_TO_OPEN_CHECK_IN",
                  "value": "185"
                }
              ]
            }
          ],
          "type": "CHECK_IN"
        }
      ]
    },
    "features": {
      "details": {}
    },
    "genericSpecialRequests": {
      "genericSpecialRequest": [
        {
          "airlineCode": "da",
          "airlineFactsType": "OTHER_AIRLINE",
          "code": "0bD05",
          "freeText": "BKfagjqBfaNkEVF",
          "fullText": "nhVdyjKxsXSrSSQrfZHOdfCkogajMO",
          "id": "02dd8aa7-2e14-4ef0-91e1-237496739c41",
          "messageType": "SSR",
          "numberInParty": 6,
          "segmentRefs": [
            "id01",
            "id02"
          ],
          "status": {
            "statusCode": "HD",
            "value": "WAIVED"
          },
          "syntheticIdentifier": "035147945034900",
          "ticketNumber": {
            "airlineAccountingCode": "254",
            "checkDigit": "9",
            "number": "53373797095745",
            "serialNumber": "6465370313"
          }
        },
        {
          "airlineCode": "Vb",
          "airlineFactsType": "HOSTED",
          "code": "qFVS9",
          "freeText": "EzMlOommOajGkWN",
          "fullText": "BkVgiSDdNJeJRJzxOdsPSOInoEiZNZ",
          "id": "d7783e89-ff67-4a89-b693-aa243f8b2ff7",
          "messageType": "SSR",
          "numberInParty": 7,
          "segmentRefs": [
            "id01",
            "id02"
          ],
          "status": {
            "statusCode": "OK",
            "value": "REJECTED"
          },
          "syntheticIdentifier": "578511285744545",
          "ticketNumber": {
            "airlineAccountingCode": "429",
            "checkDigit": "9",
            "number": "45172773325074",
            "serialNumber": "8221741052"
          }
        },
        {
          "airlineCode": "sd",
          "airlineFactsType": "OTHER_AIRLINE",
          "code": "CTtw1",
          "freeText": "oLxeSEoteElpzLy",
          "fullText": "UgUsmfEgrcxAOFeWsMmDiYpVrYqEyx",
          "id": "93d7cbd1-3395-46ee-bc12-bad144640abd",
          "messageType": "SSR",
          "numberInParty": 4,
          "segmentRefs": [
            "id01",
            "id02"
          ],
          "status": {
            "statusCode": "RQ",
            "value": "VERIFICATION"
          },
          "syntheticIdentifier": "967288944633019",
          "ticketNumber": {
            "airlineAccountingCode": "499",
            "checkDigit": "8",
            "number": "63416444409604",
            "serialNumber": "5902015821"
          }
        }
      ]
    },
    "groupReservationDetails": {
      "name": "Schowalter Inc",
      "numberOfSeatsRemaining": 18,
      "size": 46
    },
    "id": "c628ce2e-afaf-4624-a8aa-25a25eebe7b0",
    "itinerary": {
      "eligibilities": {
        "eligibility": [
          {
            "notEligible": false,
            "reason": [
              {
                "category": "INSUFFICIENT_FUNDS",
                "details": "XxvEz7aRnGsHOOoBLgwm",
                "message": "This flight is not eligible.",
                "property": [
                  {
                    "name": "MINIMUM_AGE_REQUIRED",
                    "value": "877"
                  },
                  {
                    "name": "MINIMUM_AGE_REQUIRED",
                    "value": "267"
                  },
                  {
                    "name": "TIME_TO_OPEN_CHECK_IN",
                    "value": "295"
                  },
                  {
                    "name": "MINIMUM_AGE_REQUIRED",
                    "value": "304"
                  }
                ]
              },
              {
                "category": "BOOKING_CANCELLED",
                "details": "1oneT2A5iDDoD1y4DI5d",
                "message": "This flight is not eligible.",
                "property": [
                  {
                    "name": "TIME_TO_OPEN_CHECK_IN",
                    "value": "757"
                  },
                  {
                    "name": "DOCUMENT_EXPIRY_THRESHOLD",
                    "value": "256"
                  },
                  {
                    "name": "DOCUMENT_EXPIRY_THRESHOLD",
                    "value": "091"
                  },
                  {
                    "name": "DOCUMENT_EXPIRY_THRESHOLD",
                    "value": "568"
                  }
                ]
              },
              {
                "category": "INVALID_FLIGHT",
                "details": "xrIMQqsQm0tDWuwSaxWJ",
                "message": "Payment processing failed.",
                "property": [
                  {
                    "name": "MINIMUM_AGE_REQUIRED",
                    "value": "475"
                  },
                  {
                    "name": "MINIMUM_AGE_REQUIRED",
                    "value": "475"
                  }
                ]
              },
              {
                "category": "INSUFFICIENT_FUNDS",
                "details": "no6NdffVQ5dCDuRXdPmJ",
                "message": "This flight is not eligible.",
                "property": [
                  {
                    "name": "TIME_TO_OPEN_CHECK_IN",
                    "value": "480"
                  },
                  {
                    "name": "TIME_TO_OPEN_CHECK_IN",
                    "value": "860"
                  },
                  {
                    "name": "DOCUMENT_EXPIRY_THRESHOLD",
                    "value": "991"
                  },
                  {
                    "name": "TIME_TO_OPEN_CHECK_IN",
                    "value": "593"
                  },
                  {
                    "name": "DOCUMENT_EXPIRY_THRESHOLD",
                    "value": "828"
                  }
                ]
              },
              {
                "category": "INSUFFICIENT_FUNDS",
                "details": "7VkyMftD9sSUcLrVyjmX",
                "message": "This flight is not eligible.",
                "property": [
                  {
                    "name": "MINIMUM_AGE_REQUIRED",
                    "value": "196"
                  }
                ]
              }
            ],
            "type": "CHECK_IN"
          },
          {
            "notEligible": false,
            "reason": [
              {
                "category": "BOOKING_CANCELLED",
                "details": "dMxC6sxG2dPfayXgOKNy",
                "message": "This flight is not eligible.",
                "property": [
                  {
                    "name": "MINIMUM_AGE_REQUIRED",
                    "value": "145"
                  },
                  {
                    "name": "TIME_TO_OPEN_CHECK_IN",
                    "value": "716"
                  },
                  {
                    "name": "TIME_TO_OPEN_CHECK_IN",
                    "value": "786"
                  },
                  {
                    "name": "TIME_TO_OPEN_CHECK_IN",
                    "value": "166"
                  },
                  {
                    "name": "DOCUMENT_EXPIRY_THRESHOLD",
                    "value": "552"
                  }
                ]
              },
              {
                "category": "TOO_EARLY_FOR_CHECK_IN",
                "details": "HcqR4ieH1uamYnVygV02",
                "message": "Required travel document is missing.",
                "property": [
                  {
                    "name": "DOCUMENT_EXPIRY_THRESHOLD",
                    "value": "642"
                  },
                  {
                    "name": "TIME_TO_OPEN_CHECK_IN",
                    "value": "562"
                  }
                ]
              }
            ],
            "type": "CHECK_IN"
          },
          {
            "notEligible": false,
            "reason": [
              {
                "category": "INVALID_FLIGHT",
                "details": "8JfDwgw6qyJN3uIbMukP",
                "message": "This flight is not eligible.",
                "property": [
                  {
                    "name": "DOCUMENT_EXPIRY_THRESHOLD",
                    "value": "838"
                  },
                  {
                    "name": "DOCUMENT_EXPIRY_THRESHOLD",
                    "value": "415"
                  },
                  {
                    "name": "MINIMUM_AGE_REQUIRED",
                    "value": "534"
                  },
                  {
                    "name": "DOCUMENT_EXPIRY_THRESHOLD",
                    "value": "203"
                  }
                ]
              },
              {
                "category": "MISSING_DOCUMENT",
                "details": "IA1nQat0LwN6CFYG9G1b",
                "message": "Booking has been cancelled.",
                "property": [
                  {
                    "name": "TIME_TO_OPEN_CHECK_IN",
                    "value": "101"
                  },
                  {
                    "name": "MINIMUM_AGE_REQUIRED",
                    "value": "226"
                  },
                  {
                    "name": "MINIMUM_AGE_REQUIRED",
                    "value": "978"
                  },
                  {
                    "name": "MINIMUM_AGE_REQUIRED",
                    "value": "887"
                  }
                ]
              }
            ],
            "type": "CHECK_IN"
          },
          {
            "notEligible": false,
            "reason": [
              {
                "category": "INSUFFICIENT_FUNDS",
                "details": "e3ZvBhgVU7gZiz1DUDvb",
                "message": "It is too early for check-in.",
                "property": [
                  {
                    "name": "TIME_TO_OPEN_CHECK_IN",
                    "value": "329"
                  },
                  {
                    "name": "MINIMUM_AGE_REQUIRED",
                    "value": "111"
                  }
                ]
              },
              {
                "category": "BOOKING_CANCELLED",
                "details": "hijcdFByDTlYOteYxtOH",
                "message": "Booking has been cancelled.",
                "property": [
                  {
                    "name": "DOCUMENT_EXPIRY_THRESHOLD",
                    "value": "066"
                  },
                  {
                    "name": "TIME_TO_OPEN_CHECK_IN",
                    "value": "774"
                  },
                  {
                    "name": "DOCUMENT_EXPIRY_THRESHOLD",
                    "value": "380"
                  },
                  {
                    "name": "MINIMUM_AGE_REQUIRED",
                    "value": "637"
                  }
                ]
              },
              {
                "category": "MISSING_DOCUMENT",
                "details": "oQkYWtGG7GDDSejMvCJF",
                "message": "Booking has been cancelled.",
                "property": [
                  {
                    "name": "MINIMUM_AGE_REQUIRED",
                    "value": "702"
                  }
                ]
              }
            ],
            "type": "CHECK_IN"
          },
          {
            "notEligible": false,
            "reason": [
              {
                "category": "INSUFFICIENT_FUNDS",
                "details": "5xFBV2WVOfketPICvtop",
                "message": "Payment processing failed.",
                "property": [
                  {
                    "name": "DOCUMENT_EXPIRY_THRESHOLD",
                    "value": "194"
                  },
                  {
                    "name": "TIME_TO_OPEN_CHECK_IN",
                    "value": "921"
                  },
                  {
                    "name": "DOCUMENT_EXPIRY_THRESHOLD",
                    "value": "852"
                  },
                  {
                    "name": "MINIMUM_AGE_REQUIRED",
                    "value": "092"
                  }
                ]
              }
            ],
            "type": "CHECK_IN"
          }
        ]
      },
      "itineraryPart": [
        {
          "alternativeSegment": [
            {
              "applicableTransportationSecurity": [
                "REDRESS",
                "REDRESS",
                "KNOWN_TRAVELER"
              ],
              "associationId": 964,
              "baggageCheckInRules": {
                "baggageRouteRequired": false,
                "homePrintedBagTagRestricted": {
                  "message": "Home printing prohibited.",
                  "type": "RESTRICTED_ON_INTERLINE_FLIGHT"
                },
                "lateCheckIn": true,
                "maxGuaranteedQuantity": 2,
                "maxQuantity": 3,
                "petAllowed": true,
                "reCheckInRequired": {
                  "message": "Customs clearance required.",
                  "reason": "LEGAL_RESTRICTIONS"
                }
              },
              "bookingClassUpgradeStatus": {
                "code": "PE",
                "value": "WAITLISTED"
              },
              "eligibilities": {
                "eligibility": [
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "e569q1dAKSxdJ3VpnLPh",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "360"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "580"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "329"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "057"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "155"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  }
                ]
              },
              "fareInfo": {
                "amount": 1016.1,
                "atpcoRule": "jU0A",
                "atpcoTariff": 59,
                "bookingClass": "Q",
                "brand": "th",
                "cabinClass": "PREMIUM_FIRST",
                "cabinClassCode": "Z",
                "discountCategory": "50",
                "fareBasisCode": "rHKdy3",
                "governingAirline": "[ob",
                "id": "b64efa32-cf88-435b-9d93-7b9b7e6d3904",
                "operatingBookingClass": "X",
                "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": "CM",
                  "arrivalFlightScheduleStatus": "DELAYED",
                  "arrivalTerminal": "9k",
                  "arrivalTime": "2026-11-11T00:00:00.0Z",
                  "boardingTime": "1916-02-15T10:31:25.0Z",
                  "changeOfGauge": true,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "PA",
                  "departureFlightScheduleStatus": "DELAYED",
                  "departureGate": "Qp",
                  "departureTerminal": "BP",
                  "departureTime": "2026-12-12T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 4795
                  },
                  "equipment": "419",
                  "estimatedArrivalTime": "1916-10-24T15:22:01.0Z",
                  "estimatedDepartureTime": "1904-06-03T11:26:19.0Z",
                  "flightDuration": 447,
                  "flightNumber": "3750",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-06-25T00:00:00.0Z",
                      "departureTime": "2027-05-29T00:00:00.0Z",
                      "duration": 99,
                      "elapsedTime": 260
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-05-31T00:00:00.0Z",
                      "departureTime": "2026-10-27T00:00:00.0Z",
                      "duration": 180,
                      "elapsedTime": 194
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-12-15T00:00:00.0Z",
                      "departureTime": "2026-12-10T00:00:00.0Z",
                      "duration": 30,
                      "elapsedTime": 75
                    }
                  ],
                  "iatci": false,
                  "id": "eb7739c7-9a15-42f7-9d3e-652b293e03ba",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "4",
                  "span": "DOMESTIC",
                  "status": "ON TIME",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": true,
                  "timeToDeparture": 958
                }
              ],
              "id": "5d92a2f5-0f34-436b-be65-93dcc7dc5a5e",
              "number": "333",
              "operatingAirlineRecordLocator": "ZUNGXE",
              "priorityListPassengerIds": {
                "0": "id01",
                "1": "id02"
              },
              "programIdentifier": "141480",
              "seatStatus": "CONFIRMED",
              "segmentRefs": {
                "0": "id01",
                "1": "id02"
              },
              "sequence": 1,
              "status": {
                "code": "Ix",
                "value": "DESIRED"
              }
            },
            {
              "applicableTransportationSecurity": [
                "KNOWN_TRAVELER",
                "REDRESS",
                "REDRESS",
                "KNOWN_TRAVELER",
                "KNOWN_TRAVELER"
              ],
              "associationId": 482,
              "baggageCheckInRules": {
                "baggageRouteRequired": false,
                "homePrintedBagTagRestricted": {
                  "message": "Home printing prohibited.",
                  "type": "RESTRICTED_FOR_GIVEN_AIRLINE"
                },
                "lateCheckIn": false,
                "maxGuaranteedQuantity": 1,
                "maxQuantity": 5,
                "petAllowed": true,
                "reCheckInRequired": {
                  "message": "Re-check required at airport.",
                  "reason": "MISSING_BAGGAGE_AGREEMENT"
                }
              },
              "bookingClassUpgradeStatus": {
                "code": "OT",
                "value": "OTHER"
              },
              "eligibilities": {
                "eligibility": [
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "1SudAq5wTBUhPd5CFUgn",
                        "message": "This flight is not eligible.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "007"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "842"
                          }
                        ]
                      },
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "9kPIv1ui5IuRlUgjjBKO",
                        "message": "This flight is not eligible.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "944"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "147"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "004"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "576"
                          }
                        ]
                      },
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "niweLNlrrsWUnmEHRb7v",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "670"
                          }
                        ]
                      },
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "OzPzFfNq0bcBe08R0hug",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "106"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "252"
                          }
                        ]
                      },
                      {
                        "category": "MISSING_DOCUMENT",
                        "details": "Wsm2Gb4ENPpIFKDLiFlA",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "881"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": true,
                    "reason": [
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "i7CXlH3n6wNJuOETMR5e",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "999"
                          }
                        ]
                      },
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "AxrFri3Q7h2TsPq430Pf",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "751"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "415"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "209"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "285"
                          }
                        ]
                      },
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "t4gN7rOM9R16ActfSL6D",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "123"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "326"
                          }
                        ]
                      },
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "KUv4MmYIT1zdqbop3NPp",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "594"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "039"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "282"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "733"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "591"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "zCAszmlEHiCTHC3lEeRX",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "324"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "768"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "360"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "003"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "133"
                          }
                        ]
                      },
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "oCb3JgJTNnC8UwCDBXve",
                        "message": "This flight is not eligible.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "794"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "758"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "832"
                          }
                        ]
                      },
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "WJ6BrPpSCtpkNhy1iSF9",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "205"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "855"
                          }
                        ]
                      },
                      {
                        "category": "MISSING_DOCUMENT",
                        "details": "izq1k188s38LEHaVtOpk",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "564"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "573"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "322"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "473"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  }
                ]
              },
              "fareInfo": {
                "amount": 935.76,
                "atpcoRule": "VEcr",
                "atpcoTariff": 46,
                "bookingClass": "B",
                "brand": "rS",
                "cabinClass": "PREMIUM_ECONOMY",
                "cabinClassCode": "R",
                "discountCategory": "50",
                "fareBasisCode": "tKcVLk",
                "governingAirline": "[ob",
                "id": "b20967a3-48cd-4045-915b-3c2b2e3168a6",
                "operatingBookingClass": "f",
                "privateTariff": false,
                "type": "NLX",
                "vendor": {
                  "code": "SMFC",
                  "value": "ATPCO"
                }
              },
              "flightDetail": [
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "EH",
                  "arrivalFlightScheduleStatus": "ON_TIME",
                  "arrivalTerminal": "7z",
                  "arrivalTime": "2026-09-27T00:00:00.0Z",
                  "boardingTime": "1926-04-21T01:52:14.0Z",
                  "changeOfGauge": true,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "VC",
                  "departureFlightScheduleStatus": "DELAYED",
                  "departureGate": "A5",
                  "departureTerminal": "Cw",
                  "departureTime": "2026-06-21T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 2283
                  },
                  "equipment": "303",
                  "estimatedArrivalTime": "1905-05-13T20:21:32.0Z",
                  "estimatedDepartureTime": "1902-06-02T12:27:55.0Z",
                  "flightDuration": 537,
                  "flightNumber": "2",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-12-21T00:00:00.0Z",
                      "departureTime": "2027-02-01T00:00:00.0Z",
                      "duration": 110,
                      "elapsedTime": 230
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-04-18T00:00:00.0Z",
                      "departureTime": "2026-09-08T00:00:00.0Z",
                      "duration": 137,
                      "elapsedTime": 140
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-06-28T00:00:00.0Z",
                      "departureTime": "2027-06-09T00:00:00.0Z",
                      "duration": 64,
                      "elapsedTime": 201
                    }
                  ],
                  "iatci": true,
                  "id": "f2a7dbdd-c223-42d4-b995-9ea8915689be",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "79",
                  "span": "INTERNATIONAL",
                  "status": "CANCELLED",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": true,
                  "timeToDeparture": 894
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "AF",
                  "arrivalFlightScheduleStatus": "DELAYED",
                  "arrivalTerminal": "an",
                  "arrivalTime": "2027-03-10T00:00:00.0Z",
                  "boardingTime": "1909-03-20T21:43:23.0Z",
                  "changeOfGauge": true,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "VA",
                  "departureFlightScheduleStatus": "ON_TIME",
                  "departureGate": "x8",
                  "departureTerminal": "7h",
                  "departureTime": "2027-01-27T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 356
                  },
                  "equipment": "278",
                  "estimatedArrivalTime": "1905-08-27T08:31:49.0Z",
                  "estimatedDepartureTime": "1938-09-08T06:06:27.0Z",
                  "flightDuration": 418,
                  "flightNumber": "5712",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-04-06T00:00:00.0Z",
                      "departureTime": "2027-05-24T00:00:00.0Z",
                      "duration": 176,
                      "elapsedTime": 197
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-08-27T00:00:00.0Z",
                      "departureTime": "2027-04-07T00:00:00.0Z",
                      "duration": 76,
                      "elapsedTime": 129
                    }
                  ],
                  "iatci": true,
                  "id": "43905d6f-d893-421c-9628-6126faf229ed",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "2256",
                  "span": "INTERNATIONAL",
                  "status": "CANCELLED",
                  "subjectToGovernmentApproval": false,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": true,
                  "timeToDeparture": 666
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "DZ",
                  "arrivalFlightScheduleStatus": "EARLY",
                  "arrivalTerminal": "0c",
                  "arrivalTime": "2026-12-14T00:00:00.0Z",
                  "boardingTime": "1913-12-12T08:59:10.0Z",
                  "changeOfGauge": false,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "LT",
                  "departureFlightScheduleStatus": "DELAYED",
                  "departureGate": "nR",
                  "departureTerminal": "q2",
                  "departureTime": "2026-06-22T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 3650
                  },
                  "equipment": "094",
                  "estimatedArrivalTime": "1964-10-02T19:20:34.0Z",
                  "estimatedDepartureTime": "1952-04-24T13:57:39.0Z",
                  "flightDuration": 122,
                  "flightNumber": "7",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-06-30T00:00:00.0Z",
                      "departureTime": "2027-04-17T00:00:00.0Z",
                      "duration": 102,
                      "elapsedTime": 138
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-10-27T00:00:00.0Z",
                      "departureTime": "2027-02-19T00:00:00.0Z",
                      "duration": 83,
                      "elapsedTime": 206
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-04-14T00:00:00.0Z",
                      "departureTime": "2027-03-31T00:00:00.0Z",
                      "duration": 179,
                      "elapsedTime": 140
                    }
                  ],
                  "iatci": true,
                  "id": "0304ed95-6d22-445c-a2bf-0efbd5bab933",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "41",
                  "span": "INTERNATIONAL",
                  "status": "ON TIME",
                  "subjectToGovernmentApproval": false,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": false,
                  "timeToDeparture": 508
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "LI",
                  "arrivalFlightScheduleStatus": "DELAYED",
                  "arrivalTerminal": "Cu",
                  "arrivalTime": "2027-04-07T00:00:00.0Z",
                  "boardingTime": "1909-04-03T06:58:58.0Z",
                  "changeOfGauge": true,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "GS",
                  "departureFlightScheduleStatus": "DELAYED",
                  "departureGate": "FB",
                  "departureTerminal": "0D",
                  "departureTime": "2026-07-31T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 3783
                  },
                  "equipment": "305",
                  "estimatedArrivalTime": "1894-12-05T10:46:20.0Z",
                  "estimatedDepartureTime": "1938-03-23T06:45:06.0Z",
                  "flightDuration": 269,
                  "flightNumber": "485",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-11-29T00:00:00.0Z",
                      "departureTime": "2026-07-23T00:00:00.0Z",
                      "duration": 65,
                      "elapsedTime": 129
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-05-01T00:00:00.0Z",
                      "departureTime": "2026-08-18T00:00:00.0Z",
                      "duration": 116,
                      "elapsedTime": 166
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-03-15T00:00:00.0Z",
                      "departureTime": "2027-05-16T00:00:00.0Z",
                      "duration": 56,
                      "elapsedTime": 258
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-12-12T00:00:00.0Z",
                      "departureTime": "2026-11-09T00:00:00.0Z",
                      "duration": 82,
                      "elapsedTime": 144
                    }
                  ],
                  "iatci": true,
                  "id": "2dd78d16-c47a-4ba7-8db0-7a20d8f64fed",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "6",
                  "span": "DOMESTIC",
                  "status": "ON TIME",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": true,
                  "timeToDeparture": 614
                }
              ],
              "id": "86740d15-c252-406e-822a-1e513581bdef",
              "number": "999",
              "operatingAirlineRecordLocator": "XRKGCX",
              "priorityListPassengerIds": {
                "0": "id01",
                "1": "id02"
              },
              "programIdentifier": "908308",
              "seatStatus": "STANDBY",
              "segmentRefs": {
                "0": "id01",
                "1": "id02"
              },
              "sequence": 19,
              "status": {
                "code": "sU",
                "value": "SOLD_SOLD"
              }
            },
            {
              "applicableTransportationSecurity": [
                "KNOWN_TRAVELER",
                "REDRESS"
              ],
              "associationId": 425,
              "baggageCheckInRules": {
                "baggageRouteRequired": true,
                "homePrintedBagTagRestricted": {
                  "message": "Home printing prohibited.",
                  "type": "RESTRICTED_ON_INTERLINE_FLIGHT"
                },
                "lateCheckIn": true,
                "maxGuaranteedQuantity": 2,
                "maxQuantity": 1,
                "petAllowed": false,
                "reCheckInRequired": {
                  "message": "Customs clearance required.",
                  "reason": "MISSING_BAGGAGE_AGREEMENT"
                }
              },
              "bookingClassUpgradeStatus": {
                "code": "CO",
                "value": "OTHER"
              },
              "eligibilities": {
                "eligibility": [
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "g9hV8vve2V7tm6roqW1y",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "087"
                          }
                        ]
                      },
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "Kx7xzxsmNDIYZ2pvlDgb",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "681"
                          }
                        ]
                      },
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "vmHbbwZoGfXYBDs348Tg",
                        "message": "This flight is not eligible.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "156"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "404"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "535"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "255"
                          }
                        ]
                      },
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "oDgBHHkbsAfC1EEjSqWx",
                        "message": "This flight is not eligible.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "496"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "RqboQN4BOAlr2Am3IjaG",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "812"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "767"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "892"
                          }
                        ]
                      },
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "gac40VkMBX2ODPKwTztS",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "094"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "307"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "118"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "737"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "o4QzJADG58Qx4gfEDKIS",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "846"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "604"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "770"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "713"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "498"
                          }
                        ]
                      },
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "wrbouTlmcKPlzEpxcaEY",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "309"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "t0JzS82w8Ar5Ze8RWMyk",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "419"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "632"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "245"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  }
                ]
              },
              "fareInfo": {
                "amount": 1007.95,
                "atpcoRule": "xnfQ",
                "atpcoTariff": 53,
                "bookingClass": "V",
                "brand": "lt",
                "cabinClass": "PREMIUM_ECONOMY",
                "cabinClassCode": "M",
                "discountCategory": "89",
                "fareBasisCode": "nQKvVk",
                "governingAirline": "[ob",
                "id": "c2a54433-5982-44d8-89a6-1afefc8bfe8e",
                "operatingBookingClass": "p",
                "privateTariff": true,
                "type": "NRF",
                "vendor": {
                  "code": "ATP",
                  "value": "ATPCO"
                }
              },
              "flightDetail": [
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "JE",
                  "arrivalFlightScheduleStatus": "ON_TIME",
                  "arrivalTerminal": "5P",
                  "arrivalTime": "2026-08-31T00:00:00.0Z",
                  "boardingTime": "1940-01-10T07:57:50.0Z",
                  "changeOfGauge": true,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "KN",
                  "departureFlightScheduleStatus": "EARLY",
                  "departureGate": "V9",
                  "departureTerminal": "3e",
                  "departureTime": "2027-02-16T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 4616
                  },
                  "equipment": "194",
                  "estimatedArrivalTime": "1969-11-20T18:03:44.0Z",
                  "estimatedDepartureTime": "1935-02-08T01:13:58.0Z",
                  "flightDuration": 585,
                  "flightNumber": "540",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-11-09T00:00:00.0Z",
                      "departureTime": "2026-11-12T00:00:00.0Z",
                      "duration": 72,
                      "elapsedTime": 115
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-09-11T00:00:00.0Z",
                      "departureTime": "2026-10-04T00:00:00.0Z",
                      "duration": 141,
                      "elapsedTime": 149
                    }
                  ],
                  "iatci": true,
                  "id": "cb4b7929-4a25-4026-ba64-528cd85e8b7d",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "445",
                  "span": "DOMESTIC",
                  "status": "CANCELLED",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": false,
                  "timeToDeparture": 540
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "GU",
                  "arrivalFlightScheduleStatus": "CANCELLED",
                  "arrivalTerminal": "yb",
                  "arrivalTime": "2026-10-29T00:00:00.0Z",
                  "boardingTime": "1943-01-08T05:11:13.0Z",
                  "changeOfGauge": false,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "RO",
                  "departureFlightScheduleStatus": "DELAYED",
                  "departureGate": "6Q",
                  "departureTerminal": "0k",
                  "departureTime": "2027-04-05T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 3776
                  },
                  "equipment": "842",
                  "estimatedArrivalTime": "1964-08-11T04:05:42.0Z",
                  "estimatedDepartureTime": "1967-03-02T01:33:54.0Z",
                  "flightDuration": 542,
                  "flightNumber": "9901",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-04-11T00:00:00.0Z",
                      "departureTime": "2027-06-13T00:00:00.0Z",
                      "duration": 117,
                      "elapsedTime": 161
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-01-03T00:00:00.0Z",
                      "departureTime": "2027-05-26T00:00:00.0Z",
                      "duration": 176,
                      "elapsedTime": 138
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-08-30T00:00:00.0Z",
                      "departureTime": "2026-12-23T00:00:00.0Z",
                      "duration": 74,
                      "elapsedTime": 240
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-05-29T00:00:00.0Z",
                      "departureTime": "2027-04-10T00:00:00.0Z",
                      "duration": 139,
                      "elapsedTime": 236
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-07-29T00:00:00.0Z",
                      "departureTime": "2027-06-13T00:00:00.0Z",
                      "duration": 74,
                      "elapsedTime": 82
                    }
                  ],
                  "iatci": true,
                  "id": "2cfc3e4e-3c55-4ce5-b197-1991c95a1b6e",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "1",
                  "span": "DOMESTIC",
                  "status": "CANCELLED",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": true,
                  "timeToDeparture": 545
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "BE",
                  "arrivalFlightScheduleStatus": "CANCELLED",
                  "arrivalTerminal": "90",
                  "arrivalTime": "2027-01-02T00:00:00.0Z",
                  "boardingTime": "1914-11-07T09:42:17.0Z",
                  "changeOfGauge": false,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "NG",
                  "departureFlightScheduleStatus": "EARLY",
                  "departureGate": "B6",
                  "departureTerminal": "qf",
                  "departureTime": "2027-03-04T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 1445
                  },
                  "equipment": "873",
                  "estimatedArrivalTime": "1957-10-23T04:05:59.0Z",
                  "estimatedDepartureTime": "1937-06-21T10:50:14.0Z",
                  "flightDuration": 89,
                  "flightNumber": "7993",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-02-17T00:00:00.0Z",
                      "departureTime": "2027-05-07T00:00:00.0Z",
                      "duration": 161,
                      "elapsedTime": 78
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-01-27T00:00:00.0Z",
                      "departureTime": "2026-07-20T00:00:00.0Z",
                      "duration": 64,
                      "elapsedTime": 161
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-12-27T00:00:00.0Z",
                      "departureTime": "2027-05-29T00:00:00.0Z",
                      "duration": 130,
                      "elapsedTime": 117
                    }
                  ],
                  "iatci": true,
                  "id": "e299127f-88cc-459b-afe3-ba637ac55ef7",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "45",
                  "span": "DOMESTIC",
                  "status": "ON TIME",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": false,
                  "timeToDeparture": 635
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "BL",
                  "arrivalFlightScheduleStatus": "ON_TIME",
                  "arrivalTerminal": "rY",
                  "arrivalTime": "2026-08-19T00:00:00.0Z",
                  "boardingTime": "1937-11-17T18:34:07.0Z",
                  "changeOfGauge": false,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "KH",
                  "departureFlightScheduleStatus": "DELAYED",
                  "departureGate": "xo",
                  "departureTerminal": "Gy",
                  "departureTime": "2026-06-26T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 1999
                  },
                  "equipment": "800",
                  "estimatedArrivalTime": "1917-04-20T03:46:45.0Z",
                  "estimatedDepartureTime": "1960-12-22T17:16:35.0Z",
                  "flightDuration": 137,
                  "flightNumber": "877",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-12-13T00:00:00.0Z",
                      "departureTime": "2026-09-24T00:00:00.0Z",
                      "duration": 50,
                      "elapsedTime": 140
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-03-26T00:00:00.0Z",
                      "departureTime": "2026-09-25T00:00:00.0Z",
                      "duration": 86,
                      "elapsedTime": 60
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-04-09T00:00:00.0Z",
                      "departureTime": "2027-04-14T00:00:00.0Z",
                      "duration": 91,
                      "elapsedTime": 223
                    }
                  ],
                  "iatci": false,
                  "id": "fc42fd62-90a0-4139-988b-9d37b0b02057",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "459",
                  "span": "INTERNATIONAL",
                  "status": "ON TIME",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": true,
                  "timeToDeparture": 94
                }
              ],
              "id": "e735b6fa-d080-4db8-8ff5-e701a8e318c2",
              "number": "122",
              "operatingAirlineRecordLocator": "DKUZFH",
              "priorityListPassengerIds": {
                "0": "id01",
                "1": "id02"
              },
              "programIdentifier": "443031",
              "seatStatus": "CONFIRMED",
              "segmentRefs": {
                "0": "id01",
                "1": "id02"
              },
              "sequence": 7,
              "status": {
                "code": "tG",
                "value": "STANDBY"
              }
            },
            {
              "applicableTransportationSecurity": [
                "REDRESS",
                "REDRESS"
              ],
              "associationId": 794,
              "baggageCheckInRules": {
                "baggageRouteRequired": true,
                "homePrintedBagTagRestricted": {
                  "message": "Home printing prohibited.",
                  "type": "RESTRICTED_FOR_GIVEN_AIRLINE"
                },
                "lateCheckIn": false,
                "maxGuaranteedQuantity": 2,
                "maxQuantity": 2,
                "petAllowed": true,
                "reCheckInRequired": {
                  "message": "Re-check required at airport.",
                  "reason": "LEGAL_RESTRICTIONS"
                }
              },
              "bookingClassUpgradeStatus": {
                "code": "PE",
                "value": "UPGRADED"
              },
              "eligibilities": {
                "eligibility": [
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "sSj7bnweVYlqiaJTtE9h",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "956"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "830"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "601"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "923"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "296"
                          }
                        ]
                      },
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "LQPPfOMnDNmp6805uKbj",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "909"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "982"
                          }
                        ]
                      },
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "iT2jotLFfpO2X1dtrhT2",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "937"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "720"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "318"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "902"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "362"
                          }
                        ]
                      },
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "mmATQnfJOhgdmMj17mDC",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "357"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "440"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "108"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "502"
                          }
                        ]
                      },
                      {
                        "category": "MISSING_DOCUMENT",
                        "details": "MX5fEX9srf07RnK48fNC",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "924"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "173"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "697"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "KrKma6c5wQ1NOA0Z2aiV",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "208"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "205"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "494"
                          }
                        ]
                      },
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "4PHtnj16XXEN5BoQ95Wb",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "175"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "028"
                          }
                        ]
                      },
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "FdQkALhv2BoZI0WmAQEd",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "038"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "458"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "869"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "806"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "094"
                          }
                        ]
                      },
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "cnBgyEkNqp9xeqoTIs4E",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "023"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "Qr0b3w3DWyg424lxGwub",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "794"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "806"
                          }
                        ]
                      },
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "pCzI2Bdf7cKuz6BPDMoK",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "179"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "063"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "969"
                          }
                        ]
                      },
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "jWAG721YI28dpwhjmVBK",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "249"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "638"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "669"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  }
                ]
              },
              "fareInfo": {
                "amount": 1470.8,
                "atpcoRule": "XJ9o",
                "atpcoTariff": 2,
                "bookingClass": "i",
                "brand": "hw",
                "cabinClass": "FIRST",
                "cabinClassCode": "a",
                "discountCategory": "60",
                "fareBasisCode": "tOM3Ma",
                "governingAirline": "[ob",
                "id": "f7fb9fda-1b92-45ca-8891-05f587c011f2",
                "operatingBookingClass": "F",
                "privateTariff": false,
                "type": "NLX",
                "vendor": {
                  "code": "ATP",
                  "value": "SABRE_MYFARES_SUBSCRIBERS"
                }
              },
              "flightDetail": [
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "AD",
                  "arrivalFlightScheduleStatus": "EARLY",
                  "arrivalTerminal": "sV",
                  "arrivalTime": "2026-06-20T00:00:00.0Z",
                  "boardingTime": "1931-03-23T11:01:50.0Z",
                  "changeOfGauge": true,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "AL",
                  "departureFlightScheduleStatus": "CANCELLED",
                  "departureGate": "vR",
                  "departureTerminal": "Th",
                  "departureTime": "2026-07-26T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 570
                  },
                  "equipment": "858",
                  "estimatedArrivalTime": "1931-02-16T22:40:01.0Z",
                  "estimatedDepartureTime": "1953-10-31T14:27:45.0Z",
                  "flightDuration": 417,
                  "flightNumber": "41",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-04-13T00:00:00.0Z",
                      "departureTime": "2027-04-11T00:00:00.0Z",
                      "duration": 55,
                      "elapsedTime": 259
                    }
                  ],
                  "iatci": false,
                  "id": "82987906-2ea1-4bf5-a508-160ea499c902",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "97",
                  "span": "INTERNATIONAL",
                  "status": "ON TIME",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": true,
                  "timeToDeparture": 399
                }
              ],
              "id": "d1315ee4-fa78-4dce-950b-2ba0e6a58b95",
              "number": "957",
              "operatingAirlineRecordLocator": "VTNDVX",
              "priorityListPassengerIds": {
                "0": "id01",
                "1": "id02"
              },
              "programIdentifier": "207237",
              "seatStatus": "STANDBY",
              "segmentRefs": {
                "0": "id01",
                "1": "id02"
              },
              "sequence": 11,
              "status": {
                "code": "Bh",
                "value": "FLOWN"
              }
            }
          ],
          "eligibilities": {
            "eligibility": [
              {
                "notEligible": false,
                "reason": [
                  {
                    "category": "TOO_EARLY_FOR_CHECK_IN",
                    "details": "y7znQMT0yHlmRKGjYDMg",
                    "message": "Required travel document is missing.",
                    "property": [
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "027"
                      }
                    ]
                  },
                  {
                    "category": "TOO_EARLY_FOR_CHECK_IN",
                    "details": "AqdSLYkvosuTZIkjwbRp",
                    "message": "Booking has been cancelled.",
                    "property": [
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "354"
                      }
                    ]
                  }
                ],
                "type": "CHECK_IN"
              },
              {
                "notEligible": false,
                "reason": [
                  {
                    "category": "BOOKING_CANCELLED",
                    "details": "75CO5AHz45tmO8jaqS8M",
                    "message": "This flight is not eligible.",
                    "property": [
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "783"
                      },
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "655"
                      },
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "265"
                      },
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "907"
                      },
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "135"
                      }
                    ]
                  }
                ],
                "type": "CHECK_IN"
              },
              {
                "notEligible": false,
                "reason": [
                  {
                    "category": "TOO_EARLY_FOR_CHECK_IN",
                    "details": "YQCn5LGXV5pZ9F7XnAVQ",
                    "message": "Payment processing failed.",
                    "property": [
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "132"
                      }
                    ]
                  }
                ],
                "type": "CHECK_IN"
              },
              {
                "notEligible": false,
                "reason": [
                  {
                    "category": "INVALID_FLIGHT",
                    "details": "QrwCFTcCvibVt1PZd9w7",
                    "message": "Payment processing failed.",
                    "property": [
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "948"
                      }
                    ]
                  },
                  {
                    "category": "INSUFFICIENT_FUNDS",
                    "details": "Zen0JjTFHSEyCDrOjXvH",
                    "message": "Booking has been cancelled.",
                    "property": [
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "711"
                      },
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "102"
                      },
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "014"
                      }
                    ]
                  },
                  {
                    "category": "INSUFFICIENT_FUNDS",
                    "details": "xeTxKJIrAq3rVWGjXqSD",
                    "message": "This flight is not eligible.",
                    "property": [
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "138"
                      },
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "105"
                      },
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "174"
                      },
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "361"
                      }
                    ]
                  },
                  {
                    "category": "INSUFFICIENT_FUNDS",
                    "details": "ZapX4Tjb8O4qq3rVwAGe",
                    "message": "It is too early for check-in.",
                    "property": [
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "146"
                      },
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "774"
                      },
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "946"
                      }
                    ]
                  },
                  {
                    "category": "TOO_EARLY_FOR_CHECK_IN",
                    "details": "KeTzOG5MvtYt1uPNRGzT",
                    "message": "Payment processing failed.",
                    "property": [
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "825"
                      },
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "119"
                      },
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "074"
                      },
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "669"
                      }
                    ]
                  }
                ],
                "type": "CHECK_IN"
              }
            ]
          },
          "id": "16162295-e1e0-45b4-886e-8d4e0f863a06",
          "marriageGroup": [
            {
              "segmentRefs": [
                "id01",
                "id02"
              ]
            },
            {
              "segmentRefs": [
                "id01",
                "id02"
              ]
            },
            {
              "segmentRefs": [
                "id01",
                "id02"
              ]
            }
          ],
          "pastSegment": [
            {
              "applicableTransportationSecurity": [
                "KNOWN_TRAVELER",
                "REDRESS",
                "REDRESS"
              ],
              "associationId": 124,
              "baggageCheckInRules": {
                "baggageRouteRequired": false,
                "homePrintedBagTagRestricted": {
                  "message": "Home printing prohibited.",
                  "type": "RESTRICTED_ON_GIVEN_AIRPORT"
                },
                "lateCheckIn": true,
                "maxGuaranteedQuantity": 3,
                "maxQuantity": 3,
                "petAllowed": false,
                "reCheckInRequired": {
                  "message": "Re-check required at airport.",
                  "reason": "LEGAL_RESTRICTIONS"
                }
              },
              "bookingClassUpgradeStatus": {
                "code": "OT",
                "value": "OTHER"
              },
              "eligibilities": {
                "eligibility": [
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "MISSING_DOCUMENT",
                        "details": "9fYZ4CRVMeJpT37j553i",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "128"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "086"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "308"
                          }
                        ]
                      },
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "8JfYbQnAdYw5jtHwUpQ5",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "875"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "359"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "757"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "505"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "325"
                          }
                        ]
                      },
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "zvLJ2EzsBHH3PVCY1J9X",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "388"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "262"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "697"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "677"
                          }
                        ]
                      },
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "AxLVaCE20F5ymyJVTYcC",
                        "message": "This flight is not eligible.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "176"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "969"
                          }
                        ]
                      },
                      {
                        "category": "MISSING_DOCUMENT",
                        "details": "28xjE9OFu7DbYVoMhhwM",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "068"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "MISSING_DOCUMENT",
                        "details": "QEOQPBiePDkqDMyPI3Fv",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "711"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  }
                ]
              },
              "fareInfo": {
                "amount": 1234.41,
                "atpcoRule": "o6ML",
                "atpcoTariff": 63,
                "bookingClass": "T",
                "brand": "nE",
                "cabinClass": "PREMIUM_BUSINESS",
                "cabinClassCode": "E",
                "discountCategory": "62",
                "fareBasisCode": "m4ay5O",
                "governingAirline": "[ob",
                "id": "d3447cfa-9d8f-47ee-8c67-717f651ba52a",
                "operatingBookingClass": "L",
                "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": "LU",
                  "arrivalFlightScheduleStatus": "EARLY",
                  "arrivalTerminal": "gB",
                  "arrivalTime": "2027-02-08T00:00:00.0Z",
                  "boardingTime": "1947-10-20T23:05:32.0Z",
                  "changeOfGauge": true,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "ML",
                  "departureFlightScheduleStatus": "EARLY",
                  "departureGate": "Yp",
                  "departureTerminal": "X6",
                  "departureTime": "2026-06-23T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 1606
                  },
                  "equipment": "931",
                  "estimatedArrivalTime": "1953-06-18T07:01:42.0Z",
                  "estimatedDepartureTime": "1892-03-19T01:26:25.0Z",
                  "flightDuration": 476,
                  "flightNumber": "366",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-06-27T00:00:00.0Z",
                      "departureTime": "2027-01-25T00:00:00.0Z",
                      "duration": 154,
                      "elapsedTime": 160
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-08-20T00:00:00.0Z",
                      "departureTime": "2026-12-05T00:00:00.0Z",
                      "duration": 100,
                      "elapsedTime": 198
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-03-06T00:00:00.0Z",
                      "departureTime": "2027-03-24T00:00:00.0Z",
                      "duration": 143,
                      "elapsedTime": 98
                    }
                  ],
                  "iatci": true,
                  "id": "e5f9b672-aa18-453f-ae8d-9b018a794f4e",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "63",
                  "span": "INTERNATIONAL",
                  "status": "CANCELLED",
                  "subjectToGovernmentApproval": false,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": true,
                  "timeToDeparture": 819
                }
              ],
              "id": "822f5074-e9ac-4e91-bb71-01d2771eae36",
              "number": "281",
              "operatingAirlineRecordLocator": "FTMTPR",
              "programIdentifier": "802192",
              "seatStatus": "CONFIRMED",
              "sequence": 4,
              "status": {
                "code": "nH",
                "value": "FLOWN"
              }
            },
            {
              "applicableTransportationSecurity": [
                "KNOWN_TRAVELER",
                "REDRESS",
                "REDRESS",
                "REDRESS",
                "KNOWN_TRAVELER"
              ],
              "associationId": 372,
              "baggageCheckInRules": {
                "baggageRouteRequired": true,
                "homePrintedBagTagRestricted": {
                  "message": "Home printing prohibited.",
                  "type": "RESTRICTED_ON_INTERNATIONAL_FLIGHT"
                },
                "lateCheckIn": true,
                "maxGuaranteedQuantity": 2,
                "maxQuantity": 5,
                "petAllowed": false,
                "reCheckInRequired": {
                  "message": "Re-check required at airport.",
                  "reason": "MISSING_BAGGAGE_AGREEMENT"
                }
              },
              "bookingClassUpgradeStatus": {
                "code": "OT",
                "value": "WAITLISTED"
              },
              "eligibilities": {
                "eligibility": [
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "MISSING_DOCUMENT",
                        "details": "C8V0nboY8pVnl2gZjn1o",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "416"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "693"
                          }
                        ]
                      },
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "wjadzdglHOXTRSalGj7G",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "133"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  }
                ]
              },
              "fareInfo": {
                "amount": 1754.45,
                "atpcoRule": "cpF2",
                "atpcoTariff": 96,
                "bookingClass": "r",
                "brand": "B3",
                "cabinClass": "PREMIUM_BUSINESS",
                "cabinClassCode": "E",
                "discountCategory": "93",
                "fareBasisCode": "cmVTmh",
                "governingAirline": "[ob",
                "id": "63dfd9cd-b28a-4154-b2c6-8359aadd9f56",
                "operatingBookingClass": "b",
                "privateTariff": false,
                "type": "NRF",
                "vendor": {
                  "code": "SITA",
                  "value": "SABRE_MYFARES_SUBSCRIBERS"
                }
              },
              "flightDetail": [
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "SV",
                  "arrivalFlightScheduleStatus": "DELAYED",
                  "arrivalTerminal": "T5",
                  "arrivalTime": "2027-01-29T00:00:00.0Z",
                  "boardingTime": "1894-10-25T11:24:23.0Z",
                  "changeOfGauge": true,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "TG",
                  "departureFlightScheduleStatus": "ON_TIME",
                  "departureGate": "25",
                  "departureTerminal": "5p",
                  "departureTime": "2026-11-12T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 1052
                  },
                  "equipment": "501",
                  "estimatedArrivalTime": "1963-01-24T03:21:11.0Z",
                  "estimatedDepartureTime": "1899-03-06T18:37:05.0Z",
                  "flightDuration": 150,
                  "flightNumber": "564",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-10-17T00:00:00.0Z",
                      "departureTime": "2026-10-11T00:00:00.0Z",
                      "duration": 81,
                      "elapsedTime": 228
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-05-04T00:00:00.0Z",
                      "departureTime": "2026-07-09T00:00:00.0Z",
                      "duration": 112,
                      "elapsedTime": 214
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-01-18T00:00:00.0Z",
                      "departureTime": "2026-12-12T00:00:00.0Z",
                      "duration": 106,
                      "elapsedTime": 248
                    }
                  ],
                  "iatci": true,
                  "id": "d7228c71-4df1-4f9c-9514-05cdfb2278d4",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "9",
                  "span": "INTERNATIONAL",
                  "status": "DELAYED",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": true,
                  "timeToDeparture": 974
                }
              ],
              "id": "7a3bdf13-882c-41a4-aedf-5f4687b43f76",
              "number": "470",
              "operatingAirlineRecordLocator": "CXDRYM",
              "programIdentifier": "557633",
              "seatStatus": "CONFIRMED",
              "sequence": 15,
              "status": {
                "code": "aP",
                "value": "NEED_NEED"
              }
            },
            {
              "applicableTransportationSecurity": [
                "KNOWN_TRAVELER",
                "KNOWN_TRAVELER",
                "REDRESS",
                "KNOWN_TRAVELER",
                "KNOWN_TRAVELER"
              ],
              "associationId": 287,
              "baggageCheckInRules": {
                "baggageRouteRequired": true,
                "homePrintedBagTagRestricted": {
                  "message": "Restriction applied.",
                  "type": "RESTRICTED"
                },
                "lateCheckIn": false,
                "maxGuaranteedQuantity": 1,
                "maxQuantity": 5,
                "petAllowed": false,
                "reCheckInRequired": {
                  "message": "Customs clearance required.",
                  "reason": "MISSING_BAGGAGE_AGREEMENT"
                }
              },
              "bookingClassUpgradeStatus": {
                "code": "OT",
                "value": "WAITLISTED"
              },
              "eligibilities": {
                "eligibility": [
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "a7R2YHm9vGB7Hx6kaEzA",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "508"
                          }
                        ]
                      },
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "K8j8h2Y5hPpY73vcd2PA",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "882"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "591"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "185"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "563"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "586"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "6MZnAOhAdD1nkHg7k6oh",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "505"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "136"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "567"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "277"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "MISSING_DOCUMENT",
                        "details": "8o5T4alapAk6179cKrA6",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "233"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "944"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "199"
                          }
                        ]
                      },
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "dGR9FsRyQAxp5v4CX0ey",
                        "message": "This flight is not eligible.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "818"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "941"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "735"
                          }
                        ]
                      },
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "AHvCRXU8RePSfZpPuXAq",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "871"
                          }
                        ]
                      },
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "QCmEchVyidHt683XeBNc",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "931"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "330"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  }
                ]
              },
              "fareInfo": {
                "amount": 867.42,
                "atpcoRule": "3Nv1",
                "atpcoTariff": 17,
                "bookingClass": "B",
                "brand": "uB",
                "cabinClass": "PREMIUM_FIRST",
                "cabinClassCode": "D",
                "discountCategory": "75",
                "fareBasisCode": "xqGdrp",
                "governingAirline": "[ob",
                "id": "72ddf99e-eae8-47b0-a3ce-42da8710068c",
                "operatingBookingClass": "e",
                "privateTariff": false,
                "type": "NRF",
                "vendor": {
                  "code": "SMFC",
                  "value": "SABRE_MYFARES_SUBSCRIBERS"
                }
              },
              "flightDetail": [
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "IN",
                  "arrivalFlightScheduleStatus": "EARLY",
                  "arrivalTerminal": "zi",
                  "arrivalTime": "2026-12-16T00:00:00.0Z",
                  "boardingTime": "1924-01-13T08:25:23.0Z",
                  "changeOfGauge": true,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "UA",
                  "departureFlightScheduleStatus": "DELAYED",
                  "departureGate": "3c",
                  "departureTerminal": "YP",
                  "departureTime": "2026-08-07T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 2799
                  },
                  "equipment": "833",
                  "estimatedArrivalTime": "1965-11-07T19:06:34.0Z",
                  "estimatedDepartureTime": "1895-05-08T07:12:01.0Z",
                  "flightDuration": 295,
                  "flightNumber": "922",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-06-28T00:00:00.0Z",
                      "departureTime": "2027-03-18T00:00:00.0Z",
                      "duration": 106,
                      "elapsedTime": 94
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-11-29T00:00:00.0Z",
                      "departureTime": "2026-07-25T00:00:00.0Z",
                      "duration": 58,
                      "elapsedTime": 73
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-09-10T00:00:00.0Z",
                      "departureTime": "2027-01-28T00:00:00.0Z",
                      "duration": 88,
                      "elapsedTime": 293
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-10-09T00:00:00.0Z",
                      "departureTime": "2026-09-10T00:00:00.0Z",
                      "duration": 158,
                      "elapsedTime": 127
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-09-06T00:00:00.0Z",
                      "departureTime": "2027-01-10T00:00:00.0Z",
                      "duration": 138,
                      "elapsedTime": 153
                    }
                  ],
                  "iatci": false,
                  "id": "75d0a94b-695e-4d17-aba2-0da2d9d1201c",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "4894",
                  "span": "INTERNATIONAL",
                  "status": "CANCELLED",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": false,
                  "timeToDeparture": 488
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "NP",
                  "arrivalFlightScheduleStatus": "ON_TIME",
                  "arrivalTerminal": "4Y",
                  "arrivalTime": "2026-12-26T00:00:00.0Z",
                  "boardingTime": "1907-12-07T23:55:05.0Z",
                  "changeOfGauge": true,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "PS",
                  "departureFlightScheduleStatus": "DELAYED",
                  "departureGate": "yY",
                  "departureTerminal": "9H",
                  "departureTime": "2026-08-21T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 3474
                  },
                  "equipment": "934",
                  "estimatedArrivalTime": "1915-03-21T06:06:43.0Z",
                  "estimatedDepartureTime": "1956-08-26T10:15:25.0Z",
                  "flightDuration": 425,
                  "flightNumber": "31",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-12-09T00:00:00.0Z",
                      "departureTime": "2027-03-11T00:00:00.0Z",
                      "duration": 126,
                      "elapsedTime": 148
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-11-25T00:00:00.0Z",
                      "departureTime": "2027-04-28T00:00:00.0Z",
                      "duration": 48,
                      "elapsedTime": 71
                    }
                  ],
                  "iatci": false,
                  "id": "cbd0558e-de86-4a1d-b1eb-2938401b1187",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "107",
                  "span": "DOMESTIC",
                  "status": "CANCELLED",
                  "subjectToGovernmentApproval": false,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": false,
                  "timeToDeparture": 274
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "IN",
                  "arrivalFlightScheduleStatus": "ON_TIME",
                  "arrivalTerminal": "dC",
                  "arrivalTime": "2026-12-18T00:00:00.0Z",
                  "boardingTime": "1953-04-28T05:41:24.0Z",
                  "changeOfGauge": false,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "UM",
                  "departureFlightScheduleStatus": "EARLY",
                  "departureGate": "zI",
                  "departureTerminal": "3Z",
                  "departureTime": "2027-05-30T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 2209
                  },
                  "equipment": "573",
                  "estimatedArrivalTime": "1912-08-26T22:07:43.0Z",
                  "estimatedDepartureTime": "1894-05-10T22:34:13.0Z",
                  "flightDuration": 547,
                  "flightNumber": "8031",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-04-24T00:00:00.0Z",
                      "departureTime": "2026-12-20T00:00:00.0Z",
                      "duration": 136,
                      "elapsedTime": 184
                    }
                  ],
                  "iatci": true,
                  "id": "2d16f5e6-349e-427e-8530-ab58450cbf7c",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "564",
                  "span": "DOMESTIC",
                  "status": "ON TIME",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": false,
                  "timeToDeparture": 13
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "MH",
                  "arrivalFlightScheduleStatus": "ON_TIME",
                  "arrivalTerminal": "kB",
                  "arrivalTime": "2026-09-10T00:00:00.0Z",
                  "boardingTime": "1954-07-16T01:22:18.0Z",
                  "changeOfGauge": true,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "BW",
                  "departureFlightScheduleStatus": "CANCELLED",
                  "departureGate": "h0",
                  "departureTerminal": "6Q",
                  "departureTime": "2027-01-09T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 3234
                  },
                  "equipment": "495",
                  "estimatedArrivalTime": "1945-01-07T23:49:40.0Z",
                  "estimatedDepartureTime": "1908-05-21T17:50:44.0Z",
                  "flightDuration": 100,
                  "flightNumber": "914",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-01-27T00:00:00.0Z",
                      "departureTime": "2027-04-18T00:00:00.0Z",
                      "duration": 62,
                      "elapsedTime": 219
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-09-06T00:00:00.0Z",
                      "departureTime": "2026-08-12T00:00:00.0Z",
                      "duration": 111,
                      "elapsedTime": 191
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-09-22T00:00:00.0Z",
                      "departureTime": "2027-04-04T00:00:00.0Z",
                      "duration": 60,
                      "elapsedTime": 280
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-05-07T00:00:00.0Z",
                      "departureTime": "2026-07-14T00:00:00.0Z",
                      "duration": 49,
                      "elapsedTime": 94
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-09-02T00:00:00.0Z",
                      "departureTime": "2027-06-02T00:00:00.0Z",
                      "duration": 67,
                      "elapsedTime": 190
                    }
                  ],
                  "iatci": true,
                  "id": "f2aa74f7-b3db-4b15-aa57-770bc69d8b49",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "7",
                  "span": "DOMESTIC",
                  "status": "CANCELLED",
                  "subjectToGovernmentApproval": false,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": true,
                  "timeToDeparture": 518
                }
              ],
              "id": "bc2c86fd-b565-40d4-934e-3a78f3fba57c",
              "number": "001",
              "operatingAirlineRecordLocator": "XSJEMW",
              "programIdentifier": "479172",
              "seatStatus": "STANDBY",
              "sequence": 4,
              "status": {
                "code": "sH",
                "value": "FLOWN"
              }
            },
            {
              "applicableTransportationSecurity": [
                "KNOWN_TRAVELER"
              ],
              "associationId": 641,
              "baggageCheckInRules": {
                "baggageRouteRequired": true,
                "homePrintedBagTagRestricted": {
                  "message": "Restriction applied.",
                  "type": "RESTRICTED_ON_INTERLINE_FLIGHT"
                },
                "lateCheckIn": true,
                "maxGuaranteedQuantity": 1,
                "maxQuantity": 4,
                "petAllowed": true,
                "reCheckInRequired": {
                  "message": "Re-check required at airport.",
                  "reason": "LEGAL_RESTRICTIONS"
                }
              },
              "bookingClassUpgradeStatus": {
                "code": "OT",
                "value": "WAITLISTED"
              },
              "eligibilities": {
                "eligibility": [
                  {
                    "notEligible": true,
                    "reason": [
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "TQdJZhCtyQoQtvIgNtwx",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "488"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "139"
                          }
                        ]
                      },
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "tMpgOlVYcx7Ezt3tZrbj",
                        "message": "This flight is not eligible.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "857"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "748"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "122"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  }
                ]
              },
              "fareInfo": {
                "amount": 433.73,
                "atpcoRule": "x282",
                "atpcoTariff": 46,
                "bookingClass": "r",
                "brand": "l8",
                "cabinClass": "PREMIUM_BUSINESS",
                "cabinClassCode": "J",
                "discountCategory": "97",
                "fareBasisCode": "qLgsNf",
                "governingAirline": "[ob",
                "id": "96b0f368-ccc4-4455-843d-9b5aa821de7e",
                "operatingBookingClass": "v",
                "privateTariff": true,
                "type": "REF",
                "vendor": {
                  "code": "SITA",
                  "value": "SABRE_MYFARES_SUBSCRIBERS"
                }
              },
              "flightDetail": [
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "HN",
                  "arrivalFlightScheduleStatus": "DELAYED",
                  "arrivalTerminal": "6t",
                  "arrivalTime": "2026-09-04T00:00:00.0Z",
                  "boardingTime": "1925-11-03T07:34:35.0Z",
                  "changeOfGauge": true,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "CM",
                  "departureFlightScheduleStatus": "DELAYED",
                  "departureGate": "7e",
                  "departureTerminal": "SD",
                  "departureTime": "2026-12-18T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 3915
                  },
                  "equipment": "315",
                  "estimatedArrivalTime": "1967-07-08T02:16:09.0Z",
                  "estimatedDepartureTime": "1908-12-09T21:33:41.0Z",
                  "flightDuration": 194,
                  "flightNumber": "93",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-01-07T00:00:00.0Z",
                      "departureTime": "2027-03-24T00:00:00.0Z",
                      "duration": 139,
                      "elapsedTime": 288
                    }
                  ],
                  "iatci": true,
                  "id": "1a1034fd-ad73-4e28-8fb8-09dc825fae14",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "59",
                  "span": "INTERNATIONAL",
                  "status": "DELAYED",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": false,
                  "timeToDeparture": 649
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "AD",
                  "arrivalFlightScheduleStatus": "ON_TIME",
                  "arrivalTerminal": "2e",
                  "arrivalTime": "2027-04-28T00:00:00.0Z",
                  "boardingTime": "1926-06-03T07:11:18.0Z",
                  "changeOfGauge": true,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "MZ",
                  "departureFlightScheduleStatus": "CANCELLED",
                  "departureGate": "Dy",
                  "departureTerminal": "B9",
                  "departureTime": "2027-03-02T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 696
                  },
                  "equipment": "269",
                  "estimatedArrivalTime": "1892-07-03T13:30:18.0Z",
                  "estimatedDepartureTime": "1911-04-23T19:01:57.0Z",
                  "flightDuration": 304,
                  "flightNumber": "804",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-06-07T00:00:00.0Z",
                      "departureTime": "2026-07-01T00:00:00.0Z",
                      "duration": 91,
                      "elapsedTime": 81
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-07-18T00:00:00.0Z",
                      "departureTime": "2027-05-15T00:00:00.0Z",
                      "duration": 125,
                      "elapsedTime": 192
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-09-12T00:00:00.0Z",
                      "departureTime": "2027-04-14T00:00:00.0Z",
                      "duration": 64,
                      "elapsedTime": 103
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-03-15T00:00:00.0Z",
                      "departureTime": "2027-05-21T00:00:00.0Z",
                      "duration": 35,
                      "elapsedTime": 137
                    }
                  ],
                  "iatci": false,
                  "id": "c52c8f67-76d7-49a3-8f92-169366de83ec",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "7",
                  "span": "INTERNATIONAL",
                  "status": "CANCELLED",
                  "subjectToGovernmentApproval": false,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": false,
                  "timeToDeparture": 551
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "BW",
                  "arrivalFlightScheduleStatus": "EARLY",
                  "arrivalTerminal": "hz",
                  "arrivalTime": "2027-01-06T00:00:00.0Z",
                  "boardingTime": "1919-03-02T13:46:52.0Z",
                  "changeOfGauge": false,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "CD",
                  "departureFlightScheduleStatus": "DELAYED",
                  "departureGate": "Ji",
                  "departureTerminal": "f7",
                  "departureTime": "2026-12-18T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 290
                  },
                  "equipment": "431",
                  "estimatedArrivalTime": "1961-05-31T03:04:58.0Z",
                  "estimatedDepartureTime": "1895-08-31T18:48:32.0Z",
                  "flightDuration": 522,
                  "flightNumber": "2",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-12-25T00:00:00.0Z",
                      "departureTime": "2027-02-12T00:00:00.0Z",
                      "duration": 117,
                      "elapsedTime": 160
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-10-07T00:00:00.0Z",
                      "departureTime": "2027-02-13T00:00:00.0Z",
                      "duration": 138,
                      "elapsedTime": 109
                    }
                  ],
                  "iatci": false,
                  "id": "72b84f8f-6dba-45bd-88bc-56569352ffa3",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "9789",
                  "span": "DOMESTIC",
                  "status": "ON TIME",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": true,
                  "timeToDeparture": 565
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "MT",
                  "arrivalFlightScheduleStatus": "EARLY",
                  "arrivalTerminal": "ae",
                  "arrivalTime": "2027-05-15T00:00:00.0Z",
                  "boardingTime": "1934-03-13T21:23:02.0Z",
                  "changeOfGauge": true,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "DM",
                  "departureFlightScheduleStatus": "ON_TIME",
                  "departureGate": "if",
                  "departureTerminal": "xy",
                  "departureTime": "2027-03-21T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 1072
                  },
                  "equipment": "348",
                  "estimatedArrivalTime": "1934-12-08T15:07:29.0Z",
                  "estimatedDepartureTime": "1896-01-07T20:02:59.0Z",
                  "flightDuration": 514,
                  "flightNumber": "28",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-04-16T00:00:00.0Z",
                      "departureTime": "2026-09-08T00:00:00.0Z",
                      "duration": 56,
                      "elapsedTime": 176
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-12-18T00:00:00.0Z",
                      "departureTime": "2026-07-11T00:00:00.0Z",
                      "duration": 66,
                      "elapsedTime": 203
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-04-21T00:00:00.0Z",
                      "departureTime": "2027-05-09T00:00:00.0Z",
                      "duration": 65,
                      "elapsedTime": 146
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-10-26T00:00:00.0Z",
                      "departureTime": "2027-01-24T00:00:00.0Z",
                      "duration": 60,
                      "elapsedTime": 201
                    }
                  ],
                  "iatci": true,
                  "id": "c01ffcc2-0856-431b-937e-a07a751b78b1",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "3361",
                  "span": "DOMESTIC",
                  "status": "DELAYED",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": false,
                  "timeToDeparture": 654
                }
              ],
              "id": "edcd4496-192c-4127-91e9-02df039bfe30",
              "number": "539",
              "operatingAirlineRecordLocator": "VUQVER",
              "programIdentifier": "191305",
              "seatStatus": "STANDBY",
              "sequence": 11,
              "status": {
                "code": "Ak",
                "value": "OTHER"
              }
            },
            {
              "applicableTransportationSecurity": [
                "KNOWN_TRAVELER",
                "KNOWN_TRAVELER",
                "KNOWN_TRAVELER"
              ],
              "associationId": 898,
              "baggageCheckInRules": {
                "baggageRouteRequired": true,
                "homePrintedBagTagRestricted": {
                  "message": "Restriction applied.",
                  "type": "RESTRICTED_ON_INTERLINE_FLIGHT"
                },
                "lateCheckIn": false,
                "maxGuaranteedQuantity": 2,
                "maxQuantity": 1,
                "petAllowed": true,
                "reCheckInRequired": {
                  "message": "Re-check required at airport.",
                  "reason": "MISSING_BAGGAGE_AGREEMENT"
                }
              },
              "bookingClassUpgradeStatus": {
                "code": "CO",
                "value": "REJECTED"
              },
              "eligibilities": {
                "eligibility": [
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "n1qqq31bOH6GgqMLNto4",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "570"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "676"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "374"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "089"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "785"
                          }
                        ]
                      },
                      {
                        "category": "MISSING_DOCUMENT",
                        "details": "clldz61HXEy5iwGYcaac",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "918"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "800"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "779"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "570"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "LZsx5b9YhccX7PNJvV0A",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "373"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "969"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "354"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "FnRcKNg22K6sJJNB0CC8",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "004"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "217"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "855"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "2B35xJ9CxJndLZ5Puwpa",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "700"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "677"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "814"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "154"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "596"
                          }
                        ]
                      },
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "NReWEGBl9MFCpUoDWbST",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "728"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "131"
                          }
                        ]
                      },
                      {
                        "category": "MISSING_DOCUMENT",
                        "details": "HyOk5ild3aMetg7wVG5Y",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "957"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "083"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "541"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "159"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "452"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  }
                ]
              },
              "fareInfo": {
                "amount": 1470.4,
                "atpcoRule": "dCOx",
                "atpcoTariff": 90,
                "bookingClass": "e",
                "brand": "9p",
                "cabinClass": "FIRST",
                "cabinClassCode": "f",
                "discountCategory": "12",
                "fareBasisCode": "qlcXhL",
                "governingAirline": "[ob",
                "id": "0c858425-48b9-44da-838e-053ee3c73015",
                "operatingBookingClass": "u",
                "privateTariff": true,
                "type": "REF",
                "vendor": {
                  "code": "SITA",
                  "value": "ATPCO"
                }
              },
              "flightDetail": [
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "CM",
                  "arrivalFlightScheduleStatus": "CANCELLED",
                  "arrivalTerminal": "51",
                  "arrivalTime": "2026-10-26T00:00:00.0Z",
                  "boardingTime": "1953-08-15T11:57:30.0Z",
                  "changeOfGauge": true,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "NE",
                  "departureFlightScheduleStatus": "EARLY",
                  "departureGate": "C0",
                  "departureTerminal": "4W",
                  "departureTime": "2026-07-12T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 3081
                  },
                  "equipment": "274",
                  "estimatedArrivalTime": "1906-05-16T01:32:05.0Z",
                  "estimatedDepartureTime": "1918-01-30T01:55:23.0Z",
                  "flightDuration": 68,
                  "flightNumber": "2369",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-10-25T00:00:00.0Z",
                      "departureTime": "2026-08-14T00:00:00.0Z",
                      "duration": 166,
                      "elapsedTime": 252
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-06-18T00:00:00.0Z",
                      "departureTime": "2026-10-21T00:00:00.0Z",
                      "duration": 36,
                      "elapsedTime": 186
                    }
                  ],
                  "iatci": true,
                  "id": "b45a9873-ceda-44c3-9057-2ced57e6f661",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "642",
                  "span": "DOMESTIC",
                  "status": "DELAYED",
                  "subjectToGovernmentApproval": false,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": true,
                  "timeToDeparture": 943
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "IO",
                  "arrivalFlightScheduleStatus": "ON_TIME",
                  "arrivalTerminal": "ld",
                  "arrivalTime": "2026-08-15T00:00:00.0Z",
                  "boardingTime": "1903-07-15T13:51:35.0Z",
                  "changeOfGauge": false,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "TL",
                  "departureFlightScheduleStatus": "CANCELLED",
                  "departureGate": "O1",
                  "departureTerminal": "pd",
                  "departureTime": "2026-12-04T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 4804
                  },
                  "equipment": "581",
                  "estimatedArrivalTime": "1902-08-21T23:08:57.0Z",
                  "estimatedDepartureTime": "1939-05-15T03:58:10.0Z",
                  "flightDuration": 262,
                  "flightNumber": "63",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-11-02T00:00:00.0Z",
                      "departureTime": "2027-01-10T00:00:00.0Z",
                      "duration": 110,
                      "elapsedTime": 63
                    }
                  ],
                  "iatci": true,
                  "id": "eb368142-c3cd-45be-aa40-8e434c2d423c",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "87",
                  "span": "INTERNATIONAL",
                  "status": "ON TIME",
                  "subjectToGovernmentApproval": false,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": false,
                  "timeToDeparture": 539
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "CV",
                  "arrivalFlightScheduleStatus": "EARLY",
                  "arrivalTerminal": "ZM",
                  "arrivalTime": "2026-12-24T00:00:00.0Z",
                  "boardingTime": "1961-01-29T20:56:58.0Z",
                  "changeOfGauge": true,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "TK",
                  "departureFlightScheduleStatus": "ON_TIME",
                  "departureGate": "0n",
                  "departureTerminal": "xv",
                  "departureTime": "2027-05-31T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 4672
                  },
                  "equipment": "375",
                  "estimatedArrivalTime": "1939-03-21T19:40:42.0Z",
                  "estimatedDepartureTime": "1922-08-17T14:56:32.0Z",
                  "flightDuration": 341,
                  "flightNumber": "3",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-03-05T00:00:00.0Z",
                      "departureTime": "2026-08-16T00:00:00.0Z",
                      "duration": 141,
                      "elapsedTime": 164
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-03-09T00:00:00.0Z",
                      "departureTime": "2026-10-16T00:00:00.0Z",
                      "duration": 125,
                      "elapsedTime": 67
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-10-03T00:00:00.0Z",
                      "departureTime": "2026-08-02T00:00:00.0Z",
                      "duration": 124,
                      "elapsedTime": 123
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-02-12T00:00:00.0Z",
                      "departureTime": "2026-10-06T00:00:00.0Z",
                      "duration": 155,
                      "elapsedTime": 300
                    }
                  ],
                  "iatci": false,
                  "id": "a38aab55-dae0-48de-9b13-eb5fa288e9e9",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "566",
                  "span": "INTERNATIONAL",
                  "status": "CANCELLED",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": false,
                  "timeToDeparture": 324
                }
              ],
              "id": "a5bda781-2c40-4737-b843-de3c9ceaef21",
              "number": "181",
              "operatingAirlineRecordLocator": "HXGGWD",
              "programIdentifier": "743291",
              "seatStatus": "CONFIRMED",
              "sequence": 2,
              "status": {
                "code": "Pd",
                "value": "STANDBY"
              }
            }
          ],
          "segment": [
            {
              "applicableTransportationSecurity": [
                "KNOWN_TRAVELER",
                "KNOWN_TRAVELER"
              ],
              "associationId": 537,
              "baggageCheckInRules": {
                "baggageRouteRequired": true,
                "homePrintedBagTagRestricted": {
                  "message": "Restriction applied.",
                  "type": "RESTRICTED_ON_INTERNATIONAL_FLIGHT"
                },
                "lateCheckIn": true,
                "maxGuaranteedQuantity": 3,
                "maxQuantity": 3,
                "petAllowed": false,
                "reCheckInRequired": {
                  "message": "Customs clearance required.",
                  "reason": "LEGAL_RESTRICTIONS"
                }
              },
              "bookingClassUpgradeStatus": {
                "code": "PE",
                "value": "OTHER"
              },
              "eligibilities": {
                "eligibility": [
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "LL4QfMTGfrbcmQekuSEU",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "261"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "457"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "756"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "874"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "040"
                          }
                        ]
                      },
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "T2YNtli9Q7P0U6k4So5y",
                        "message": "This flight is not eligible.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "790"
                          }
                        ]
                      },
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "F5A4IyvYcs5uLVEUkwQa",
                        "message": "This flight is not eligible.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "317"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "086"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "166"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "729"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "464"
                          }
                        ]
                      },
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "ZUjGaeHWTwNNnj4WwwCh",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "904"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "304"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "234"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "163"
                          }
                        ]
                      },
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "0DFZQYXyB4VQojpw5QR7",
                        "message": "This flight is not eligible.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "972"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "459"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "p9XijTm3Z133RtC1hpDq",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "545"
                          }
                        ]
                      },
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "3THYVqpMyppWSYx0iw0K",
                        "message": "This flight is not eligible.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "242"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "198"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "425"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "739"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "760"
                          }
                        ]
                      },
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "tlxIkYYohtTe1MXZjFdJ",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "999"
                          }
                        ]
                      },
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "ZaGjz02PabJkglVljjWq",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "716"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "085"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "058"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "998"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "uXuviIeLcn5mlVQ6LGXQ",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "798"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "695"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "616"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "wCOFqOFF3KQXKGkK6xq6",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "872"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "974"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "311"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "607"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "629"
                          }
                        ]
                      },
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "2BsHhXhFHEhObP5mPJmW",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "699"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "240"
                          }
                        ]
                      },
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "66Jb2iFcomnmcEURccan",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "701"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "573"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "295"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "849"
                          }
                        ]
                      },
                      {
                        "category": "MISSING_DOCUMENT",
                        "details": "0RyBRDef1Qd4HcoiAnni",
                        "message": "This flight is not eligible.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "938"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "569"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "758"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "AlKI0JEKEQn2btHclgq5",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "483"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "081"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "715"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "482"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "820"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  }
                ]
              },
              "fareInfo": {
                "amount": 1070.89,
                "atpcoRule": "JfIX",
                "atpcoTariff": 57,
                "bookingClass": "S",
                "brand": "cO",
                "cabinClass": "ECONOMY",
                "cabinClassCode": "E",
                "discountCategory": "85",
                "fareBasisCode": "HqOd6j",
                "governingAirline": "[ob",
                "id": "892326f2-f548-4377-a8d4-64188cfc1209",
                "operatingBookingClass": "d",
                "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": "PH",
                  "arrivalFlightScheduleStatus": "DELAYED",
                  "arrivalTerminal": "Uc",
                  "arrivalTime": "2027-05-06T00:00:00.0Z",
                  "boardingTime": "1939-09-11T23:20:49.0Z",
                  "changeOfGauge": false,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "TO",
                  "departureFlightScheduleStatus": "DELAYED",
                  "departureGate": "wA",
                  "departureTerminal": "QV",
                  "departureTime": "2026-07-29T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 1132
                  },
                  "equipment": "803",
                  "estimatedArrivalTime": "1943-04-17T03:46:14.0Z",
                  "estimatedDepartureTime": "1967-11-22T10:34:55.0Z",
                  "flightDuration": 411,
                  "flightNumber": "498",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-05-08T00:00:00.0Z",
                      "departureTime": "2027-02-09T00:00:00.0Z",
                      "duration": 81,
                      "elapsedTime": 109
                    }
                  ],
                  "iatci": true,
                  "id": "49cbe89b-52da-4b6d-93b1-db73e7ba0a92",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "501",
                  "span": "INTERNATIONAL",
                  "status": "ON TIME",
                  "subjectToGovernmentApproval": false,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": true,
                  "timeToDeparture": 212
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "MR",
                  "arrivalFlightScheduleStatus": "EARLY",
                  "arrivalTerminal": "B2",
                  "arrivalTime": "2026-09-27T00:00:00.0Z",
                  "boardingTime": "1894-03-22T10:03:13.0Z",
                  "changeOfGauge": false,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "DZ",
                  "departureFlightScheduleStatus": "DELAYED",
                  "departureGate": "t2",
                  "departureTerminal": "zd",
                  "departureTime": "2027-06-04T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 3976
                  },
                  "equipment": "006",
                  "estimatedArrivalTime": "1903-03-14T11:23:25.0Z",
                  "estimatedDepartureTime": "1913-05-17T18:19:19.0Z",
                  "flightDuration": 428,
                  "flightNumber": "1034",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-09-13T00:00:00.0Z",
                      "departureTime": "2027-02-11T00:00:00.0Z",
                      "duration": 60,
                      "elapsedTime": 174
                    }
                  ],
                  "iatci": true,
                  "id": "6399a791-ca59-49d6-abbe-4735533d078b",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "5022",
                  "span": "DOMESTIC",
                  "status": "ON TIME",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": true,
                  "timeToDeparture": 884
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "NC",
                  "arrivalFlightScheduleStatus": "EARLY",
                  "arrivalTerminal": "wO",
                  "arrivalTime": "2026-11-08T00:00:00.0Z",
                  "boardingTime": "1957-07-31T07:01:27.0Z",
                  "changeOfGauge": false,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "MW",
                  "departureFlightScheduleStatus": "CANCELLED",
                  "departureGate": "qE",
                  "departureTerminal": "t8",
                  "departureTime": "2026-11-18T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 2700
                  },
                  "equipment": "604",
                  "estimatedArrivalTime": "1930-04-29T17:34:45.0Z",
                  "estimatedDepartureTime": "1945-03-18T16:14:47.0Z",
                  "flightDuration": 176,
                  "flightNumber": "4510",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-10-22T00:00:00.0Z",
                      "departureTime": "2026-08-14T00:00:00.0Z",
                      "duration": 128,
                      "elapsedTime": 147
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-08-27T00:00:00.0Z",
                      "departureTime": "2027-02-19T00:00:00.0Z",
                      "duration": 164,
                      "elapsedTime": 147
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-05-31T00:00:00.0Z",
                      "departureTime": "2027-04-13T00:00:00.0Z",
                      "duration": 165,
                      "elapsedTime": 61
                    }
                  ],
                  "iatci": true,
                  "id": "4d8365c4-5672-42e2-a82c-7210382cf26b",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "6104",
                  "span": "INTERNATIONAL",
                  "status": "DELAYED",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": true,
                  "timeToDeparture": 892
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "NF",
                  "arrivalFlightScheduleStatus": "EARLY",
                  "arrivalTerminal": "lc",
                  "arrivalTime": "2027-03-25T00:00:00.0Z",
                  "boardingTime": "1940-02-13T07:27:39.0Z",
                  "changeOfGauge": false,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "NP",
                  "departureFlightScheduleStatus": "EARLY",
                  "departureGate": "Ge",
                  "departureTerminal": "Gq",
                  "departureTime": "2026-10-22T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 2466
                  },
                  "equipment": "807",
                  "estimatedArrivalTime": "1908-11-12T15:32:12.0Z",
                  "estimatedDepartureTime": "1923-10-03T01:47:02.0Z",
                  "flightDuration": 117,
                  "flightNumber": "661",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-02-05T00:00:00.0Z",
                      "departureTime": "2027-02-26T00:00:00.0Z",
                      "duration": 159,
                      "elapsedTime": 182
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-07-28T00:00:00.0Z",
                      "departureTime": "2027-04-19T00:00:00.0Z",
                      "duration": 36,
                      "elapsedTime": 129
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-03-25T00:00:00.0Z",
                      "departureTime": "2027-01-13T00:00:00.0Z",
                      "duration": 173,
                      "elapsedTime": 184
                    }
                  ],
                  "iatci": true,
                  "id": "39c9c733-6163-48ac-bf97-8e2c0be0334d",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "21",
                  "span": "DOMESTIC",
                  "status": "DELAYED",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": true,
                  "timeToDeparture": 884
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "CG",
                  "arrivalFlightScheduleStatus": "DELAYED",
                  "arrivalTerminal": "DA",
                  "arrivalTime": "2026-12-18T00:00:00.0Z",
                  "boardingTime": "1899-04-17T02:10:20.0Z",
                  "changeOfGauge": false,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "ZW",
                  "departureFlightScheduleStatus": "CANCELLED",
                  "departureGate": "Kh",
                  "departureTerminal": "gF",
                  "departureTime": "2027-02-07T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 541
                  },
                  "equipment": "398",
                  "estimatedArrivalTime": "1952-05-31T15:13:32.0Z",
                  "estimatedDepartureTime": "1913-05-24T15:17:54.0Z",
                  "flightDuration": 484,
                  "flightNumber": "5061",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-06-02T00:00:00.0Z",
                      "departureTime": "2026-06-18T00:00:00.0Z",
                      "duration": 120,
                      "elapsedTime": 196
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-04-22T00:00:00.0Z",
                      "departureTime": "2026-10-29T00:00:00.0Z",
                      "duration": 104,
                      "elapsedTime": 275
                    }
                  ],
                  "iatci": true,
                  "id": "71337a89-d6a7-44d8-9de5-6fbb0f0692f4",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "52",
                  "span": "DOMESTIC",
                  "status": "CANCELLED",
                  "subjectToGovernmentApproval": false,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": true,
                  "timeToDeparture": 401
                }
              ],
              "id": "b4f6d383-666b-4c33-b47e-b7e551db4100",
              "number": "650",
              "operatingAirlineRecordLocator": "YYHTFR",
              "programIdentifier": "414447",
              "seatStatus": "CONFIRMED",
              "sequence": 11,
              "status": {
                "code": "EM",
                "value": "NON_REVENUE"
              }
            },
            {
              "applicableTransportationSecurity": [
                "KNOWN_TRAVELER",
                "KNOWN_TRAVELER",
                "KNOWN_TRAVELER",
                "REDRESS"
              ],
              "associationId": 997,
              "baggageCheckInRules": {
                "baggageRouteRequired": false,
                "homePrintedBagTagRestricted": {
                  "message": "Restriction applied.",
                  "type": "RESTRICTED_ON_INTERNATIONAL_FLIGHT"
                },
                "lateCheckIn": true,
                "maxGuaranteedQuantity": 2,
                "maxQuantity": 3,
                "petAllowed": true,
                "reCheckInRequired": {
                  "message": "Re-check required at airport.",
                  "reason": "MISSING_BAGGAGE_AGREEMENT"
                }
              },
              "bookingClassUpgradeStatus": {
                "code": "PE",
                "value": "WAITLISTED"
              },
              "eligibilities": {
                "eligibility": [
                  {
                    "notEligible": true,
                    "reason": [
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "WuD6b7fx4S8TLhzcKETU",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "320"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "184"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "938"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "946"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "276"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "e7cD9JTbhFSx0mZkI203",
                        "message": "This flight is not eligible.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "538"
                          }
                        ]
                      },
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "LFvyFuYFTzzxp77eeXFS",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "660"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "578"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "983"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "135"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "169"
                          }
                        ]
                      },
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "PWTdf7pQEeVc7R3ZzWBl",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "207"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "513"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "245"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "698"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "668"
                          }
                        ]
                      },
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "RVKEbeOxUTkUBe5XGsKM",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "002"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "949"
                          }
                        ]
                      },
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "KNXCsKz9PvvlLOSBFljz",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "811"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "171"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "581"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "806"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "438"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "W45O9dbl40n99tsqMQjB",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "063"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "979"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "675"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "228"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "592"
                          }
                        ]
                      },
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "pQNdBk078JaDk6Mp2TLz",
                        "message": "This flight is not eligible.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "789"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "360"
                          }
                        ]
                      },
                      {
                        "category": "MISSING_DOCUMENT",
                        "details": "G96M7FJkq1s1fQk5ruCj",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "041"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "900"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "CqzhD65bTFQDENHyNGcS",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "834"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "962"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "340"
                          }
                        ]
                      },
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "J8IDRFXaEpyYy9eiUmaz",
                        "message": "This flight is not eligible.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "638"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "hNeeqU1V0cxyLVhHutY9",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "109"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "895"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  }
                ]
              },
              "fareInfo": {
                "amount": 1836.91,
                "atpcoRule": "97hQ",
                "atpcoTariff": 53,
                "bookingClass": "c",
                "brand": "wx",
                "cabinClass": "PREMIUM_BUSINESS",
                "cabinClassCode": "L",
                "discountCategory": "54",
                "fareBasisCode": "fvoLpQ",
                "governingAirline": "[ob",
                "id": "69ca6ecb-e199-4c5d-8ebb-3527f8188083",
                "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": "DM",
                  "arrivalFlightScheduleStatus": "EARLY",
                  "arrivalTerminal": "vW",
                  "arrivalTime": "2026-10-05T00:00:00.0Z",
                  "boardingTime": "1902-07-04T13:39:59.0Z",
                  "changeOfGauge": false,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "CL",
                  "departureFlightScheduleStatus": "DELAYED",
                  "departureGate": "BA",
                  "departureTerminal": "lL",
                  "departureTime": "2027-03-27T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 2438
                  },
                  "equipment": "973",
                  "estimatedArrivalTime": "1930-07-11T23:49:17.0Z",
                  "estimatedDepartureTime": "1957-06-27T20:08:46.0Z",
                  "flightDuration": 591,
                  "flightNumber": "116",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-07-21T00:00:00.0Z",
                      "departureTime": "2026-09-29T00:00:00.0Z",
                      "duration": 159,
                      "elapsedTime": 91
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-07-22T00:00:00.0Z",
                      "departureTime": "2026-06-19T00:00:00.0Z",
                      "duration": 47,
                      "elapsedTime": 69
                    }
                  ],
                  "iatci": true,
                  "id": "7e27d1b6-a018-419d-8b44-c73d42929b33",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "4",
                  "span": "INTERNATIONAL",
                  "status": "DELAYED",
                  "subjectToGovernmentApproval": false,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": false,
                  "timeToDeparture": 134
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "SO",
                  "arrivalFlightScheduleStatus": "ON_TIME",
                  "arrivalTerminal": "5q",
                  "arrivalTime": "2027-05-28T00:00:00.0Z",
                  "boardingTime": "1927-06-09T17:39:38.0Z",
                  "changeOfGauge": false,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "ZA",
                  "departureFlightScheduleStatus": "ON_TIME",
                  "departureGate": "7x",
                  "departureTerminal": "cC",
                  "departureTime": "2027-05-12T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 4510
                  },
                  "equipment": "105",
                  "estimatedArrivalTime": "1966-05-03T02:21:47.0Z",
                  "estimatedDepartureTime": "1921-06-12T03:23:01.0Z",
                  "flightDuration": 561,
                  "flightNumber": "8",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-09-08T00:00:00.0Z",
                      "departureTime": "2026-07-27T00:00:00.0Z",
                      "duration": 119,
                      "elapsedTime": 225
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-12-17T00:00:00.0Z",
                      "departureTime": "2027-03-02T00:00:00.0Z",
                      "duration": 96,
                      "elapsedTime": 62
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-05-14T00:00:00.0Z",
                      "departureTime": "2027-04-04T00:00:00.0Z",
                      "duration": 42,
                      "elapsedTime": 267
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-10-02T00:00:00.0Z",
                      "departureTime": "2027-02-08T00:00:00.0Z",
                      "duration": 52,
                      "elapsedTime": 168
                    }
                  ],
                  "iatci": false,
                  "id": "c804c504-3405-4fec-ae8e-43a9cd0019f4",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "357",
                  "span": "INTERNATIONAL",
                  "status": "CANCELLED",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": false,
                  "timeToDeparture": 633
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "CN",
                  "arrivalFlightScheduleStatus": "DELAYED",
                  "arrivalTerminal": "y0",
                  "arrivalTime": "2027-02-04T00:00:00.0Z",
                  "boardingTime": "1936-01-05T21:08:32.0Z",
                  "changeOfGauge": false,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "CN",
                  "departureFlightScheduleStatus": "DELAYED",
                  "departureGate": "rR",
                  "departureTerminal": "Au",
                  "departureTime": "2026-07-17T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 4434
                  },
                  "equipment": "431",
                  "estimatedArrivalTime": "1952-04-23T19:58:16.0Z",
                  "estimatedDepartureTime": "1891-05-10T14:32:54.0Z",
                  "flightDuration": 363,
                  "flightNumber": "6",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-11-25T00:00:00.0Z",
                      "departureTime": "2026-12-06T00:00:00.0Z",
                      "duration": 44,
                      "elapsedTime": 115
                    }
                  ],
                  "iatci": true,
                  "id": "222af7a3-366d-48c2-ad4d-8028189c512d",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "2",
                  "span": "DOMESTIC",
                  "status": "DELAYED",
                  "subjectToGovernmentApproval": false,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": false,
                  "timeToDeparture": 302
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "MG",
                  "arrivalFlightScheduleStatus": "ON_TIME",
                  "arrivalTerminal": "yA",
                  "arrivalTime": "2027-01-14T00:00:00.0Z",
                  "boardingTime": "1967-08-25T10:29:29.0Z",
                  "changeOfGauge": false,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "BB",
                  "departureFlightScheduleStatus": "CANCELLED",
                  "departureGate": "So",
                  "departureTerminal": "dH",
                  "departureTime": "2026-11-14T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 1479
                  },
                  "equipment": "956",
                  "estimatedArrivalTime": "1965-01-30T01:51:34.0Z",
                  "estimatedDepartureTime": "1907-12-10T07:58:01.0Z",
                  "flightDuration": 182,
                  "flightNumber": "134",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-04-26T00:00:00.0Z",
                      "departureTime": "2027-02-06T00:00:00.0Z",
                      "duration": 169,
                      "elapsedTime": 70
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-09-15T00:00:00.0Z",
                      "departureTime": "2027-03-18T00:00:00.0Z",
                      "duration": 168,
                      "elapsedTime": 300
                    }
                  ],
                  "iatci": true,
                  "id": "0a527dba-8f44-4b52-be2b-7c6fe8f1a616",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "81",
                  "span": "INTERNATIONAL",
                  "status": "ON TIME",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": true,
                  "timeToDeparture": 191
                }
              ],
              "id": "f5d9be30-ae0c-476b-a00d-ccdf8f29a9f8",
              "number": "571",
              "operatingAirlineRecordLocator": "EYJEPD",
              "programIdentifier": "634191",
              "seatStatus": "CONFIRMED",
              "sequence": 8,
              "status": {
                "code": "og",
                "value": "NON_REVENUE"
              }
            }
          ],
          "type": "OUTBOUND"
        },
        {
          "alternativeSegment": [
            {
              "applicableTransportationSecurity": [
                "KNOWN_TRAVELER",
                "KNOWN_TRAVELER",
                "REDRESS"
              ],
              "associationId": 981,
              "baggageCheckInRules": {
                "baggageRouteRequired": false,
                "homePrintedBagTagRestricted": {
                  "message": "Home printing prohibited.",
                  "type": "RESTRICTED"
                },
                "lateCheckIn": true,
                "maxGuaranteedQuantity": 1,
                "maxQuantity": 4,
                "petAllowed": true,
                "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": "9D2S2PwQI6UScKtMOXfo",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "408"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "672"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "128"
                          }
                        ]
                      },
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "FdDyCKU0OSSZ55Db1Ray",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "472"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "773"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "292"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  }
                ]
              },
              "fareInfo": {
                "amount": 1256.93,
                "atpcoRule": "zyXA",
                "atpcoTariff": 98,
                "bookingClass": "U",
                "brand": "RG",
                "cabinClass": "PREMIUM_BUSINESS",
                "cabinClassCode": "l",
                "discountCategory": "44",
                "fareBasisCode": "zBXoHG",
                "governingAirline": "[ob",
                "id": "ec93d941-e2c0-4bce-9e23-5f3babc356fa",
                "operatingBookingClass": "u",
                "privateTariff": true,
                "type": "NRF",
                "vendor": {
                  "code": "ATP",
                  "value": "ATPCO"
                }
              },
              "flightDetail": [
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "MQ",
                  "arrivalFlightScheduleStatus": "ON_TIME",
                  "arrivalTerminal": "bm",
                  "arrivalTime": "2027-03-08T00:00:00.0Z",
                  "boardingTime": "1954-06-19T09:55:49.0Z",
                  "changeOfGauge": false,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "SL",
                  "departureFlightScheduleStatus": "ON_TIME",
                  "departureGate": "Yr",
                  "departureTerminal": "CY",
                  "departureTime": "2027-02-28T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 2266
                  },
                  "equipment": "045",
                  "estimatedArrivalTime": "1959-12-16T08:01:13.0Z",
                  "estimatedDepartureTime": "1938-04-18T06:01:30.0Z",
                  "flightDuration": 518,
                  "flightNumber": "63",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-09-21T00:00:00.0Z",
                      "departureTime": "2027-04-24T00:00:00.0Z",
                      "duration": 95,
                      "elapsedTime": 153
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-02-12T00:00:00.0Z",
                      "departureTime": "2027-04-08T00:00:00.0Z",
                      "duration": 39,
                      "elapsedTime": 153
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-03-24T00:00:00.0Z",
                      "departureTime": "2027-02-15T00:00:00.0Z",
                      "duration": 145,
                      "elapsedTime": 103
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-09-21T00:00:00.0Z",
                      "departureTime": "2027-03-15T00:00:00.0Z",
                      "duration": 79,
                      "elapsedTime": 72
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-05-23T00:00:00.0Z",
                      "departureTime": "2027-01-25T00:00:00.0Z",
                      "duration": 64,
                      "elapsedTime": 238
                    }
                  ],
                  "iatci": true,
                  "id": "480eec78-c465-4ec4-8775-01554acff565",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "5",
                  "span": "DOMESTIC",
                  "status": "ON TIME",
                  "subjectToGovernmentApproval": false,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": true,
                  "timeToDeparture": 967
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "LV",
                  "arrivalFlightScheduleStatus": "EARLY",
                  "arrivalTerminal": "C6",
                  "arrivalTime": "2027-02-15T00:00:00.0Z",
                  "boardingTime": "1914-11-30T22:12:08.0Z",
                  "changeOfGauge": false,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "BJ",
                  "departureFlightScheduleStatus": "ON_TIME",
                  "departureGate": "Zq",
                  "departureTerminal": "Fg",
                  "departureTime": "2026-10-27T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 798
                  },
                  "equipment": "021",
                  "estimatedArrivalTime": "1921-12-19T10:17:20.0Z",
                  "estimatedDepartureTime": "1899-11-27T16:30:32.0Z",
                  "flightDuration": 301,
                  "flightNumber": "6929",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-10-08T00:00:00.0Z",
                      "departureTime": "2026-12-30T00:00:00.0Z",
                      "duration": 65,
                      "elapsedTime": 167
                    }
                  ],
                  "iatci": false,
                  "id": "33e0ecf3-1b46-4c7f-a040-4b68ac3490d7",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "1847",
                  "span": "INTERNATIONAL",
                  "status": "DELAYED",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": false,
                  "timeToDeparture": 663
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "TH",
                  "arrivalFlightScheduleStatus": "EARLY",
                  "arrivalTerminal": "47",
                  "arrivalTime": "2026-12-09T00:00:00.0Z",
                  "boardingTime": "1924-08-29T18:25:57.0Z",
                  "changeOfGauge": true,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "HU",
                  "departureFlightScheduleStatus": "EARLY",
                  "departureGate": "zt",
                  "departureTerminal": "tP",
                  "departureTime": "2027-05-27T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 3796
                  },
                  "equipment": "815",
                  "estimatedArrivalTime": "1957-08-05T19:37:16.0Z",
                  "estimatedDepartureTime": "1911-01-15T04:52:29.0Z",
                  "flightDuration": 599,
                  "flightNumber": "4",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-11-23T00:00:00.0Z",
                      "departureTime": "2027-04-16T00:00:00.0Z",
                      "duration": 92,
                      "elapsedTime": 83
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-09-05T00:00:00.0Z",
                      "departureTime": "2027-05-18T00:00:00.0Z",
                      "duration": 157,
                      "elapsedTime": 285
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-11-16T00:00:00.0Z",
                      "departureTime": "2026-09-12T00:00:00.0Z",
                      "duration": 88,
                      "elapsedTime": 159
                    }
                  ],
                  "iatci": true,
                  "id": "1b6bcbd0-bf2a-404c-8375-f8d3297611ad",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "2",
                  "span": "DOMESTIC",
                  "status": "CANCELLED",
                  "subjectToGovernmentApproval": false,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": true,
                  "timeToDeparture": 559
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "DK",
                  "arrivalFlightScheduleStatus": "EARLY",
                  "arrivalTerminal": "nW",
                  "arrivalTime": "2027-03-06T00:00:00.0Z",
                  "boardingTime": "1940-08-31T19:54:02.0Z",
                  "changeOfGauge": true,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "VU",
                  "departureFlightScheduleStatus": "DELAYED",
                  "departureGate": "kn",
                  "departureTerminal": "82",
                  "departureTime": "2026-08-15T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 3979
                  },
                  "equipment": "905",
                  "estimatedArrivalTime": "1893-03-17T12:34:31.0Z",
                  "estimatedDepartureTime": "1950-10-22T16:06:34.0Z",
                  "flightDuration": 454,
                  "flightNumber": "538",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-01-24T00:00:00.0Z",
                      "departureTime": "2026-06-26T00:00:00.0Z",
                      "duration": 154,
                      "elapsedTime": 253
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-01-18T00:00:00.0Z",
                      "departureTime": "2027-01-18T00:00:00.0Z",
                      "duration": 128,
                      "elapsedTime": 61
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-06-27T00:00:00.0Z",
                      "departureTime": "2027-03-28T00:00:00.0Z",
                      "duration": 112,
                      "elapsedTime": 215
                    }
                  ],
                  "iatci": false,
                  "id": "28271b4e-0934-410d-84f7-634f0835c2f8",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "977",
                  "span": "INTERNATIONAL",
                  "status": "CANCELLED",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": false,
                  "timeToDeparture": 872
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "VC",
                  "arrivalFlightScheduleStatus": "EARLY",
                  "arrivalTerminal": "lX",
                  "arrivalTime": "2026-12-25T00:00:00.0Z",
                  "boardingTime": "1945-03-16T17:56:05.0Z",
                  "changeOfGauge": true,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "GM",
                  "departureFlightScheduleStatus": "EARLY",
                  "departureGate": "i4",
                  "departureTerminal": "vQ",
                  "departureTime": "2027-05-21T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 588
                  },
                  "equipment": "873",
                  "estimatedArrivalTime": "1915-03-11T16:27:14.0Z",
                  "estimatedDepartureTime": "1951-11-11T10:27:25.0Z",
                  "flightDuration": 321,
                  "flightNumber": "1",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-08-12T00:00:00.0Z",
                      "departureTime": "2027-03-01T00:00:00.0Z",
                      "duration": 98,
                      "elapsedTime": 85
                    }
                  ],
                  "iatci": true,
                  "id": "e631a449-d918-42d1-b30b-ad57214dd83d",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "11",
                  "span": "DOMESTIC",
                  "status": "CANCELLED",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": false,
                  "timeToDeparture": 556
                }
              ],
              "id": "39696b70-1cb7-4bde-8d5b-ccf4e4e16208",
              "number": "641",
              "operatingAirlineRecordLocator": "XYHQZC",
              "priorityListPassengerIds": {
                "0": "id01",
                "1": "id02"
              },
              "programIdentifier": "034343",
              "seatStatus": "CONFIRMED",
              "segmentRefs": {
                "0": "id01",
                "1": "id02"
              },
              "sequence": 16,
              "status": {
                "code": "DA",
                "value": "CANCELLED"
              }
            },
            {
              "applicableTransportationSecurity": [
                "KNOWN_TRAVELER",
                "KNOWN_TRAVELER"
              ],
              "associationId": 836,
              "baggageCheckInRules": {
                "baggageRouteRequired": true,
                "homePrintedBagTagRestricted": {
                  "message": "Restriction applied.",
                  "type": "RESTRICTED_ON_INTERLINE_FLIGHT"
                },
                "lateCheckIn": false,
                "maxGuaranteedQuantity": 2,
                "maxQuantity": 5,
                "petAllowed": true,
                "reCheckInRequired": {
                  "message": "Re-check required at airport.",
                  "reason": "MISSING_BAGGAGE_AGREEMENT"
                }
              },
              "bookingClassUpgradeStatus": {
                "code": "PE",
                "value": "UPGRADED"
              },
              "eligibilities": {
                "eligibility": [
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "dgZBcHrTPMdHtXAgpjts",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "874"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "618"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "555"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "590"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "081"
                          }
                        ]
                      },
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "FOFjlk1sUTPfGeCMRk8D",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "750"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "929"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "963"
                          }
                        ]
                      },
                      {
                        "category": "MISSING_DOCUMENT",
                        "details": "M2nRFisTuYblXwO81hth",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "998"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "800"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "501"
                          }
                        ]
                      },
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "kuOkSn7GefQqBI7SONGq",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "578"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "857"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "H0l6kwifjoZgJ3SPtoPT",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "410"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "711"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "554"
                          }
                        ]
                      },
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "IOz8B6I4PbBUCdJkUFFn",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "066"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "95kqBuxoRPnUsPjY56gQ",
                        "message": "This flight is not eligible.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "638"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "480"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "148"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "638"
                          }
                        ]
                      },
                      {
                        "category": "MISSING_DOCUMENT",
                        "details": "5p7rCt0BvOguwlLHAP27",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "733"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "494"
                          }
                        ]
                      },
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "n22j3zVaMYYkPLwvn3Cb",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "146"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "999"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "083"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "415"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "623"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "KwV0s14R33l68fc8W5ca",
                        "message": "This flight is not eligible.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "765"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "407"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "198"
                          }
                        ]
                      },
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "u2Cmr3kKyzGdEA62IWMH",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "608"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "796"
                          }
                        ]
                      },
                      {
                        "category": "MISSING_DOCUMENT",
                        "details": "bAGcf4n7Xpfz1RwstUHl",
                        "message": "This flight is not eligible.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "314"
                          }
                        ]
                      },
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "GR12NUi9qhMXYVRGIvhU",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "591"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "089"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "187"
                          }
                        ]
                      },
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "8jjX2gpALVHrziWAYQlj",
                        "message": "This flight is not eligible.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "559"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "868"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "591"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": true,
                    "reason": [
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "bpcY2tismENCuhyWW31Z",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "432"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  }
                ]
              },
              "fareInfo": {
                "amount": 1457.21,
                "atpcoRule": "PSMH",
                "atpcoTariff": 43,
                "bookingClass": "Q",
                "brand": "ve",
                "cabinClass": "PREMIUM_FIRST",
                "cabinClassCode": "G",
                "discountCategory": "65",
                "fareBasisCode": "vVCe5b",
                "governingAirline": "[ob",
                "id": "06d8f33c-9998-460d-9ccd-8d7a99a9e1d4",
                "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": "IM",
                  "arrivalFlightScheduleStatus": "ON_TIME",
                  "arrivalTerminal": "0c",
                  "arrivalTime": "2026-12-09T00:00:00.0Z",
                  "boardingTime": "1961-12-18T15:16:04.0Z",
                  "changeOfGauge": false,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "NU",
                  "departureFlightScheduleStatus": "CANCELLED",
                  "departureGate": "I4",
                  "departureTerminal": "ex",
                  "departureTime": "2027-06-05T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 212
                  },
                  "equipment": "194",
                  "estimatedArrivalTime": "1947-04-09T08:32:56.0Z",
                  "estimatedDepartureTime": "1913-06-07T01:58:01.0Z",
                  "flightDuration": 589,
                  "flightNumber": "3898",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-04-27T00:00:00.0Z",
                      "departureTime": "2027-05-28T00:00:00.0Z",
                      "duration": 35,
                      "elapsedTime": 134
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-06-12T00:00:00.0Z",
                      "departureTime": "2027-06-07T00:00:00.0Z",
                      "duration": 156,
                      "elapsedTime": 134
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-06-24T00:00:00.0Z",
                      "departureTime": "2026-06-21T00:00:00.0Z",
                      "duration": 111,
                      "elapsedTime": 237
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-04-29T00:00:00.0Z",
                      "departureTime": "2027-04-14T00:00:00.0Z",
                      "duration": 66,
                      "elapsedTime": 91
                    }
                  ],
                  "iatci": false,
                  "id": "91c8d5aa-76e2-4964-8df5-577f5bd79545",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "8077",
                  "span": "INTERNATIONAL",
                  "status": "CANCELLED",
                  "subjectToGovernmentApproval": false,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": false,
                  "timeToDeparture": 516
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "LI",
                  "arrivalFlightScheduleStatus": "ON_TIME",
                  "arrivalTerminal": "ka",
                  "arrivalTime": "2026-10-31T00:00:00.0Z",
                  "boardingTime": "1966-06-26T01:19:23.0Z",
                  "changeOfGauge": true,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "SC",
                  "departureFlightScheduleStatus": "EARLY",
                  "departureGate": "km",
                  "departureTerminal": "Pl",
                  "departureTime": "2026-12-17T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 1936
                  },
                  "equipment": "275",
                  "estimatedArrivalTime": "1960-08-07T02:02:12.0Z",
                  "estimatedDepartureTime": "1912-09-10T17:23:32.0Z",
                  "flightDuration": 318,
                  "flightNumber": "6",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-12-04T00:00:00.0Z",
                      "departureTime": "2027-04-07T00:00:00.0Z",
                      "duration": 30,
                      "elapsedTime": 73
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-11-20T00:00:00.0Z",
                      "departureTime": "2026-07-10T00:00:00.0Z",
                      "duration": 56,
                      "elapsedTime": 83
                    }
                  ],
                  "iatci": false,
                  "id": "f1c5d8c0-a087-4964-b87f-8c627de6f90d",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "8",
                  "span": "DOMESTIC",
                  "status": "ON TIME",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": false,
                  "timeToDeparture": 545
                }
              ],
              "id": "df9eb657-d5b4-483a-a9ab-e3377417c4ec",
              "number": "135",
              "operatingAirlineRecordLocator": "YYHVEU",
              "priorityListPassengerIds": {
                "0": "id01",
                "1": "id02"
              },
              "programIdentifier": "953108",
              "seatStatus": "STANDBY",
              "segmentRefs": {
                "0": "id01",
                "1": "id02"
              },
              "sequence": 3,
              "status": {
                "code": "Xi",
                "value": "OTHER"
              }
            },
            {
              "applicableTransportationSecurity": [
                "REDRESS",
                "REDRESS"
              ],
              "associationId": 101,
              "baggageCheckInRules": {
                "baggageRouteRequired": true,
                "homePrintedBagTagRestricted": {
                  "message": "Home printing prohibited.",
                  "type": "RESTRICTED_FOR_GIVEN_AIRLINE"
                },
                "lateCheckIn": true,
                "maxGuaranteedQuantity": 3,
                "maxQuantity": 2,
                "petAllowed": true,
                "reCheckInRequired": {
                  "message": "Customs clearance required.",
                  "reason": "MISSING_BAGGAGE_AGREEMENT"
                }
              },
              "bookingClassUpgradeStatus": {
                "code": "PE",
                "value": "UPGRADED"
              },
              "eligibilities": {
                "eligibility": [
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "pmPmxJoHoTo8PJYGWQUc",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "489"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "455"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "yXyWoy6p4Z20NguI1xzY",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "258"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "085"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "234"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "294"
                          }
                        ]
                      },
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "5v0rxmID198xbTnnMylp",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "316"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "Nr349rxcY6nWtqjDqwJP",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "867"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "773"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "582"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "499"
                          }
                        ]
                      },
                      {
                        "category": "MISSING_DOCUMENT",
                        "details": "najPRvsUXVtQStoZws6l",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "924"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "172"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "831"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "924"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "134"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  }
                ]
              },
              "fareInfo": {
                "amount": 1859.36,
                "atpcoRule": "z9vL",
                "atpcoTariff": 13,
                "bookingClass": "X",
                "brand": "J2",
                "cabinClass": "PREMIUM_FIRST",
                "cabinClassCode": "t",
                "discountCategory": "63",
                "fareBasisCode": "pLpuXe",
                "governingAirline": "[ob",
                "id": "22844817-0ce5-4fb0-b32a-826cff4dcf96",
                "operatingBookingClass": "u",
                "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": "DM",
                  "arrivalFlightScheduleStatus": "DELAYED",
                  "arrivalTerminal": "uh",
                  "arrivalTime": "2027-05-27T00:00:00.0Z",
                  "boardingTime": "1925-01-06T04:39:46.0Z",
                  "changeOfGauge": true,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "PT",
                  "departureFlightScheduleStatus": "DELAYED",
                  "departureGate": "sa",
                  "departureTerminal": "s7",
                  "departureTime": "2027-05-23T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 2006
                  },
                  "equipment": "281",
                  "estimatedArrivalTime": "1935-01-21T01:27:50.0Z",
                  "estimatedDepartureTime": "1904-05-05T04:29:39.0Z",
                  "flightDuration": 237,
                  "flightNumber": "238",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-11-07T00:00:00.0Z",
                      "departureTime": "2026-12-18T00:00:00.0Z",
                      "duration": 107,
                      "elapsedTime": 162
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-01-22T00:00:00.0Z",
                      "departureTime": "2026-09-20T00:00:00.0Z",
                      "duration": 140,
                      "elapsedTime": 279
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-12-20T00:00:00.0Z",
                      "departureTime": "2026-09-17T00:00:00.0Z",
                      "duration": 127,
                      "elapsedTime": 197
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-08-06T00:00:00.0Z",
                      "departureTime": "2027-04-04T00:00:00.0Z",
                      "duration": 74,
                      "elapsedTime": 224
                    }
                  ],
                  "iatci": false,
                  "id": "dbaeee91-4a1c-4ecf-be33-ea89226b9e92",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "48",
                  "span": "INTERNATIONAL",
                  "status": "ON TIME",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": false,
                  "timeToDeparture": 545
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "NL",
                  "arrivalFlightScheduleStatus": "EARLY",
                  "arrivalTerminal": "rZ",
                  "arrivalTime": "2027-05-08T00:00:00.0Z",
                  "boardingTime": "1911-01-24T04:36:40.0Z",
                  "changeOfGauge": true,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "LA",
                  "departureFlightScheduleStatus": "DELAYED",
                  "departureGate": "jM",
                  "departureTerminal": "aJ",
                  "departureTime": "2026-08-07T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 916
                  },
                  "equipment": "132",
                  "estimatedArrivalTime": "1945-03-26T11:50:18.0Z",
                  "estimatedDepartureTime": "1941-06-20T11:54:10.0Z",
                  "flightDuration": 544,
                  "flightNumber": "3",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-01-29T00:00:00.0Z",
                      "departureTime": "2026-10-19T00:00:00.0Z",
                      "duration": 172,
                      "elapsedTime": 178
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-05-13T00:00:00.0Z",
                      "departureTime": "2026-10-31T00:00:00.0Z",
                      "duration": 68,
                      "elapsedTime": 272
                    }
                  ],
                  "iatci": false,
                  "id": "22f32d73-5512-45f7-9f9e-046343ec3261",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "63",
                  "span": "DOMESTIC",
                  "status": "DELAYED",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": true,
                  "timeToDeparture": 502
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "KP",
                  "arrivalFlightScheduleStatus": "EARLY",
                  "arrivalTerminal": "M7",
                  "arrivalTime": "2027-05-31T00:00:00.0Z",
                  "boardingTime": "1966-12-16T13:22:26.0Z",
                  "changeOfGauge": false,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "GE",
                  "departureFlightScheduleStatus": "ON_TIME",
                  "departureGate": "Dy",
                  "departureTerminal": "Z8",
                  "departureTime": "2026-09-08T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 3064
                  },
                  "equipment": "491",
                  "estimatedArrivalTime": "1951-03-28T03:19:14.0Z",
                  "estimatedDepartureTime": "1957-02-03T11:21:20.0Z",
                  "flightDuration": 594,
                  "flightNumber": "9729",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-05-09T00:00:00.0Z",
                      "departureTime": "2026-12-28T00:00:00.0Z",
                      "duration": 105,
                      "elapsedTime": 82
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-11-03T00:00:00.0Z",
                      "departureTime": "2026-09-22T00:00:00.0Z",
                      "duration": 32,
                      "elapsedTime": 225
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-06-13T00:00:00.0Z",
                      "departureTime": "2026-07-06T00:00:00.0Z",
                      "duration": 61,
                      "elapsedTime": 170
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-06-19T00:00:00.0Z",
                      "departureTime": "2027-05-04T00:00:00.0Z",
                      "duration": 64,
                      "elapsedTime": 114
                    }
                  ],
                  "iatci": true,
                  "id": "0cbc75ca-7dcc-4372-bcda-ba30285c5496",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "318",
                  "span": "INTERNATIONAL",
                  "status": "ON TIME",
                  "subjectToGovernmentApproval": false,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": true,
                  "timeToDeparture": 713
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "ME",
                  "arrivalFlightScheduleStatus": "ON_TIME",
                  "arrivalTerminal": "rw",
                  "arrivalTime": "2027-05-22T00:00:00.0Z",
                  "boardingTime": "1960-05-12T01:59:45.0Z",
                  "changeOfGauge": false,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "GN",
                  "departureFlightScheduleStatus": "DELAYED",
                  "departureGate": "aG",
                  "departureTerminal": "Uu",
                  "departureTime": "2027-02-06T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 1055
                  },
                  "equipment": "952",
                  "estimatedArrivalTime": "1949-11-30T10:42:30.0Z",
                  "estimatedDepartureTime": "1919-08-11T23:50:57.0Z",
                  "flightDuration": 86,
                  "flightNumber": "4",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-07-10T00:00:00.0Z",
                      "departureTime": "2026-09-20T00:00:00.0Z",
                      "duration": 128,
                      "elapsedTime": 231
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-03-29T00:00:00.0Z",
                      "departureTime": "2027-01-13T00:00:00.0Z",
                      "duration": 171,
                      "elapsedTime": 135
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-05-17T00:00:00.0Z",
                      "departureTime": "2026-10-18T00:00:00.0Z",
                      "duration": 102,
                      "elapsedTime": 98
                    }
                  ],
                  "iatci": true,
                  "id": "4b15b562-78b3-454e-ac62-766c65bcdd0b",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "78",
                  "span": "INTERNATIONAL",
                  "status": "DELAYED",
                  "subjectToGovernmentApproval": false,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": false,
                  "timeToDeparture": 589
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "HR",
                  "arrivalFlightScheduleStatus": "ON_TIME",
                  "arrivalTerminal": "JK",
                  "arrivalTime": "2026-10-21T00:00:00.0Z",
                  "boardingTime": "1940-01-05T09:14:21.0Z",
                  "changeOfGauge": false,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "CI",
                  "departureFlightScheduleStatus": "CANCELLED",
                  "departureGate": "FR",
                  "departureTerminal": "fj",
                  "departureTime": "2026-10-14T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 1248
                  },
                  "equipment": "034",
                  "estimatedArrivalTime": "1957-01-10T22:11:37.0Z",
                  "estimatedDepartureTime": "1914-04-05T02:38:50.0Z",
                  "flightDuration": 509,
                  "flightNumber": "94",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-03-02T00:00:00.0Z",
                      "departureTime": "2027-05-07T00:00:00.0Z",
                      "duration": 178,
                      "elapsedTime": 238
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-04-02T00:00:00.0Z",
                      "departureTime": "2026-10-02T00:00:00.0Z",
                      "duration": 115,
                      "elapsedTime": 190
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-03-18T00:00:00.0Z",
                      "departureTime": "2027-02-10T00:00:00.0Z",
                      "duration": 125,
                      "elapsedTime": 151
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-02-17T00:00:00.0Z",
                      "departureTime": "2026-07-03T00:00:00.0Z",
                      "duration": 151,
                      "elapsedTime": 133
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-02-21T00:00:00.0Z",
                      "departureTime": "2027-05-09T00:00:00.0Z",
                      "duration": 131,
                      "elapsedTime": 231
                    }
                  ],
                  "iatci": true,
                  "id": "7cfce2ba-ce0d-4406-990f-7763f64c5742",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "991",
                  "span": "DOMESTIC",
                  "status": "CANCELLED",
                  "subjectToGovernmentApproval": false,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": true,
                  "timeToDeparture": 252
                }
              ],
              "id": "23e58ab9-ebdc-48df-a745-ab1ad29b2dae",
              "number": "669",
              "operatingAirlineRecordLocator": "JJNDWB",
              "priorityListPassengerIds": {
                "0": "id01",
                "1": "id02"
              },
              "programIdentifier": "987486",
              "seatStatus": "CONFIRMED",
              "segmentRefs": {
                "0": "id01",
                "1": "id02"
              },
              "sequence": 4,
              "status": {
                "code": "ND",
                "value": "OTHER"
              }
            },
            {
              "applicableTransportationSecurity": [
                "REDRESS"
              ],
              "associationId": 971,
              "baggageCheckInRules": {
                "baggageRouteRequired": false,
                "homePrintedBagTagRestricted": {
                  "message": "Home printing prohibited.",
                  "type": "RESTRICTED_FOR_GIVEN_AIRLINE"
                },
                "lateCheckIn": false,
                "maxGuaranteedQuantity": 1,
                "maxQuantity": 5,
                "petAllowed": true,
                "reCheckInRequired": {
                  "message": "Re-check required at airport.",
                  "reason": "LEGAL_RESTRICTIONS"
                }
              },
              "bookingClassUpgradeStatus": {
                "code": "PE",
                "value": "UPGRADED"
              },
              "eligibilities": {
                "eligibility": [
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "MISSING_DOCUMENT",
                        "details": "RM4GB8pmkidXTjmDsZtC",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "331"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "859"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "801"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "489"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "837"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  }
                ]
              },
              "fareInfo": {
                "amount": 418.2,
                "atpcoRule": "iRWI",
                "atpcoTariff": 27,
                "bookingClass": "c",
                "brand": "lk",
                "cabinClass": "BUSINESS",
                "cabinClassCode": "W",
                "discountCategory": "91",
                "fareBasisCode": "X9rMev",
                "governingAirline": "[ob",
                "id": "24e66dd7-309a-4c74-9395-9b6c4a5ed652",
                "operatingBookingClass": "U",
                "privateTariff": true,
                "type": "NLX",
                "vendor": {
                  "code": "SITA",
                  "value": "SITA"
                }
              },
              "flightDetail": [
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "GN",
                  "arrivalFlightScheduleStatus": "ON_TIME",
                  "arrivalTerminal": "LV",
                  "arrivalTime": "2027-03-24T00:00:00.0Z",
                  "boardingTime": "1951-01-09T23:29:56.0Z",
                  "changeOfGauge": false,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "HN",
                  "departureFlightScheduleStatus": "ON_TIME",
                  "departureGate": "Q2",
                  "departureTerminal": "ly",
                  "departureTime": "2026-11-26T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 1312
                  },
                  "equipment": "070",
                  "estimatedArrivalTime": "1922-03-24T14:53:15.0Z",
                  "estimatedDepartureTime": "1931-01-08T21:56:36.0Z",
                  "flightDuration": 482,
                  "flightNumber": "5406",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-11-12T00:00:00.0Z",
                      "departureTime": "2027-06-08T00:00:00.0Z",
                      "duration": 178,
                      "elapsedTime": 296
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-03-10T00:00:00.0Z",
                      "departureTime": "2026-09-11T00:00:00.0Z",
                      "duration": 67,
                      "elapsedTime": 127
                    }
                  ],
                  "iatci": true,
                  "id": "048a5c1e-ff94-45fa-b630-056d49ce4408",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "1",
                  "span": "INTERNATIONAL",
                  "status": "CANCELLED",
                  "subjectToGovernmentApproval": false,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": false,
                  "timeToDeparture": 573
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "GY",
                  "arrivalFlightScheduleStatus": "DELAYED",
                  "arrivalTerminal": "gI",
                  "arrivalTime": "2026-07-22T00:00:00.0Z",
                  "boardingTime": "1952-11-18T12:25:21.0Z",
                  "changeOfGauge": true,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "OM",
                  "departureFlightScheduleStatus": "ON_TIME",
                  "departureGate": "8Y",
                  "departureTerminal": "wG",
                  "departureTime": "2026-09-28T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 1902
                  },
                  "equipment": "558",
                  "estimatedArrivalTime": "1918-09-12T11:08:14.0Z",
                  "estimatedDepartureTime": "1934-01-29T13:07:51.0Z",
                  "flightDuration": 60,
                  "flightNumber": "69",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-09-20T00:00:00.0Z",
                      "departureTime": "2027-02-02T00:00:00.0Z",
                      "duration": 149,
                      "elapsedTime": 152
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-09-14T00:00:00.0Z",
                      "departureTime": "2026-10-15T00:00:00.0Z",
                      "duration": 172,
                      "elapsedTime": 110
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-09-30T00:00:00.0Z",
                      "departureTime": "2027-04-22T00:00:00.0Z",
                      "duration": 57,
                      "elapsedTime": 164
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-08-16T00:00:00.0Z",
                      "departureTime": "2026-12-12T00:00:00.0Z",
                      "duration": 163,
                      "elapsedTime": 94
                    }
                  ],
                  "iatci": true,
                  "id": "b70df7a4-a87f-4cf6-bbf2-88eef40b0791",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "6",
                  "span": "DOMESTIC",
                  "status": "CANCELLED",
                  "subjectToGovernmentApproval": false,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": false,
                  "timeToDeparture": 182
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "SG",
                  "arrivalFlightScheduleStatus": "EARLY",
                  "arrivalTerminal": "sv",
                  "arrivalTime": "2026-11-26T00:00:00.0Z",
                  "boardingTime": "1933-01-16T01:15:52.0Z",
                  "changeOfGauge": false,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "SE",
                  "departureFlightScheduleStatus": "ON_TIME",
                  "departureGate": "t6",
                  "departureTerminal": "BQ",
                  "departureTime": "2027-03-14T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 1791
                  },
                  "equipment": "701",
                  "estimatedArrivalTime": "1902-04-08T12:45:18.0Z",
                  "estimatedDepartureTime": "1923-10-23T04:21:43.0Z",
                  "flightDuration": 319,
                  "flightNumber": "4128",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-12-26T00:00:00.0Z",
                      "departureTime": "2027-01-15T00:00:00.0Z",
                      "duration": 97,
                      "elapsedTime": 72
                    }
                  ],
                  "iatci": true,
                  "id": "1f0c674a-ccb8-4bcd-954b-75e3b155540a",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "202",
                  "span": "INTERNATIONAL",
                  "status": "CANCELLED",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": true,
                  "timeToDeparture": 146
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "LU",
                  "arrivalFlightScheduleStatus": "DELAYED",
                  "arrivalTerminal": "bx",
                  "arrivalTime": "2026-09-22T00:00:00.0Z",
                  "boardingTime": "1894-05-28T08:36:19.0Z",
                  "changeOfGauge": false,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "VA",
                  "departureFlightScheduleStatus": "DELAYED",
                  "departureGate": "Dg",
                  "departureTerminal": "Up",
                  "departureTime": "2026-12-01T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 2980
                  },
                  "equipment": "963",
                  "estimatedArrivalTime": "1899-11-11T18:26:17.0Z",
                  "estimatedDepartureTime": "1936-09-12T01:51:33.0Z",
                  "flightDuration": 249,
                  "flightNumber": "259",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-12-19T00:00:00.0Z",
                      "departureTime": "2026-06-25T00:00:00.0Z",
                      "duration": 67,
                      "elapsedTime": 221
                    }
                  ],
                  "iatci": false,
                  "id": "ab9ec4f3-282d-494b-98f0-818304eb3d84",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "1840",
                  "span": "DOMESTIC",
                  "status": "ON TIME",
                  "subjectToGovernmentApproval": false,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": false,
                  "timeToDeparture": 765
                }
              ],
              "id": "f9c9ba37-c6a3-40a9-a244-ceb326159900",
              "number": "571",
              "operatingAirlineRecordLocator": "UZCFFT",
              "priorityListPassengerIds": {
                "0": "id01",
                "1": "id02"
              },
              "programIdentifier": "427499",
              "seatStatus": "CONFIRMED",
              "segmentRefs": {
                "0": "id01",
                "1": "id02"
              },
              "sequence": 6,
              "status": {
                "code": "Ev",
                "value": "SCHEDULE_CHANGE"
              }
            },
            {
              "applicableTransportationSecurity": [
                "REDRESS",
                "KNOWN_TRAVELER",
                "KNOWN_TRAVELER",
                "KNOWN_TRAVELER"
              ],
              "associationId": 424,
              "baggageCheckInRules": {
                "baggageRouteRequired": true,
                "homePrintedBagTagRestricted": {
                  "message": "Home printing prohibited.",
                  "type": "RESTRICTED_ON_GIVEN_AIRPORT"
                },
                "lateCheckIn": false,
                "maxGuaranteedQuantity": 2,
                "maxQuantity": 5,
                "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": "jecXwx2yXHHG5CnCPQfp",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "836"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "263"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "201"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "699"
                          }
                        ]
                      },
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "dMqJXstkEFtEIHsHN2CS",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "462"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "680"
                          }
                        ]
                      },
                      {
                        "category": "MISSING_DOCUMENT",
                        "details": "biugmN6wUwc2AMB0qYrZ",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "147"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "143"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "287"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "407"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "645"
                          }
                        ]
                      },
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "rFZ7CKRnqTQxlxFF8N0q",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "165"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "160"
                          }
                        ]
                      },
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "Wql9KENGDxBwJ4RS74cH",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "852"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "7LRCp6HVjqYH11t9MPyV",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "602"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "177"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "207"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "881"
                          }
                        ]
                      },
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "lKSpbEX7oWRIfD6kYXTv",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "867"
                          }
                        ]
                      },
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "nHRs3nOraUGTnJBZwWiW",
                        "message": "This flight is not eligible.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "074"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "050"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "376"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  }
                ]
              },
              "fareInfo": {
                "amount": 1120.63,
                "atpcoRule": "82Z1",
                "atpcoTariff": 23,
                "bookingClass": "M",
                "brand": "vQ",
                "cabinClass": "PREMIUM_FIRST",
                "cabinClassCode": "C",
                "discountCategory": "90",
                "fareBasisCode": "bEjHlQ",
                "governingAirline": "[ob",
                "id": "f4083398-a4e5-4d7d-82f6-e23aa7bdf62c",
                "operatingBookingClass": "q",
                "privateTariff": false,
                "type": "REF",
                "vendor": {
                  "code": "SMFC",
                  "value": "ATPCO"
                }
              },
              "flightDetail": [
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "OM",
                  "arrivalFlightScheduleStatus": "DELAYED",
                  "arrivalTerminal": "31",
                  "arrivalTime": "2027-01-11T00:00:00.0Z",
                  "boardingTime": "1956-05-13T01:14:57.0Z",
                  "changeOfGauge": false,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "CU",
                  "departureFlightScheduleStatus": "EARLY",
                  "departureGate": "Mp",
                  "departureTerminal": "VL",
                  "departureTime": "2026-12-10T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 4512
                  },
                  "equipment": "823",
                  "estimatedArrivalTime": "1923-03-05T22:09:09.0Z",
                  "estimatedDepartureTime": "1897-12-15T03:14:33.0Z",
                  "flightDuration": 455,
                  "flightNumber": "9",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-01-26T00:00:00.0Z",
                      "departureTime": "2027-02-19T00:00:00.0Z",
                      "duration": 74,
                      "elapsedTime": 221
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-10-28T00:00:00.0Z",
                      "departureTime": "2027-02-03T00:00:00.0Z",
                      "duration": 55,
                      "elapsedTime": 176
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-08-18T00:00:00.0Z",
                      "departureTime": "2026-12-02T00:00:00.0Z",
                      "duration": 159,
                      "elapsedTime": 232
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-06-19T00:00:00.0Z",
                      "departureTime": "2026-11-18T00:00:00.0Z",
                      "duration": 72,
                      "elapsedTime": 102
                    }
                  ],
                  "iatci": false,
                  "id": "4877c72a-7900-41c9-9076-ad19d7255bf8",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "6",
                  "span": "INTERNATIONAL",
                  "status": "DELAYED",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": true,
                  "timeToDeparture": 303
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "MN",
                  "arrivalFlightScheduleStatus": "ON_TIME",
                  "arrivalTerminal": "H8",
                  "arrivalTime": "2026-09-09T00:00:00.0Z",
                  "boardingTime": "1904-01-01T17:37:13.0Z",
                  "changeOfGauge": true,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "FK",
                  "departureFlightScheduleStatus": "EARLY",
                  "departureGate": "KW",
                  "departureTerminal": "y0",
                  "departureTime": "2026-11-13T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 1979
                  },
                  "equipment": "790",
                  "estimatedArrivalTime": "1965-04-28T12:10:57.0Z",
                  "estimatedDepartureTime": "1919-09-02T22:31:21.0Z",
                  "flightDuration": 180,
                  "flightNumber": "96",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-10-30T00:00:00.0Z",
                      "departureTime": "2026-09-03T00:00:00.0Z",
                      "duration": 50,
                      "elapsedTime": 71
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-11-05T00:00:00.0Z",
                      "departureTime": "2026-11-28T00:00:00.0Z",
                      "duration": 58,
                      "elapsedTime": 211
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-01-10T00:00:00.0Z",
                      "departureTime": "2027-01-20T00:00:00.0Z",
                      "duration": 126,
                      "elapsedTime": 268
                    }
                  ],
                  "iatci": true,
                  "id": "42d5b440-b240-4252-96aa-f5c26b96a458",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "527",
                  "span": "DOMESTIC",
                  "status": "ON TIME",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": true,
                  "timeToDeparture": 199
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "GG",
                  "arrivalFlightScheduleStatus": "EARLY",
                  "arrivalTerminal": "xt",
                  "arrivalTime": "2026-10-12T00:00:00.0Z",
                  "boardingTime": "1958-06-11T09:36:38.0Z",
                  "changeOfGauge": false,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "KI",
                  "departureFlightScheduleStatus": "CANCELLED",
                  "departureGate": "US",
                  "departureTerminal": "Cm",
                  "departureTime": "2026-09-10T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 4547
                  },
                  "equipment": "974",
                  "estimatedArrivalTime": "1928-12-09T03:49:24.0Z",
                  "estimatedDepartureTime": "1967-05-17T21:10:08.0Z",
                  "flightDuration": 531,
                  "flightNumber": "802",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-10-01T00:00:00.0Z",
                      "departureTime": "2026-12-26T00:00:00.0Z",
                      "duration": 132,
                      "elapsedTime": 230
                    }
                  ],
                  "iatci": false,
                  "id": "3d8a595a-1f8c-45d8-ae14-dd71efec21bc",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "397",
                  "span": "DOMESTIC",
                  "status": "CANCELLED",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": true,
                  "timeToDeparture": 990
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "DK",
                  "arrivalFlightScheduleStatus": "DELAYED",
                  "arrivalTerminal": "Ly",
                  "arrivalTime": "2026-11-25T00:00:00.0Z",
                  "boardingTime": "1895-02-27T17:18:57.0Z",
                  "changeOfGauge": false,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "GE",
                  "departureFlightScheduleStatus": "DELAYED",
                  "departureGate": "O1",
                  "departureTerminal": "87",
                  "departureTime": "2026-06-17T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 993
                  },
                  "equipment": "538",
                  "estimatedArrivalTime": "1939-08-19T02:47:01.0Z",
                  "estimatedDepartureTime": "1958-09-13T17:35:47.0Z",
                  "flightDuration": 217,
                  "flightNumber": "5005",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-12-06T00:00:00.0Z",
                      "departureTime": "2027-03-03T00:00:00.0Z",
                      "duration": 146,
                      "elapsedTime": 293
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-04-27T00:00:00.0Z",
                      "departureTime": "2026-09-07T00:00:00.0Z",
                      "duration": 94,
                      "elapsedTime": 296
                    }
                  ],
                  "iatci": true,
                  "id": "d2302017-53ad-480e-a47b-2301832e7f0b",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "59",
                  "span": "DOMESTIC",
                  "status": "ON TIME",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": true,
                  "timeToDeparture": 390
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "ES",
                  "arrivalFlightScheduleStatus": "ON_TIME",
                  "arrivalTerminal": "dh",
                  "arrivalTime": "2026-07-23T00:00:00.0Z",
                  "boardingTime": "1956-08-22T06:42:36.0Z",
                  "changeOfGauge": false,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "NI",
                  "departureFlightScheduleStatus": "ON_TIME",
                  "departureGate": "SR",
                  "departureTerminal": "kt",
                  "departureTime": "2026-09-10T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 2821
                  },
                  "equipment": "213",
                  "estimatedArrivalTime": "1950-03-10T04:24:49.0Z",
                  "estimatedDepartureTime": "1953-02-23T19:35:47.0Z",
                  "flightDuration": 567,
                  "flightNumber": "627",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-10-09T00:00:00.0Z",
                      "departureTime": "2027-05-02T00:00:00.0Z",
                      "duration": 139,
                      "elapsedTime": 211
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-07-08T00:00:00.0Z",
                      "departureTime": "2027-04-29T00:00:00.0Z",
                      "duration": 131,
                      "elapsedTime": 292
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-11-25T00:00:00.0Z",
                      "departureTime": "2027-01-23T00:00:00.0Z",
                      "duration": 99,
                      "elapsedTime": 217
                    }
                  ],
                  "iatci": false,
                  "id": "47b14c58-62a1-41c3-8a08-285890a83f04",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "617",
                  "span": "INTERNATIONAL",
                  "status": "CANCELLED",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": true,
                  "timeToDeparture": 725
                }
              ],
              "id": "b4770c8b-cfff-4ef3-8d35-bb19ab151853",
              "number": "347",
              "operatingAirlineRecordLocator": "FQHGMD",
              "priorityListPassengerIds": {
                "0": "id01",
                "1": "id02"
              },
              "programIdentifier": "415787",
              "seatStatus": "CONFIRMED",
              "segmentRefs": {
                "0": "id01",
                "1": "id02"
              },
              "sequence": 8,
              "status": {
                "code": "WM",
                "value": "ON_HOLD"
              }
            }
          ],
          "eligibilities": {
            "eligibility": [
              {
                "notEligible": false,
                "reason": [
                  {
                    "category": "INSUFFICIENT_FUNDS",
                    "details": "3o3ZLK6kXZOtvoipHppk",
                    "message": "Booking has been cancelled.",
                    "property": [
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "782"
                      },
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "579"
                      },
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "639"
                      },
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "542"
                      },
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "867"
                      }
                    ]
                  },
                  {
                    "category": "INVALID_FLIGHT",
                    "details": "WWjvVjTCaHvADQWe71qY",
                    "message": "Required travel document is missing.",
                    "property": [
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "629"
                      },
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "620"
                      },
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "628"
                      }
                    ]
                  }
                ],
                "type": "CHECK_IN"
              },
              {
                "notEligible": false,
                "reason": [
                  {
                    "category": "INVALID_FLIGHT",
                    "details": "1UBTQiGc6XK2R7gAG4CG",
                    "message": "Payment processing failed.",
                    "property": [
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "818"
                      },
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "462"
                      },
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "971"
                      },
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "268"
                      },
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "063"
                      }
                    ]
                  },
                  {
                    "category": "INSUFFICIENT_FUNDS",
                    "details": "TV02vwufFHIox8JgCmXK",
                    "message": "Required travel document is missing.",
                    "property": [
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "649"
                      }
                    ]
                  },
                  {
                    "category": "TOO_EARLY_FOR_CHECK_IN",
                    "details": "OSOKFRsycYwnkdqyjESp",
                    "message": "Required travel document is missing.",
                    "property": [
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "041"
                      },
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "323"
                      }
                    ]
                  },
                  {
                    "category": "BOOKING_CANCELLED",
                    "details": "Xq9l3DrP1cURqJzhwuYQ",
                    "message": "Required travel document is missing.",
                    "property": [
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "963"
                      }
                    ]
                  }
                ],
                "type": "CHECK_IN"
              }
            ]
          },
          "id": "1181ca1f-62e5-45bc-94b2-f5f4f5e6624c",
          "marriageGroup": [
            {
              "segmentRefs": [
                "id01",
                "id02"
              ]
            },
            {
              "segmentRefs": [
                "id01",
                "id02"
              ]
            },
            {
              "segmentRefs": [
                "id01",
                "id02"
              ]
            },
            {
              "segmentRefs": [
                "id01",
                "id02"
              ]
            }
          ],
          "pastSegment": [
            {
              "applicableTransportationSecurity": [
                "REDRESS"
              ],
              "associationId": 166,
              "baggageCheckInRules": {
                "baggageRouteRequired": false,
                "homePrintedBagTagRestricted": {
                  "message": "Restriction applied.",
                  "type": "RESTRICTED"
                },
                "lateCheckIn": false,
                "maxGuaranteedQuantity": 1,
                "maxQuantity": 1,
                "petAllowed": false,
                "reCheckInRequired": {
                  "message": "Re-check required at airport.",
                  "reason": "MISSING_BAGGAGE_AGREEMENT"
                }
              },
              "bookingClassUpgradeStatus": {
                "code": "PE",
                "value": "UPGRADED"
              },
              "eligibilities": {
                "eligibility": [
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "MISSING_DOCUMENT",
                        "details": "lWAvLbeB8jUN7WQ1cVrz",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "102"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "612"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "628"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "147"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "471"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  }
                ]
              },
              "fareInfo": {
                "amount": 360.92,
                "atpcoRule": "8dFF",
                "atpcoTariff": 18,
                "bookingClass": "S",
                "brand": "If",
                "cabinClass": "ECONOMY",
                "cabinClassCode": "s",
                "discountCategory": "84",
                "fareBasisCode": "BYp0Rq",
                "governingAirline": "[ob",
                "id": "1a6e6fc4-c695-4902-9d56-223e34e4f279",
                "operatingBookingClass": "L",
                "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": "IO",
                  "arrivalFlightScheduleStatus": "ON_TIME",
                  "arrivalTerminal": "z2",
                  "arrivalTime": "2026-12-07T00:00:00.0Z",
                  "boardingTime": "1948-08-21T20:02:34.0Z",
                  "changeOfGauge": false,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "FJ",
                  "departureFlightScheduleStatus": "DELAYED",
                  "departureGate": "lU",
                  "departureTerminal": "Sf",
                  "departureTime": "2027-02-21T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 1641
                  },
                  "equipment": "505",
                  "estimatedArrivalTime": "1934-10-31T23:45:56.0Z",
                  "estimatedDepartureTime": "1930-05-05T18:46:29.0Z",
                  "flightDuration": 194,
                  "flightNumber": "8222",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-06-26T00:00:00.0Z",
                      "departureTime": "2026-10-24T00:00:00.0Z",
                      "duration": 141,
                      "elapsedTime": 177
                    }
                  ],
                  "iatci": true,
                  "id": "90d285da-326c-4cec-8775-9dce9d8a6797",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "1381",
                  "span": "INTERNATIONAL",
                  "status": "DELAYED",
                  "subjectToGovernmentApproval": false,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": false,
                  "timeToDeparture": 807
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "MW",
                  "arrivalFlightScheduleStatus": "ON_TIME",
                  "arrivalTerminal": "sd",
                  "arrivalTime": "2027-01-09T00:00:00.0Z",
                  "boardingTime": "1966-03-19T17:36:55.0Z",
                  "changeOfGauge": false,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "EH",
                  "departureFlightScheduleStatus": "EARLY",
                  "departureGate": "wO",
                  "departureTerminal": "AO",
                  "departureTime": "2027-01-01T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 291
                  },
                  "equipment": "119",
                  "estimatedArrivalTime": "1930-07-25T14:02:17.0Z",
                  "estimatedDepartureTime": "1919-07-17T07:22:35.0Z",
                  "flightDuration": 373,
                  "flightNumber": "270",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-08-18T00:00:00.0Z",
                      "departureTime": "2026-08-31T00:00:00.0Z",
                      "duration": 147,
                      "elapsedTime": 100
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-04-30T00:00:00.0Z",
                      "departureTime": "2026-08-12T00:00:00.0Z",
                      "duration": 68,
                      "elapsedTime": 239
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-01-29T00:00:00.0Z",
                      "departureTime": "2027-03-12T00:00:00.0Z",
                      "duration": 140,
                      "elapsedTime": 109
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-01-13T00:00:00.0Z",
                      "departureTime": "2026-10-02T00:00:00.0Z",
                      "duration": 41,
                      "elapsedTime": 271
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-03-10T00:00:00.0Z",
                      "departureTime": "2026-11-16T00:00:00.0Z",
                      "duration": 65,
                      "elapsedTime": 115
                    }
                  ],
                  "iatci": true,
                  "id": "0c6b59a3-eb35-4193-871a-c6d7c2219060",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "3",
                  "span": "INTERNATIONAL",
                  "status": "DELAYED",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": false,
                  "timeToDeparture": 526
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "GS",
                  "arrivalFlightScheduleStatus": "ON_TIME",
                  "arrivalTerminal": "ZP",
                  "arrivalTime": "2026-11-24T00:00:00.0Z",
                  "boardingTime": "1937-01-12T11:19:10.0Z",
                  "changeOfGauge": false,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "US",
                  "departureFlightScheduleStatus": "DELAYED",
                  "departureGate": "0U",
                  "departureTerminal": "NI",
                  "departureTime": "2026-06-23T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 1907
                  },
                  "equipment": "790",
                  "estimatedArrivalTime": "1960-08-06T19:06:44.0Z",
                  "estimatedDepartureTime": "1914-12-28T02:46:42.0Z",
                  "flightDuration": 224,
                  "flightNumber": "881",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-03-25T00:00:00.0Z",
                      "departureTime": "2026-09-08T00:00:00.0Z",
                      "duration": 122,
                      "elapsedTime": 168
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-10-28T00:00:00.0Z",
                      "departureTime": "2027-05-17T00:00:00.0Z",
                      "duration": 88,
                      "elapsedTime": 104
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-11-01T00:00:00.0Z",
                      "departureTime": "2027-04-23T00:00:00.0Z",
                      "duration": 154,
                      "elapsedTime": 179
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-12-05T00:00:00.0Z",
                      "departureTime": "2027-04-21T00:00:00.0Z",
                      "duration": 121,
                      "elapsedTime": 132
                    }
                  ],
                  "iatci": true,
                  "id": "7f01c7a1-0782-4ee1-85da-6a17de56369d",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "8487",
                  "span": "DOMESTIC",
                  "status": "DELAYED",
                  "subjectToGovernmentApproval": false,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": false,
                  "timeToDeparture": 481
                }
              ],
              "id": "0c87c535-06d2-4515-8a33-2760b41c7a0e",
              "number": "300",
              "operatingAirlineRecordLocator": "MEWHGJ",
              "programIdentifier": "860440",
              "seatStatus": "STANDBY",
              "sequence": 19,
              "status": {
                "code": "Kz",
                "value": "FLOWN"
              }
            },
            {
              "applicableTransportationSecurity": [
                "KNOWN_TRAVELER"
              ],
              "associationId": 275,
              "baggageCheckInRules": {
                "baggageRouteRequired": true,
                "homePrintedBagTagRestricted": {
                  "message": "Home printing prohibited.",
                  "type": "RESTRICTED_ON_GIVEN_AIRPORT"
                },
                "lateCheckIn": false,
                "maxGuaranteedQuantity": 1,
                "maxQuantity": 3,
                "petAllowed": true,
                "reCheckInRequired": {
                  "message": "Customs clearance required.",
                  "reason": "LEGAL_RESTRICTIONS"
                }
              },
              "bookingClassUpgradeStatus": {
                "code": "CO",
                "value": "OTHER"
              },
              "eligibilities": {
                "eligibility": [
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "y2G6uB7EfbpD5Ori1zsH",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "974"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "460"
                          }
                        ]
                      },
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "Hbw4PqAe6W7rD8pHUOTV",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "424"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "837"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "198"
                          }
                        ]
                      },
                      {
                        "category": "MISSING_DOCUMENT",
                        "details": "HhALsevk17UqEczVbaBO",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "885"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "267"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "938"
                          }
                        ]
                      },
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "N4zjkxB3T6Lc3gGNHhMv",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "420"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "054"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "879"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  }
                ]
              },
              "fareInfo": {
                "amount": 1460.94,
                "atpcoRule": "Jmo9",
                "atpcoTariff": 15,
                "bookingClass": "J",
                "brand": "Qp",
                "cabinClass": "BUSINESS",
                "cabinClassCode": "q",
                "discountCategory": "90",
                "fareBasisCode": "qQVUhB",
                "governingAirline": "[ob",
                "id": "5c0f8494-5283-4cc1-9cdc-9d2ed1e079a1",
                "operatingBookingClass": "p",
                "privateTariff": true,
                "type": "NRF",
                "vendor": {
                  "code": "SITA",
                  "value": "SITA"
                }
              },
              "flightDetail": [
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "RO",
                  "arrivalFlightScheduleStatus": "ON_TIME",
                  "arrivalTerminal": "u3",
                  "arrivalTime": "2027-02-03T00:00:00.0Z",
                  "boardingTime": "1946-09-20T23:55:46.0Z",
                  "changeOfGauge": true,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "AG",
                  "departureFlightScheduleStatus": "EARLY",
                  "departureGate": "2s",
                  "departureTerminal": "zL",
                  "departureTime": "2027-01-12T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 3630
                  },
                  "equipment": "631",
                  "estimatedArrivalTime": "1934-04-24T14:37:59.0Z",
                  "estimatedDepartureTime": "1966-04-15T18:40:23.0Z",
                  "flightDuration": 99,
                  "flightNumber": "98",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-09-29T00:00:00.0Z",
                      "departureTime": "2026-12-14T00:00:00.0Z",
                      "duration": 115,
                      "elapsedTime": 98
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-09-03T00:00:00.0Z",
                      "departureTime": "2026-12-29T00:00:00.0Z",
                      "duration": 105,
                      "elapsedTime": 239
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-08-28T00:00:00.0Z",
                      "departureTime": "2027-02-24T00:00:00.0Z",
                      "duration": 159,
                      "elapsedTime": 87
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-02-27T00:00:00.0Z",
                      "departureTime": "2026-07-06T00:00:00.0Z",
                      "duration": 156,
                      "elapsedTime": 277
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-01-31T00:00:00.0Z",
                      "departureTime": "2027-04-28T00:00:00.0Z",
                      "duration": 168,
                      "elapsedTime": 204
                    }
                  ],
                  "iatci": false,
                  "id": "b8069a32-1754-4cd8-b1cb-fb805fd3456e",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "95",
                  "span": "DOMESTIC",
                  "status": "ON TIME",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": true,
                  "timeToDeparture": 895
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "MP",
                  "arrivalFlightScheduleStatus": "CANCELLED",
                  "arrivalTerminal": "3b",
                  "arrivalTime": "2027-05-02T00:00:00.0Z",
                  "boardingTime": "1893-04-07T05:08:58.0Z",
                  "changeOfGauge": false,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "AO",
                  "departureFlightScheduleStatus": "ON_TIME",
                  "departureGate": "CH",
                  "departureTerminal": "mp",
                  "departureTime": "2026-11-05T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 2645
                  },
                  "equipment": "653",
                  "estimatedArrivalTime": "1935-03-26T10:30:37.0Z",
                  "estimatedDepartureTime": "1962-12-18T03:03:18.0Z",
                  "flightDuration": 598,
                  "flightNumber": "2",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-08-27T00:00:00.0Z",
                      "departureTime": "2027-01-26T00:00:00.0Z",
                      "duration": 127,
                      "elapsedTime": 265
                    }
                  ],
                  "iatci": true,
                  "id": "6f37054f-5003-43f1-9492-b92a00554e8a",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "6",
                  "span": "DOMESTIC",
                  "status": "CANCELLED",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": false,
                  "timeToDeparture": 157
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "KW",
                  "arrivalFlightScheduleStatus": "ON_TIME",
                  "arrivalTerminal": "2l",
                  "arrivalTime": "2026-07-22T00:00:00.0Z",
                  "boardingTime": "1922-02-22T18:38:16.0Z",
                  "changeOfGauge": false,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "QA",
                  "departureFlightScheduleStatus": "DELAYED",
                  "departureGate": "K4",
                  "departureTerminal": "Nw",
                  "departureTime": "2027-03-10T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 900
                  },
                  "equipment": "638",
                  "estimatedArrivalTime": "1934-03-02T03:15:02.0Z",
                  "estimatedDepartureTime": "1905-02-06T18:11:29.0Z",
                  "flightDuration": 498,
                  "flightNumber": "184",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-07-03T00:00:00.0Z",
                      "departureTime": "2026-12-19T00:00:00.0Z",
                      "duration": 58,
                      "elapsedTime": 168
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-04-13T00:00:00.0Z",
                      "departureTime": "2027-04-11T00:00:00.0Z",
                      "duration": 139,
                      "elapsedTime": 90
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-02-22T00:00:00.0Z",
                      "departureTime": "2027-01-24T00:00:00.0Z",
                      "duration": 131,
                      "elapsedTime": 276
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-09-02T00:00:00.0Z",
                      "departureTime": "2027-04-10T00:00:00.0Z",
                      "duration": 167,
                      "elapsedTime": 124
                    }
                  ],
                  "iatci": true,
                  "id": "1e961bce-b0ef-4e36-8ee0-0a6c42861821",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "322",
                  "span": "DOMESTIC",
                  "status": "CANCELLED",
                  "subjectToGovernmentApproval": false,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": true,
                  "timeToDeparture": 916
                }
              ],
              "id": "95edc1d0-8b22-4080-840d-ce8da24777b9",
              "number": "714",
              "operatingAirlineRecordLocator": "GXMZEB",
              "programIdentifier": "682070",
              "seatStatus": "CONFIRMED",
              "sequence": 11,
              "status": {
                "code": "UE",
                "value": "NON_REVENUE"
              }
            },
            {
              "applicableTransportationSecurity": [
                "REDRESS",
                "REDRESS"
              ],
              "associationId": 548,
              "baggageCheckInRules": {
                "baggageRouteRequired": true,
                "homePrintedBagTagRestricted": {
                  "message": "Home printing prohibited.",
                  "type": "RESTRICTED_ON_INTERLINE_FLIGHT"
                },
                "lateCheckIn": true,
                "maxGuaranteedQuantity": 3,
                "maxQuantity": 2,
                "petAllowed": false,
                "reCheckInRequired": {
                  "message": "Re-check required at airport.",
                  "reason": "LEGAL_RESTRICTIONS"
                }
              },
              "bookingClassUpgradeStatus": {
                "code": "OT",
                "value": "WAITLISTED"
              },
              "eligibilities": {
                "eligibility": [
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "euXiv4b7c9DHcMwXkH42",
                        "message": "This flight is not eligible.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "710"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "738"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "959"
                          }
                        ]
                      },
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "F0VnQ7VQe3EkKZ18xJc7",
                        "message": "This flight is not eligible.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "426"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "146"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "705"
                          }
                        ]
                      },
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "bDarsP1eEQpzEiTlQm8N",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "556"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "196"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "566"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "569"
                          }
                        ]
                      },
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "l8vvQdcG7R4BDNXGZdPu",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "978"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "141"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "392"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "395"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "MISSING_DOCUMENT",
                        "details": "qVUH0H2dXyqH5XWvBor0",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "445"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "339"
                          }
                        ]
                      },
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "r5UkFK41kILgkd5IXw1M",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "681"
                          }
                        ]
                      },
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "otCRlKnbMWjw3Lwl44JF",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "907"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "056"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "096"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "050"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "245"
                          }
                        ]
                      },
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "tBqfKYIfh7lKtFJxr3Fk",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "689"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "984"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "595"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "803"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  }
                ]
              },
              "fareInfo": {
                "amount": 654.26,
                "atpcoRule": "fAP5",
                "atpcoTariff": 82,
                "bookingClass": "Q",
                "brand": "hQ",
                "cabinClass": "PREMIUM_ECONOMY",
                "cabinClassCode": "T",
                "discountCategory": "85",
                "fareBasisCode": "zVSB8M",
                "governingAirline": "[ob",
                "id": "5210edf7-9c9b-49ff-b093-4d5fbe76f5d1",
                "operatingBookingClass": "k",
                "privateTariff": false,
                "type": "NLX",
                "vendor": {
                  "code": "SMFC",
                  "value": "ATPCO"
                }
              },
              "flightDetail": [
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "SK",
                  "arrivalFlightScheduleStatus": "CANCELLED",
                  "arrivalTerminal": "5G",
                  "arrivalTime": "2027-05-20T00:00:00.0Z",
                  "boardingTime": "1952-03-18T16:37:36.0Z",
                  "changeOfGauge": false,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "NI",
                  "departureFlightScheduleStatus": "CANCELLED",
                  "departureGate": "MG",
                  "departureTerminal": "55",
                  "departureTime": "2027-04-05T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 3003
                  },
                  "equipment": "965",
                  "estimatedArrivalTime": "1967-04-22T11:32:25.0Z",
                  "estimatedDepartureTime": "1951-11-05T21:33:29.0Z",
                  "flightDuration": 212,
                  "flightNumber": "52",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-09-29T00:00:00.0Z",
                      "departureTime": "2026-07-04T00:00:00.0Z",
                      "duration": 138,
                      "elapsedTime": 250
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-12-28T00:00:00.0Z",
                      "departureTime": "2026-06-24T00:00:00.0Z",
                      "duration": 126,
                      "elapsedTime": 218
                    }
                  ],
                  "iatci": true,
                  "id": "274b51f4-427e-4887-99f3-f4fe77fd8946",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "4161",
                  "span": "DOMESTIC",
                  "status": "ON TIME",
                  "subjectToGovernmentApproval": false,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": true,
                  "timeToDeparture": 391
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "ST",
                  "arrivalFlightScheduleStatus": "ON_TIME",
                  "arrivalTerminal": "1S",
                  "arrivalTime": "2026-11-29T00:00:00.0Z",
                  "boardingTime": "1937-02-09T01:53:14.0Z",
                  "changeOfGauge": true,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "EH",
                  "departureFlightScheduleStatus": "ON_TIME",
                  "departureGate": "pv",
                  "departureTerminal": "bw",
                  "departureTime": "2027-02-06T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 1079
                  },
                  "equipment": "446",
                  "estimatedArrivalTime": "1930-06-09T13:42:45.0Z",
                  "estimatedDepartureTime": "1895-04-27T15:21:49.0Z",
                  "flightDuration": 396,
                  "flightNumber": "49",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-11-21T00:00:00.0Z",
                      "departureTime": "2026-11-06T00:00:00.0Z",
                      "duration": 152,
                      "elapsedTime": 210
                    }
                  ],
                  "iatci": false,
                  "id": "a71999e4-7ee5-4f19-a2d2-05387be564ed",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "9",
                  "span": "DOMESTIC",
                  "status": "DELAYED",
                  "subjectToGovernmentApproval": false,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": false,
                  "timeToDeparture": 498
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "TC",
                  "arrivalFlightScheduleStatus": "ON_TIME",
                  "arrivalTerminal": "Fx",
                  "arrivalTime": "2027-01-25T00:00:00.0Z",
                  "boardingTime": "1900-04-13T03:31:35.0Z",
                  "changeOfGauge": false,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "FK",
                  "departureFlightScheduleStatus": "CANCELLED",
                  "departureGate": "B1",
                  "departureTerminal": "rl",
                  "departureTime": "2026-11-24T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 4486
                  },
                  "equipment": "009",
                  "estimatedArrivalTime": "1960-09-11T15:07:27.0Z",
                  "estimatedDepartureTime": "1906-03-27T19:09:12.0Z",
                  "flightDuration": 109,
                  "flightNumber": "16",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-02-27T00:00:00.0Z",
                      "departureTime": "2026-06-30T00:00:00.0Z",
                      "duration": 129,
                      "elapsedTime": 142
                    }
                  ],
                  "iatci": true,
                  "id": "93dd13c9-2cad-40d9-af4c-6420a31e6287",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "97",
                  "span": "INTERNATIONAL",
                  "status": "DELAYED",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": false,
                  "timeToDeparture": 979
                }
              ],
              "id": "4a6052c1-fb7c-4133-9744-415ec30fe2f8",
              "number": "558",
              "operatingAirlineRecordLocator": "PNMTKK",
              "programIdentifier": "882204",
              "seatStatus": "STANDBY",
              "sequence": 12,
              "status": {
                "code": "kM",
                "value": "NEED_NEED"
              }
            },
            {
              "applicableTransportationSecurity": [
                "REDRESS",
                "KNOWN_TRAVELER",
                "REDRESS",
                "KNOWN_TRAVELER",
                "KNOWN_TRAVELER"
              ],
              "associationId": 893,
              "baggageCheckInRules": {
                "baggageRouteRequired": true,
                "homePrintedBagTagRestricted": {
                  "message": "Home printing prohibited.",
                  "type": "RESTRICTED_ON_INTERNATIONAL_FLIGHT"
                },
                "lateCheckIn": true,
                "maxGuaranteedQuantity": 3,
                "maxQuantity": 2,
                "petAllowed": true,
                "reCheckInRequired": {
                  "message": "Customs clearance required.",
                  "reason": "LEGAL_RESTRICTIONS"
                }
              },
              "bookingClassUpgradeStatus": {
                "code": "CO",
                "value": "UPGRADED"
              },
              "eligibilities": {
                "eligibility": [
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "MORyzbMingCXtpGwVaSz",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "663"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "810"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "MISSING_DOCUMENT",
                        "details": "AZ5R3QCJAKaLfRpY4lne",
                        "message": "This flight is not eligible.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "159"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "504"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "916"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "701"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "802"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": true,
                    "reason": [
                      {
                        "category": "MISSING_DOCUMENT",
                        "details": "RYzJzZ1alfabToPznKPe",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "648"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "363"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "810"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "120"
                          }
                        ]
                      },
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "HjjhhPznlMY9QxBm8WjM",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "025"
                          }
                        ]
                      },
                      {
                        "category": "MISSING_DOCUMENT",
                        "details": "VLSN1uPvih1hMI42VdPk",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "499"
                          }
                        ]
                      },
                      {
                        "category": "MISSING_DOCUMENT",
                        "details": "4lVv0qPX21llZtJwafUu",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "438"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "638"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "017"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  }
                ]
              },
              "fareInfo": {
                "amount": 1700.76,
                "atpcoRule": "RRQa",
                "atpcoTariff": 60,
                "bookingClass": "Q",
                "brand": "fs",
                "cabinClass": "PREMIUM_FIRST",
                "cabinClassCode": "v",
                "discountCategory": "34",
                "fareBasisCode": "wHR0pA",
                "governingAirline": "[ob",
                "id": "7bf99471-2b9f-4322-88bd-f88dc949e44e",
                "operatingBookingClass": "l",
                "privateTariff": false,
                "type": "NLX",
                "vendor": {
                  "code": "SMFC",
                  "value": "ATPCO"
                }
              },
              "flightDetail": [
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "MA",
                  "arrivalFlightScheduleStatus": "DELAYED",
                  "arrivalTerminal": "Se",
                  "arrivalTime": "2027-01-25T00:00:00.0Z",
                  "boardingTime": "1899-11-29T18:58:50.0Z",
                  "changeOfGauge": false,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "UM",
                  "departureFlightScheduleStatus": "DELAYED",
                  "departureGate": "lB",
                  "departureTerminal": "d3",
                  "departureTime": "2026-07-24T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 2566
                  },
                  "equipment": "425",
                  "estimatedArrivalTime": "1894-05-05T14:37:40.0Z",
                  "estimatedDepartureTime": "1927-07-26T23:05:24.0Z",
                  "flightDuration": 454,
                  "flightNumber": "762",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-09-10T00:00:00.0Z",
                      "departureTime": "2026-08-31T00:00:00.0Z",
                      "duration": 53,
                      "elapsedTime": 169
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-03-11T00:00:00.0Z",
                      "departureTime": "2026-10-29T00:00:00.0Z",
                      "duration": 180,
                      "elapsedTime": 106
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-04-01T00:00:00.0Z",
                      "departureTime": "2027-03-19T00:00:00.0Z",
                      "duration": 162,
                      "elapsedTime": 170
                    }
                  ],
                  "iatci": true,
                  "id": "1057a7d0-23fa-40ab-9c0c-8475de871552",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "84",
                  "span": "DOMESTIC",
                  "status": "ON TIME",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": true,
                  "timeToDeparture": 965
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "SX",
                  "arrivalFlightScheduleStatus": "EARLY",
                  "arrivalTerminal": "bW",
                  "arrivalTime": "2027-04-16T00:00:00.0Z",
                  "boardingTime": "1957-07-21T09:38:35.0Z",
                  "changeOfGauge": false,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "MT",
                  "departureFlightScheduleStatus": "DELAYED",
                  "departureGate": "XU",
                  "departureTerminal": "Bj",
                  "departureTime": "2026-11-15T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 3246
                  },
                  "equipment": "930",
                  "estimatedArrivalTime": "1905-01-10T05:04:57.0Z",
                  "estimatedDepartureTime": "1931-02-13T03:45:08.0Z",
                  "flightDuration": 555,
                  "flightNumber": "71",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-09-18T00:00:00.0Z",
                      "departureTime": "2026-09-27T00:00:00.0Z",
                      "duration": 151,
                      "elapsedTime": 290
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-10-31T00:00:00.0Z",
                      "departureTime": "2026-11-19T00:00:00.0Z",
                      "duration": 39,
                      "elapsedTime": 71
                    }
                  ],
                  "iatci": false,
                  "id": "ce8b6454-58b3-4b61-89cb-4ff06cba3c1f",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "704",
                  "span": "DOMESTIC",
                  "status": "ON TIME",
                  "subjectToGovernmentApproval": false,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": true,
                  "timeToDeparture": 851
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "RO",
                  "arrivalFlightScheduleStatus": "EARLY",
                  "arrivalTerminal": "KW",
                  "arrivalTime": "2026-06-17T00:00:00.0Z",
                  "boardingTime": "1911-12-20T05:04:24.0Z",
                  "changeOfGauge": false,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "MQ",
                  "departureFlightScheduleStatus": "DELAYED",
                  "departureGate": "Qw",
                  "departureTerminal": "Lx",
                  "departureTime": "2026-11-29T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 170
                  },
                  "equipment": "020",
                  "estimatedArrivalTime": "1921-07-28T06:46:45.0Z",
                  "estimatedDepartureTime": "1914-03-20T04:08:01.0Z",
                  "flightDuration": 380,
                  "flightNumber": "8299",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-10-23T00:00:00.0Z",
                      "departureTime": "2026-11-25T00:00:00.0Z",
                      "duration": 77,
                      "elapsedTime": 207
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-05-15T00:00:00.0Z",
                      "departureTime": "2026-11-25T00:00:00.0Z",
                      "duration": 160,
                      "elapsedTime": 250
                    }
                  ],
                  "iatci": false,
                  "id": "853ad52c-1446-490e-8717-e6bdb4d062ab",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "7035",
                  "span": "DOMESTIC",
                  "status": "DELAYED",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": false,
                  "timeToDeparture": 738
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "VE",
                  "arrivalFlightScheduleStatus": "EARLY",
                  "arrivalTerminal": "NN",
                  "arrivalTime": "2027-02-17T00:00:00.0Z",
                  "boardingTime": "1901-08-13T01:18:47.0Z",
                  "changeOfGauge": true,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "BI",
                  "departureFlightScheduleStatus": "DELAYED",
                  "departureGate": "bv",
                  "departureTerminal": "Vw",
                  "departureTime": "2027-04-17T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 3135
                  },
                  "equipment": "260",
                  "estimatedArrivalTime": "1963-08-07T10:18:16.0Z",
                  "estimatedDepartureTime": "1913-05-03T12:38:13.0Z",
                  "flightDuration": 388,
                  "flightNumber": "1",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-02-24T00:00:00.0Z",
                      "departureTime": "2026-10-30T00:00:00.0Z",
                      "duration": 128,
                      "elapsedTime": 246
                    }
                  ],
                  "iatci": false,
                  "id": "3c17d007-d825-46ce-88c3-ca8f9e272a77",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "5760",
                  "span": "DOMESTIC",
                  "status": "ON TIME",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": true,
                  "timeToDeparture": 402
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "PS",
                  "arrivalFlightScheduleStatus": "DELAYED",
                  "arrivalTerminal": "7G",
                  "arrivalTime": "2026-10-31T00:00:00.0Z",
                  "boardingTime": "1914-05-29T12:39:51.0Z",
                  "changeOfGauge": false,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "IN",
                  "departureFlightScheduleStatus": "ON_TIME",
                  "departureGate": "wH",
                  "departureTerminal": "m5",
                  "departureTime": "2027-05-09T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 4011
                  },
                  "equipment": "627",
                  "estimatedArrivalTime": "1896-02-24T04:08:49.0Z",
                  "estimatedDepartureTime": "1943-09-18T15:09:15.0Z",
                  "flightDuration": 95,
                  "flightNumber": "8940",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-11-19T00:00:00.0Z",
                      "departureTime": "2027-01-06T00:00:00.0Z",
                      "duration": 124,
                      "elapsedTime": 108
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-01-30T00:00:00.0Z",
                      "departureTime": "2026-11-21T00:00:00.0Z",
                      "duration": 80,
                      "elapsedTime": 292
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-02-21T00:00:00.0Z",
                      "departureTime": "2027-03-21T00:00:00.0Z",
                      "duration": 37,
                      "elapsedTime": 287
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-03-08T00:00:00.0Z",
                      "departureTime": "2027-06-11T00:00:00.0Z",
                      "duration": 176,
                      "elapsedTime": 265
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-07-14T00:00:00.0Z",
                      "departureTime": "2027-05-22T00:00:00.0Z",
                      "duration": 99,
                      "elapsedTime": 199
                    }
                  ],
                  "iatci": true,
                  "id": "2cbd49e1-be23-45e9-b02e-bbf86bc41a31",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "9",
                  "span": "INTERNATIONAL",
                  "status": "DELAYED",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": true,
                  "timeToDeparture": 739
                }
              ],
              "id": "0b3be3b1-2177-49c2-aebf-fd4d0afa03dc",
              "number": "060",
              "operatingAirlineRecordLocator": "KBSJAK",
              "programIdentifier": "336279",
              "seatStatus": "STANDBY",
              "sequence": 1,
              "status": {
                "code": "XB",
                "value": "STANDBY"
              }
            },
            {
              "applicableTransportationSecurity": [
                "REDRESS",
                "KNOWN_TRAVELER",
                "REDRESS",
                "KNOWN_TRAVELER",
                "KNOWN_TRAVELER"
              ],
              "associationId": 130,
              "baggageCheckInRules": {
                "baggageRouteRequired": false,
                "homePrintedBagTagRestricted": {
                  "message": "Home printing prohibited.",
                  "type": "RESTRICTED"
                },
                "lateCheckIn": false,
                "maxGuaranteedQuantity": 1,
                "maxQuantity": 2,
                "petAllowed": true,
                "reCheckInRequired": {
                  "message": "Customs clearance required.",
                  "reason": "MISSING_BAGGAGE_AGREEMENT"
                }
              },
              "bookingClassUpgradeStatus": {
                "code": "CO",
                "value": "UPGRADED"
              },
              "eligibilities": {
                "eligibility": [
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "MISSING_DOCUMENT",
                        "details": "Y3rCRluWHqavewjFwosP",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "449"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "226"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "981"
                          }
                        ]
                      },
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "gyW4UggsAYaaWk9K4U74",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "795"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "459"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "894"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "413"
                          }
                        ]
                      },
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "slh68nQfCtZmIi4XfQVS",
                        "message": "This flight is not eligible.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "361"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "489"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "872"
                          }
                        ]
                      },
                      {
                        "category": "MISSING_DOCUMENT",
                        "details": "RD8z0vq4R20SFvMDFDFP",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "967"
                          }
                        ]
                      },
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "hQvC3CLMtqTrN6Rz1FNz",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "175"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "680"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "083"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "300"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "866"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "RA6OTNsNxvhkzAO5LqhT",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "076"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "944"
                          }
                        ]
                      },
                      {
                        "category": "MISSING_DOCUMENT",
                        "details": "nwFUeKUMhizEry0hMMtB",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "568"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "908"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "053"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "811"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  }
                ]
              },
              "fareInfo": {
                "amount": 475.82,
                "atpcoRule": "V9Qe",
                "atpcoTariff": 99,
                "bookingClass": "n",
                "brand": "1k",
                "cabinClass": "FIRST",
                "cabinClassCode": "y",
                "discountCategory": "13",
                "fareBasisCode": "eSVRUs",
                "governingAirline": "[ob",
                "id": "257ce37c-f76a-434a-a5be-8aa0f3e647fd",
                "operatingBookingClass": "U",
                "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": "SB",
                  "arrivalFlightScheduleStatus": "CANCELLED",
                  "arrivalTerminal": "55",
                  "arrivalTime": "2026-08-02T00:00:00.0Z",
                  "boardingTime": "1965-02-19T14:14:17.0Z",
                  "changeOfGauge": true,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "BQ",
                  "departureFlightScheduleStatus": "EARLY",
                  "departureGate": "Zu",
                  "departureTerminal": "yp",
                  "departureTime": "2027-04-10T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 1100
                  },
                  "equipment": "284",
                  "estimatedArrivalTime": "1893-08-03T08:04:24.0Z",
                  "estimatedDepartureTime": "1968-11-13T01:53:58.0Z",
                  "flightDuration": 589,
                  "flightNumber": "2836",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-09-20T00:00:00.0Z",
                      "departureTime": "2026-11-01T00:00:00.0Z",
                      "duration": 59,
                      "elapsedTime": 230
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-12-22T00:00:00.0Z",
                      "departureTime": "2026-10-24T00:00:00.0Z",
                      "duration": 113,
                      "elapsedTime": 132
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-05-31T00:00:00.0Z",
                      "departureTime": "2027-05-11T00:00:00.0Z",
                      "duration": 154,
                      "elapsedTime": 283
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-08-11T00:00:00.0Z",
                      "departureTime": "2026-07-13T00:00:00.0Z",
                      "duration": 56,
                      "elapsedTime": 98
                    }
                  ],
                  "iatci": false,
                  "id": "9140010f-bd96-448d-8619-59cc11a34b75",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "646",
                  "span": "DOMESTIC",
                  "status": "CANCELLED",
                  "subjectToGovernmentApproval": false,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": false,
                  "timeToDeparture": 169
                }
              ],
              "id": "1ea6d89c-7db0-46d4-932b-0a55c991338f",
              "number": "376",
              "operatingAirlineRecordLocator": "RRXEVQ",
              "programIdentifier": "955802",
              "seatStatus": "CONFIRMED",
              "sequence": 16,
              "status": {
                "code": "wF",
                "value": "OTHER"
              }
            }
          ],
          "segment": [
            {
              "applicableTransportationSecurity": [
                "KNOWN_TRAVELER",
                "REDRESS",
                "REDRESS",
                "REDRESS"
              ],
              "associationId": 684,
              "baggageCheckInRules": {
                "baggageRouteRequired": false,
                "homePrintedBagTagRestricted": {
                  "message": "Restriction applied.",
                  "type": "RESTRICTED_ON_INTERNATIONAL_FLIGHT"
                },
                "lateCheckIn": true,
                "maxGuaranteedQuantity": 3,
                "maxQuantity": 3,
                "petAllowed": true,
                "reCheckInRequired": {
                  "message": "Re-check required at airport.",
                  "reason": "LEGAL_RESTRICTIONS"
                }
              },
              "bookingClassUpgradeStatus": {
                "code": "PE",
                "value": "OTHER"
              },
              "eligibilities": {
                "eligibility": [
                  {
                    "notEligible": true,
                    "reason": [
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "9fGuPCCgDaLXIJWvYMm1",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "887"
                          }
                        ]
                      },
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "aggiIfudMSh8nPUPP5L8",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "251"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "602"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "980"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "819"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "741"
                          }
                        ]
                      },
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "DxWmGV48rKBRKfmwWEk5",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "058"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": true,
                    "reason": [
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "BN7rjuzWFVI1Z3ZpF5UD",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "224"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "425"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "289"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "431"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  }
                ]
              },
              "fareInfo": {
                "amount": 1554.58,
                "atpcoRule": "AfM6",
                "atpcoTariff": 47,
                "bookingClass": "Y",
                "brand": "6G",
                "cabinClass": "PREMIUM_ECONOMY",
                "cabinClassCode": "f",
                "discountCategory": "67",
                "fareBasisCode": "PgLlUu",
                "governingAirline": "[ob",
                "id": "e259371f-37fb-405e-99d1-cefe6c5d1a06",
                "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": "LT",
                  "arrivalFlightScheduleStatus": "EARLY",
                  "arrivalTerminal": "17",
                  "arrivalTime": "2026-09-29T00:00:00.0Z",
                  "boardingTime": "1968-06-08T23:59:18.0Z",
                  "changeOfGauge": true,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "BG",
                  "departureFlightScheduleStatus": "DELAYED",
                  "departureGate": "6j",
                  "departureTerminal": "2G",
                  "departureTime": "2026-06-24T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 2748
                  },
                  "equipment": "737",
                  "estimatedArrivalTime": "1968-08-07T20:47:47.0Z",
                  "estimatedDepartureTime": "1935-02-26T10:02:26.0Z",
                  "flightDuration": 255,
                  "flightNumber": "8116",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-05-25T00:00:00.0Z",
                      "departureTime": "2027-01-08T00:00:00.0Z",
                      "duration": 168,
                      "elapsedTime": 139
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-09-29T00:00:00.0Z",
                      "departureTime": "2026-11-20T00:00:00.0Z",
                      "duration": 180,
                      "elapsedTime": 252
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-05-04T00:00:00.0Z",
                      "departureTime": "2027-05-18T00:00:00.0Z",
                      "duration": 72,
                      "elapsedTime": 175
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-03-19T00:00:00.0Z",
                      "departureTime": "2026-09-22T00:00:00.0Z",
                      "duration": 113,
                      "elapsedTime": 300
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-09-30T00:00:00.0Z",
                      "departureTime": "2027-02-26T00:00:00.0Z",
                      "duration": 173,
                      "elapsedTime": 231
                    }
                  ],
                  "iatci": true,
                  "id": "6b413def-8822-4fb0-9bd1-08fc5d3c21ca",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "955",
                  "span": "INTERNATIONAL",
                  "status": "ON TIME",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": false,
                  "timeToDeparture": 396
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "LT",
                  "arrivalFlightScheduleStatus": "ON_TIME",
                  "arrivalTerminal": "76",
                  "arrivalTime": "2026-07-12T00:00:00.0Z",
                  "boardingTime": "1902-03-26T19:50:23.0Z",
                  "changeOfGauge": true,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "AM",
                  "departureFlightScheduleStatus": "ON_TIME",
                  "departureGate": "CM",
                  "departureTerminal": "91",
                  "departureTime": "2026-11-29T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 569
                  },
                  "equipment": "085",
                  "estimatedArrivalTime": "1911-09-11T15:07:07.0Z",
                  "estimatedDepartureTime": "1915-01-06T13:05:53.0Z",
                  "flightDuration": 176,
                  "flightNumber": "511",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-11-06T00:00:00.0Z",
                      "departureTime": "2027-06-15T00:00:00.0Z",
                      "duration": 141,
                      "elapsedTime": 127
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-06-02T00:00:00.0Z",
                      "departureTime": "2027-05-24T00:00:00.0Z",
                      "duration": 165,
                      "elapsedTime": 279
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-01-11T00:00:00.0Z",
                      "departureTime": "2026-12-29T00:00:00.0Z",
                      "duration": 34,
                      "elapsedTime": 174
                    }
                  ],
                  "iatci": false,
                  "id": "714995e9-a02e-4552-8383-62a1a033f7b5",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "2497",
                  "span": "INTERNATIONAL",
                  "status": "CANCELLED",
                  "subjectToGovernmentApproval": false,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": false,
                  "timeToDeparture": 603
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "CH",
                  "arrivalFlightScheduleStatus": "DELAYED",
                  "arrivalTerminal": "3A",
                  "arrivalTime": "2027-06-13T00:00:00.0Z",
                  "boardingTime": "1948-06-04T01:39:06.0Z",
                  "changeOfGauge": true,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "MT",
                  "departureFlightScheduleStatus": "ON_TIME",
                  "departureGate": "X4",
                  "departureTerminal": "UE",
                  "departureTime": "2027-06-02T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 261
                  },
                  "equipment": "754",
                  "estimatedArrivalTime": "1914-05-18T07:12:47.0Z",
                  "estimatedDepartureTime": "1912-06-15T06:26:49.0Z",
                  "flightDuration": 381,
                  "flightNumber": "72",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-11-04T00:00:00.0Z",
                      "departureTime": "2026-07-03T00:00:00.0Z",
                      "duration": 103,
                      "elapsedTime": 72
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-05-13T00:00:00.0Z",
                      "departureTime": "2027-06-05T00:00:00.0Z",
                      "duration": 110,
                      "elapsedTime": 104
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-09-30T00:00:00.0Z",
                      "departureTime": "2026-12-11T00:00:00.0Z",
                      "duration": 95,
                      "elapsedTime": 123
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-03-15T00:00:00.0Z",
                      "departureTime": "2027-06-13T00:00:00.0Z",
                      "duration": 143,
                      "elapsedTime": 192
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-01-29T00:00:00.0Z",
                      "departureTime": "2027-04-11T00:00:00.0Z",
                      "duration": 101,
                      "elapsedTime": 199
                    }
                  ],
                  "iatci": false,
                  "id": "1cc19511-8547-48ee-9659-50aa54c90168",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "2",
                  "span": "INTERNATIONAL",
                  "status": "ON TIME",
                  "subjectToGovernmentApproval": false,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": true,
                  "timeToDeparture": 69
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "AG",
                  "arrivalFlightScheduleStatus": "CANCELLED",
                  "arrivalTerminal": "ew",
                  "arrivalTime": "2026-11-20T00:00:00.0Z",
                  "boardingTime": "1920-11-01T01:23:30.0Z",
                  "changeOfGauge": true,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "SM",
                  "departureFlightScheduleStatus": "EARLY",
                  "departureGate": "ia",
                  "departureTerminal": "7Z",
                  "departureTime": "2026-09-01T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 1621
                  },
                  "equipment": "326",
                  "estimatedArrivalTime": "1903-10-28T21:41:24.0Z",
                  "estimatedDepartureTime": "1923-11-04T08:27:48.0Z",
                  "flightDuration": 485,
                  "flightNumber": "29",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-05-24T00:00:00.0Z",
                      "departureTime": "2027-02-10T00:00:00.0Z",
                      "duration": 75,
                      "elapsedTime": 285
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-03-06T00:00:00.0Z",
                      "departureTime": "2026-06-25T00:00:00.0Z",
                      "duration": 118,
                      "elapsedTime": 238
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-10-09T00:00:00.0Z",
                      "departureTime": "2027-04-19T00:00:00.0Z",
                      "duration": 62,
                      "elapsedTime": 270
                    }
                  ],
                  "iatci": false,
                  "id": "31e0436b-e730-463e-9dea-57b4dd3047dc",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "31",
                  "span": "DOMESTIC",
                  "status": "CANCELLED",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": false,
                  "timeToDeparture": 672
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "FM",
                  "arrivalFlightScheduleStatus": "ON_TIME",
                  "arrivalTerminal": "FJ",
                  "arrivalTime": "2026-10-22T00:00:00.0Z",
                  "boardingTime": "1960-07-01T19:55:09.0Z",
                  "changeOfGauge": true,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "BJ",
                  "departureFlightScheduleStatus": "DELAYED",
                  "departureGate": "wP",
                  "departureTerminal": "zc",
                  "departureTime": "2027-06-13T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 3749
                  },
                  "equipment": "053",
                  "estimatedArrivalTime": "1906-01-27T23:09:37.0Z",
                  "estimatedDepartureTime": "1913-05-02T19:42:17.0Z",
                  "flightDuration": 202,
                  "flightNumber": "6566",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-06-20T00:00:00.0Z",
                      "departureTime": "2026-06-23T00:00:00.0Z",
                      "duration": 57,
                      "elapsedTime": 63
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-05-02T00:00:00.0Z",
                      "departureTime": "2027-05-14T00:00:00.0Z",
                      "duration": 65,
                      "elapsedTime": 207
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-11-12T00:00:00.0Z",
                      "departureTime": "2027-03-18T00:00:00.0Z",
                      "duration": 95,
                      "elapsedTime": 241
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-02-26T00:00:00.0Z",
                      "departureTime": "2027-05-09T00:00:00.0Z",
                      "duration": 82,
                      "elapsedTime": 68
                    }
                  ],
                  "iatci": true,
                  "id": "c40b5b04-2633-47bb-b552-5663da47f8e5",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "7",
                  "span": "DOMESTIC",
                  "status": "CANCELLED",
                  "subjectToGovernmentApproval": false,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": false,
                  "timeToDeparture": 201
                }
              ],
              "id": "46dde503-7fd8-4846-8e90-b9634b6e30d5",
              "number": "629",
              "operatingAirlineRecordLocator": "NCFPMX",
              "programIdentifier": "830536",
              "seatStatus": "CONFIRMED",
              "sequence": 15,
              "status": {
                "code": "Qu",
                "value": "CANCELLED"
              }
            },
            {
              "applicableTransportationSecurity": [
                "KNOWN_TRAVELER",
                "KNOWN_TRAVELER"
              ],
              "associationId": 417,
              "baggageCheckInRules": {
                "baggageRouteRequired": true,
                "homePrintedBagTagRestricted": {
                  "message": "Restriction applied.",
                  "type": "RESTRICTED_ON_GIVEN_AIRPORT"
                },
                "lateCheckIn": true,
                "maxGuaranteedQuantity": 1,
                "maxQuantity": 5,
                "petAllowed": false,
                "reCheckInRequired": {
                  "message": "Re-check required at airport.",
                  "reason": "LEGAL_RESTRICTIONS"
                }
              },
              "bookingClassUpgradeStatus": {
                "code": "OT",
                "value": "WAITLISTED"
              },
              "eligibilities": {
                "eligibility": [
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "MOXOp5zFPSASWGPr2BM9",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "023"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "434"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "154"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "852"
                          }
                        ]
                      },
                      {
                        "category": "MISSING_DOCUMENT",
                        "details": "v8vTu35ZYq0FmUmtKJe3",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "628"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "854"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "385"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "838"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "rrLGYcWT1ehnXHT9iNbp",
                        "message": "This flight is not eligible.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "894"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "893"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "310"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "096"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "429"
                          }
                        ]
                      },
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "p6DcT3TYBPQzfTHO14OH",
                        "message": "This flight is not eligible.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "236"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "398"
                          }
                        ]
                      },
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "iPIqpgo3LpNzire4gTRw",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "682"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "75sWpSMGXngMIyIPpAFY",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "315"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "558"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "469"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "544"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "255"
                          }
                        ]
                      },
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "h9KtgrWXEH2uGQZv63yD",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "220"
                          }
                        ]
                      },
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "fdMYlUn8h3pFc3h9uIiI",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "253"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "087"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "163"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "388"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "WODIvwePG2wnvJofqEgs",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "630"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "150"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "258"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  }
                ]
              },
              "fareInfo": {
                "amount": 1602.19,
                "atpcoRule": "SFgK",
                "atpcoTariff": 57,
                "bookingClass": "g",
                "brand": "RS",
                "cabinClass": "BUSINESS",
                "cabinClassCode": "f",
                "discountCategory": "90",
                "fareBasisCode": "oBf4M6",
                "governingAirline": "[ob",
                "id": "a57090c2-61a1-413b-8a12-3b38d23ca46c",
                "operatingBookingClass": "t",
                "privateTariff": true,
                "type": "NLX",
                "vendor": {
                  "code": "SITA",
                  "value": "SABRE_MYFARES_SUBSCRIBERS"
                }
              },
              "flightDetail": [
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "KH",
                  "arrivalFlightScheduleStatus": "DELAYED",
                  "arrivalTerminal": "2G",
                  "arrivalTime": "2026-10-01T00:00:00.0Z",
                  "boardingTime": "1900-12-10T01:27:10.0Z",
                  "changeOfGauge": true,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "VE",
                  "departureFlightScheduleStatus": "CANCELLED",
                  "departureGate": "UH",
                  "departureTerminal": "Km",
                  "departureTime": "2027-04-09T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 3975
                  },
                  "equipment": "743",
                  "estimatedArrivalTime": "1954-07-07T15:24:40.0Z",
                  "estimatedDepartureTime": "1931-04-23T05:58:47.0Z",
                  "flightDuration": 287,
                  "flightNumber": "84",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-09-18T00:00:00.0Z",
                      "departureTime": "2027-05-25T00:00:00.0Z",
                      "duration": 99,
                      "elapsedTime": 178
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-02-21T00:00:00.0Z",
                      "departureTime": "2026-07-11T00:00:00.0Z",
                      "duration": 168,
                      "elapsedTime": 166
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-07-01T00:00:00.0Z",
                      "departureTime": "2026-08-06T00:00:00.0Z",
                      "duration": 43,
                      "elapsedTime": 268
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-06-07T00:00:00.0Z",
                      "departureTime": "2026-11-16T00:00:00.0Z",
                      "duration": 43,
                      "elapsedTime": 73
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-06-25T00:00:00.0Z",
                      "departureTime": "2026-06-24T00:00:00.0Z",
                      "duration": 71,
                      "elapsedTime": 163
                    }
                  ],
                  "iatci": true,
                  "id": "32fcaaec-2964-486b-a42c-78c2b2fb7b12",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "8",
                  "span": "DOMESTIC",
                  "status": "ON TIME",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": false,
                  "timeToDeparture": 662
                }
              ],
              "id": "ed1db4b3-cbdf-4b25-869e-94bcd4001796",
              "number": "773",
              "operatingAirlineRecordLocator": "GQSZFY",
              "programIdentifier": "333528",
              "seatStatus": "STANDBY",
              "sequence": 13,
              "status": {
                "code": "pK",
                "value": "CANCELLED"
              }
            }
          ],
          "type": "OUTBOUND"
        },
        {
          "alternativeSegment": [
            {
              "applicableTransportationSecurity": [
                "REDRESS",
                "REDRESS"
              ],
              "associationId": 851,
              "baggageCheckInRules": {
                "baggageRouteRequired": true,
                "homePrintedBagTagRestricted": {
                  "message": "Home printing prohibited.",
                  "type": "RESTRICTED_ON_INTERLINE_FLIGHT"
                },
                "lateCheckIn": false,
                "maxGuaranteedQuantity": 1,
                "maxQuantity": 5,
                "petAllowed": false,
                "reCheckInRequired": {
                  "message": "Customs clearance required.",
                  "reason": "LEGAL_RESTRICTIONS"
                }
              },
              "bookingClassUpgradeStatus": {
                "code": "PE",
                "value": "REJECTED"
              },
              "eligibilities": {
                "eligibility": [
                  {
                    "notEligible": true,
                    "reason": [
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "IUvq1FGyYAf2o0j6Ai0V",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "959"
                          }
                        ]
                      },
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "LtHE1Zen6Q0YKeJPrCTR",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "535"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "613"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "850"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "684"
                          }
                        ]
                      },
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "8CFGb5UZJsxQo5QapUgE",
                        "message": "This flight is not eligible.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "160"
                          }
                        ]
                      },
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "rYVaktzvJooQ6GPgWJbi",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "673"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "631"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  }
                ]
              },
              "fareInfo": {
                "amount": 991.38,
                "atpcoRule": "6SQi",
                "atpcoTariff": 25,
                "bookingClass": "R",
                "brand": "nQ",
                "cabinClass": "ECONOMY",
                "cabinClassCode": "M",
                "discountCategory": "33",
                "fareBasisCode": "YWZbIp",
                "governingAirline": "[ob",
                "id": "4e2dae8a-4fe2-4edc-bc52-285a8c5b941c",
                "operatingBookingClass": "s",
                "privateTariff": true,
                "type": "REF",
                "vendor": {
                  "code": "ATP",
                  "value": "SITA"
                }
              },
              "flightDetail": [
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "FJ",
                  "arrivalFlightScheduleStatus": "CANCELLED",
                  "arrivalTerminal": "xT",
                  "arrivalTime": "2026-06-25T00:00:00.0Z",
                  "boardingTime": "1961-03-28T07:30:18.0Z",
                  "changeOfGauge": true,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "PY",
                  "departureFlightScheduleStatus": "ON_TIME",
                  "departureGate": "Ny",
                  "departureTerminal": "Vg",
                  "departureTime": "2027-03-11T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 4307
                  },
                  "equipment": "923",
                  "estimatedArrivalTime": "1949-09-18T18:36:13.0Z",
                  "estimatedDepartureTime": "1939-12-06T01:26:30.0Z",
                  "flightDuration": 187,
                  "flightNumber": "61",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-06-28T00:00:00.0Z",
                      "departureTime": "2026-11-17T00:00:00.0Z",
                      "duration": 52,
                      "elapsedTime": 114
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-09-02T00:00:00.0Z",
                      "departureTime": "2026-11-01T00:00:00.0Z",
                      "duration": 100,
                      "elapsedTime": 84
                    }
                  ],
                  "iatci": false,
                  "id": "3bbcf02b-6e66-4668-8b9b-1ef751c5e181",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "8815",
                  "span": "INTERNATIONAL",
                  "status": "CANCELLED",
                  "subjectToGovernmentApproval": false,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": true,
                  "timeToDeparture": 986
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "CX",
                  "arrivalFlightScheduleStatus": "EARLY",
                  "arrivalTerminal": "6K",
                  "arrivalTime": "2027-01-01T00:00:00.0Z",
                  "boardingTime": "1912-08-14T07:16:14.0Z",
                  "changeOfGauge": true,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "LB",
                  "departureFlightScheduleStatus": "ON_TIME",
                  "departureGate": "tY",
                  "departureTerminal": "I2",
                  "departureTime": "2027-03-10T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 4705
                  },
                  "equipment": "979",
                  "estimatedArrivalTime": "1936-05-02T02:01:53.0Z",
                  "estimatedDepartureTime": "1922-09-20T08:09:03.0Z",
                  "flightDuration": 599,
                  "flightNumber": "1",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-06-11T00:00:00.0Z",
                      "departureTime": "2027-03-09T00:00:00.0Z",
                      "duration": 30,
                      "elapsedTime": 272
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-07-08T00:00:00.0Z",
                      "departureTime": "2027-03-25T00:00:00.0Z",
                      "duration": 68,
                      "elapsedTime": 85
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-12-27T00:00:00.0Z",
                      "departureTime": "2026-08-07T00:00:00.0Z",
                      "duration": 89,
                      "elapsedTime": 243
                    }
                  ],
                  "iatci": true,
                  "id": "d22121d8-00b9-469e-9769-be5667666010",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "8",
                  "span": "DOMESTIC",
                  "status": "DELAYED",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": true,
                  "timeToDeparture": 467
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "BI",
                  "arrivalFlightScheduleStatus": "DELAYED",
                  "arrivalTerminal": "ON",
                  "arrivalTime": "2026-10-09T00:00:00.0Z",
                  "boardingTime": "1958-03-25T15:52:09.0Z",
                  "changeOfGauge": false,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "HT",
                  "departureFlightScheduleStatus": "EARLY",
                  "departureGate": "us",
                  "departureTerminal": "GS",
                  "departureTime": "2026-09-28T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 1024
                  },
                  "equipment": "916",
                  "estimatedArrivalTime": "1915-07-23T03:28:05.0Z",
                  "estimatedDepartureTime": "1905-04-22T23:17:47.0Z",
                  "flightDuration": 248,
                  "flightNumber": "4575",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-04-11T00:00:00.0Z",
                      "departureTime": "2026-08-22T00:00:00.0Z",
                      "duration": 71,
                      "elapsedTime": 182
                    }
                  ],
                  "iatci": false,
                  "id": "ff312cb6-33cc-4963-8e8f-3f32e2a7f96f",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "15",
                  "span": "DOMESTIC",
                  "status": "CANCELLED",
                  "subjectToGovernmentApproval": false,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": false,
                  "timeToDeparture": 371
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "TF",
                  "arrivalFlightScheduleStatus": "DELAYED",
                  "arrivalTerminal": "ZY",
                  "arrivalTime": "2026-10-10T00:00:00.0Z",
                  "boardingTime": "1933-03-29T22:10:01.0Z",
                  "changeOfGauge": false,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "PK",
                  "departureFlightScheduleStatus": "ON_TIME",
                  "departureGate": "8d",
                  "departureTerminal": "gt",
                  "departureTime": "2027-01-24T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 1419
                  },
                  "equipment": "448",
                  "estimatedArrivalTime": "1922-02-20T02:54:52.0Z",
                  "estimatedDepartureTime": "1929-11-13T02:08:04.0Z",
                  "flightDuration": 67,
                  "flightNumber": "24",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-11-20T00:00:00.0Z",
                      "departureTime": "2027-02-17T00:00:00.0Z",
                      "duration": 86,
                      "elapsedTime": 84
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-08-22T00:00:00.0Z",
                      "departureTime": "2026-11-26T00:00:00.0Z",
                      "duration": 69,
                      "elapsedTime": 298
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-04-26T00:00:00.0Z",
                      "departureTime": "2026-12-14T00:00:00.0Z",
                      "duration": 103,
                      "elapsedTime": 156
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-06-07T00:00:00.0Z",
                      "departureTime": "2027-04-19T00:00:00.0Z",
                      "duration": 173,
                      "elapsedTime": 140
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-07-19T00:00:00.0Z",
                      "departureTime": "2027-02-25T00:00:00.0Z",
                      "duration": 49,
                      "elapsedTime": 87
                    }
                  ],
                  "iatci": true,
                  "id": "7d4d5b40-7942-4900-a9c4-cc17e941c8ff",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "4",
                  "span": "DOMESTIC",
                  "status": "CANCELLED",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": false,
                  "timeToDeparture": 461
                }
              ],
              "id": "5c16c954-de81-4dd7-b3b3-6b12677fa372",
              "number": "306",
              "operatingAirlineRecordLocator": "RNFSMW",
              "priorityListPassengerIds": {
                "0": "id01",
                "1": "id02"
              },
              "programIdentifier": "479206",
              "seatStatus": "CONFIRMED",
              "segmentRefs": {
                "0": "id01",
                "1": "id02"
              },
              "sequence": 14,
              "status": {
                "code": "FC",
                "value": "ON_HOLD"
              }
            }
          ],
          "eligibilities": {
            "eligibility": [
              {
                "notEligible": false,
                "reason": [
                  {
                    "category": "BOOKING_CANCELLED",
                    "details": "IVIaBT0OyqdsjqxE7hln",
                    "message": "This flight is not eligible.",
                    "property": [
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "797"
                      },
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "568"
                      },
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "057"
                      },
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "137"
                      }
                    ]
                  },
                  {
                    "category": "MISSING_DOCUMENT",
                    "details": "H7FGPvRqd6cPvgjz62db",
                    "message": "Required travel document is missing.",
                    "property": [
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "756"
                      }
                    ]
                  }
                ],
                "type": "CHECK_IN"
              },
              {
                "notEligible": false,
                "reason": [
                  {
                    "category": "TOO_EARLY_FOR_CHECK_IN",
                    "details": "wv9zcHxFcnvq4UEUTjqa",
                    "message": "Required travel document is missing.",
                    "property": [
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "770"
                      },
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "245"
                      }
                    ]
                  },
                  {
                    "category": "INVALID_FLIGHT",
                    "details": "vRziBbPpX0bmIJxAQ8G2",
                    "message": "Booking has been cancelled.",
                    "property": [
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "759"
                      },
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "589"
                      },
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "275"
                      }
                    ]
                  }
                ],
                "type": "CHECK_IN"
              },
              {
                "notEligible": false,
                "reason": [
                  {
                    "category": "INVALID_FLIGHT",
                    "details": "1G1KnRSG4HR8fQ7168JL",
                    "message": "It is too early for check-in.",
                    "property": [
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "051"
                      },
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "049"
                      }
                    ]
                  }
                ],
                "type": "CHECK_IN"
              },
              {
                "notEligible": false,
                "reason": [
                  {
                    "category": "BOOKING_CANCELLED",
                    "details": "VGGYiqWhabm5tJTzHC2Z",
                    "message": "Booking has been cancelled.",
                    "property": [
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "050"
                      },
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "166"
                      },
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "317"
                      },
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "133"
                      },
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "551"
                      }
                    ]
                  },
                  {
                    "category": "INSUFFICIENT_FUNDS",
                    "details": "RDDKaJKeyWW9HAV2C389",
                    "message": "Payment processing failed.",
                    "property": [
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "806"
                      },
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "052"
                      }
                    ]
                  },
                  {
                    "category": "BOOKING_CANCELLED",
                    "details": "aP1gLrJUy1WU4s53FQKD",
                    "message": "Payment processing failed.",
                    "property": [
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "128"
                      },
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "968"
                      }
                    ]
                  },
                  {
                    "category": "INVALID_FLIGHT",
                    "details": "ga1yrmmGNRYvESWB56Qc",
                    "message": "Payment processing failed.",
                    "property": [
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "801"
                      },
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "619"
                      },
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "591"
                      }
                    ]
                  },
                  {
                    "category": "INVALID_FLIGHT",
                    "details": "ZCwaFiVfrw6ywmtqzKRs",
                    "message": "Required travel document is missing.",
                    "property": [
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "898"
                      },
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "726"
                      },
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "034"
                      },
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "312"
                      },
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "455"
                      }
                    ]
                  }
                ],
                "type": "CHECK_IN"
              }
            ]
          },
          "id": "bfd40b90-c4c7-401e-94bc-47d3e50c4b71",
          "marriageGroup": [
            {
              "segmentRefs": [
                "id01",
                "id02"
              ]
            },
            {
              "segmentRefs": [
                "id01",
                "id02"
              ]
            },
            {
              "segmentRefs": [
                "id01",
                "id02"
              ]
            },
            {
              "segmentRefs": [
                "id01",
                "id02"
              ]
            }
          ],
          "pastSegment": [
            {
              "applicableTransportationSecurity": [
                "KNOWN_TRAVELER",
                "KNOWN_TRAVELER",
                "REDRESS"
              ],
              "associationId": 712,
              "baggageCheckInRules": {
                "baggageRouteRequired": false,
                "homePrintedBagTagRestricted": {
                  "message": "Restriction applied.",
                  "type": "RESTRICTED_ON_GIVEN_AIRPORT"
                },
                "lateCheckIn": true,
                "maxGuaranteedQuantity": 2,
                "maxQuantity": 2,
                "petAllowed": false,
                "reCheckInRequired": {
                  "message": "Customs clearance required.",
                  "reason": "MISSING_BAGGAGE_AGREEMENT"
                }
              },
              "bookingClassUpgradeStatus": {
                "code": "PE",
                "value": "OTHER"
              },
              "eligibilities": {
                "eligibility": [
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "vys2BCmSFNIGa46BYG25",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "726"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "596"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "257"
                          }
                        ]
                      },
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "00bGeQLOopnMKF7Y1d3U",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "031"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "963"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  }
                ]
              },
              "fareInfo": {
                "amount": 528.99,
                "atpcoRule": "UUSz",
                "atpcoTariff": 5,
                "bookingClass": "u",
                "brand": "Ol",
                "cabinClass": "BUSINESS",
                "cabinClassCode": "Z",
                "discountCategory": "55",
                "fareBasisCode": "57BasQ",
                "governingAirline": "[ob",
                "id": "55c7957a-3244-4eb7-aef1-ce8602767adf",
                "operatingBookingClass": "s",
                "privateTariff": false,
                "type": "REF",
                "vendor": {
                  "code": "SMFC",
                  "value": "SABRE_MYFARES_SUBSCRIBERS"
                }
              },
              "flightDetail": [
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "LB",
                  "arrivalFlightScheduleStatus": "CANCELLED",
                  "arrivalTerminal": "vz",
                  "arrivalTime": "2026-10-04T00:00:00.0Z",
                  "boardingTime": "1952-11-07T15:47:07.0Z",
                  "changeOfGauge": false,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "BS",
                  "departureFlightScheduleStatus": "CANCELLED",
                  "departureGate": "Lb",
                  "departureTerminal": "w3",
                  "departureTime": "2027-02-26T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 3408
                  },
                  "equipment": "491",
                  "estimatedArrivalTime": "1963-04-05T21:38:53.0Z",
                  "estimatedDepartureTime": "1910-11-30T05:22:43.0Z",
                  "flightDuration": 307,
                  "flightNumber": "8099",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-03-08T00:00:00.0Z",
                      "departureTime": "2026-12-10T00:00:00.0Z",
                      "duration": 47,
                      "elapsedTime": 239
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-07-28T00:00:00.0Z",
                      "departureTime": "2027-03-04T00:00:00.0Z",
                      "duration": 131,
                      "elapsedTime": 116
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-03-08T00:00:00.0Z",
                      "departureTime": "2026-08-17T00:00:00.0Z",
                      "duration": 163,
                      "elapsedTime": 268
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-11-02T00:00:00.0Z",
                      "departureTime": "2026-10-10T00:00:00.0Z",
                      "duration": 122,
                      "elapsedTime": 225
                    }
                  ],
                  "iatci": false,
                  "id": "888b7311-46ea-4d15-9563-a587ec00ca64",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "5832",
                  "span": "INTERNATIONAL",
                  "status": "CANCELLED",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": false,
                  "timeToDeparture": 961
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "PL",
                  "arrivalFlightScheduleStatus": "DELAYED",
                  "arrivalTerminal": "xu",
                  "arrivalTime": "2027-03-04T00:00:00.0Z",
                  "boardingTime": "1962-04-05T01:29:38.0Z",
                  "changeOfGauge": false,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "ER",
                  "departureFlightScheduleStatus": "ON_TIME",
                  "departureGate": "Rt",
                  "departureTerminal": "eD",
                  "departureTime": "2026-12-15T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 2468
                  },
                  "equipment": "723",
                  "estimatedArrivalTime": "1930-03-03T05:10:50.0Z",
                  "estimatedDepartureTime": "1900-03-14T18:34:48.0Z",
                  "flightDuration": 372,
                  "flightNumber": "804",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-03-28T00:00:00.0Z",
                      "departureTime": "2027-01-13T00:00:00.0Z",
                      "duration": 90,
                      "elapsedTime": 181
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-03-27T00:00:00.0Z",
                      "departureTime": "2026-08-21T00:00:00.0Z",
                      "duration": 48,
                      "elapsedTime": 185
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-02-28T00:00:00.0Z",
                      "departureTime": "2026-10-06T00:00:00.0Z",
                      "duration": 169,
                      "elapsedTime": 192
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-12-09T00:00:00.0Z",
                      "departureTime": "2026-12-04T00:00:00.0Z",
                      "duration": 34,
                      "elapsedTime": 101
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-07-13T00:00:00.0Z",
                      "departureTime": "2026-09-13T00:00:00.0Z",
                      "duration": 143,
                      "elapsedTime": 283
                    }
                  ],
                  "iatci": true,
                  "id": "dd20c8d7-73b8-4178-8989-19216ac8f911",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "9",
                  "span": "INTERNATIONAL",
                  "status": "CANCELLED",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": false,
                  "timeToDeparture": 100
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "CA",
                  "arrivalFlightScheduleStatus": "DELAYED",
                  "arrivalTerminal": "UD",
                  "arrivalTime": "2027-05-26T00:00:00.0Z",
                  "boardingTime": "1960-03-05T05:52:21.0Z",
                  "changeOfGauge": false,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "NC",
                  "departureFlightScheduleStatus": "EARLY",
                  "departureGate": "qX",
                  "departureTerminal": "Nn",
                  "departureTime": "2027-04-25T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 539
                  },
                  "equipment": "346",
                  "estimatedArrivalTime": "1925-03-17T12:41:01.0Z",
                  "estimatedDepartureTime": "1952-09-11T01:17:24.0Z",
                  "flightDuration": 507,
                  "flightNumber": "98",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-12-28T00:00:00.0Z",
                      "departureTime": "2026-07-22T00:00:00.0Z",
                      "duration": 112,
                      "elapsedTime": 234
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-06-08T00:00:00.0Z",
                      "departureTime": "2027-06-13T00:00:00.0Z",
                      "duration": 55,
                      "elapsedTime": 235
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-10-01T00:00:00.0Z",
                      "departureTime": "2027-01-17T00:00:00.0Z",
                      "duration": 151,
                      "elapsedTime": 125
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-01-12T00:00:00.0Z",
                      "departureTime": "2026-07-02T00:00:00.0Z",
                      "duration": 80,
                      "elapsedTime": 224
                    }
                  ],
                  "iatci": false,
                  "id": "4f194337-2036-44d8-b3ea-c976af723664",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "818",
                  "span": "DOMESTIC",
                  "status": "CANCELLED",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": false,
                  "timeToDeparture": 732
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "BD",
                  "arrivalFlightScheduleStatus": "ON_TIME",
                  "arrivalTerminal": "Fs",
                  "arrivalTime": "2026-12-24T00:00:00.0Z",
                  "boardingTime": "1941-12-29T22:43:52.0Z",
                  "changeOfGauge": false,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "NO",
                  "departureFlightScheduleStatus": "EARLY",
                  "departureGate": "Fe",
                  "departureTerminal": "TF",
                  "departureTime": "2026-09-30T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 2684
                  },
                  "equipment": "461",
                  "estimatedArrivalTime": "1933-05-14T14:08:58.0Z",
                  "estimatedDepartureTime": "1955-10-05T02:29:30.0Z",
                  "flightDuration": 497,
                  "flightNumber": "8917",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-06-01T00:00:00.0Z",
                      "departureTime": "2027-02-28T00:00:00.0Z",
                      "duration": 127,
                      "elapsedTime": 202
                    }
                  ],
                  "iatci": true,
                  "id": "ff67218c-ddfc-4a4a-b7e7-83abc549805f",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "4709",
                  "span": "DOMESTIC",
                  "status": "DELAYED",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": true,
                  "timeToDeparture": 287
                }
              ],
              "id": "cea31a40-86ad-4c31-aeb9-590aef7c471f",
              "number": "893",
              "operatingAirlineRecordLocator": "XPCGZG",
              "programIdentifier": "505719",
              "seatStatus": "STANDBY",
              "sequence": 3,
              "status": {
                "code": "Qa",
                "value": "STANDBY"
              }
            },
            {
              "applicableTransportationSecurity": [
                "KNOWN_TRAVELER"
              ],
              "associationId": 231,
              "baggageCheckInRules": {
                "baggageRouteRequired": true,
                "homePrintedBagTagRestricted": {
                  "message": "Home printing prohibited.",
                  "type": "RESTRICTED_ON_INTERLINE_FLIGHT"
                },
                "lateCheckIn": true,
                "maxGuaranteedQuantity": 3,
                "maxQuantity": 5,
                "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": "ZraJJz78yndG5bvhm79m",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "372"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "757"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "559"
                          }
                        ]
                      },
                      {
                        "category": "MISSING_DOCUMENT",
                        "details": "2VMi7YFSo7nzZe4cqgJG",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "526"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "161"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "983"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "402"
                          }
                        ]
                      },
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "9i93DOcNaRz3h9b1EkEL",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "143"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "784"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "554"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "am4do6vNIPdaDTdjcDUP",
                        "message": "This flight is not eligible.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "674"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "988"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  }
                ]
              },
              "fareInfo": {
                "amount": 708.61,
                "atpcoRule": "k62M",
                "atpcoTariff": 61,
                "bookingClass": "B",
                "brand": "G5",
                "cabinClass": "PREMIUM_ECONOMY",
                "cabinClassCode": "c",
                "discountCategory": "14",
                "fareBasisCode": "x6HjgR",
                "governingAirline": "[ob",
                "id": "f5ee7988-f8ef-476b-b9fe-33d220491e5a",
                "operatingBookingClass": "j",
                "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": "SB",
                  "arrivalFlightScheduleStatus": "DELAYED",
                  "arrivalTerminal": "kz",
                  "arrivalTime": "2026-12-18T00:00:00.0Z",
                  "boardingTime": "1890-03-12T17:56:18.0Z",
                  "changeOfGauge": false,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "BR",
                  "departureFlightScheduleStatus": "DELAYED",
                  "departureGate": "0z",
                  "departureTerminal": "Cf",
                  "departureTime": "2027-04-06T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 3371
                  },
                  "equipment": "265",
                  "estimatedArrivalTime": "1935-11-24T08:12:36.0Z",
                  "estimatedDepartureTime": "1904-09-18T10:57:40.0Z",
                  "flightDuration": 470,
                  "flightNumber": "30",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-07-26T00:00:00.0Z",
                      "departureTime": "2026-09-12T00:00:00.0Z",
                      "duration": 98,
                      "elapsedTime": 76
                    }
                  ],
                  "iatci": false,
                  "id": "99309c37-5d14-475e-abc2-d526ee87f90f",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "3",
                  "span": "INTERNATIONAL",
                  "status": "DELAYED",
                  "subjectToGovernmentApproval": false,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": true,
                  "timeToDeparture": 171
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "NL",
                  "arrivalFlightScheduleStatus": "DELAYED",
                  "arrivalTerminal": "Z5",
                  "arrivalTime": "2027-01-11T00:00:00.0Z",
                  "boardingTime": "1915-11-27T14:17:44.0Z",
                  "changeOfGauge": true,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "BO",
                  "departureFlightScheduleStatus": "ON_TIME",
                  "departureGate": "h1",
                  "departureTerminal": "Jk",
                  "departureTime": "2026-09-27T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 4673
                  },
                  "equipment": "435",
                  "estimatedArrivalTime": "1960-09-10T19:53:40.0Z",
                  "estimatedDepartureTime": "1890-05-03T02:33:32.0Z",
                  "flightDuration": 548,
                  "flightNumber": "7",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-12-07T00:00:00.0Z",
                      "departureTime": "2027-04-05T00:00:00.0Z",
                      "duration": 76,
                      "elapsedTime": 79
                    }
                  ],
                  "iatci": false,
                  "id": "cc040daf-e70e-44d2-ad16-47fe75c3d331",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "33",
                  "span": "DOMESTIC",
                  "status": "DELAYED",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": false,
                  "timeToDeparture": 234
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "JO",
                  "arrivalFlightScheduleStatus": "CANCELLED",
                  "arrivalTerminal": "ot",
                  "arrivalTime": "2026-10-06T00:00:00.0Z",
                  "boardingTime": "1961-06-27T09:51:43.0Z",
                  "changeOfGauge": true,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "OM",
                  "departureFlightScheduleStatus": "EARLY",
                  "departureGate": "BZ",
                  "departureTerminal": "PY",
                  "departureTime": "2027-05-19T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 571
                  },
                  "equipment": "066",
                  "estimatedArrivalTime": "1906-02-07T03:10:19.0Z",
                  "estimatedDepartureTime": "1926-08-09T22:36:02.0Z",
                  "flightDuration": 120,
                  "flightNumber": "2683",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-08-29T00:00:00.0Z",
                      "departureTime": "2026-08-06T00:00:00.0Z",
                      "duration": 120,
                      "elapsedTime": 90
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-09-14T00:00:00.0Z",
                      "departureTime": "2027-06-05T00:00:00.0Z",
                      "duration": 31,
                      "elapsedTime": 243
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-12-31T00:00:00.0Z",
                      "departureTime": "2027-04-15T00:00:00.0Z",
                      "duration": 161,
                      "elapsedTime": 256
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-10-23T00:00:00.0Z",
                      "departureTime": "2026-12-08T00:00:00.0Z",
                      "duration": 162,
                      "elapsedTime": 139
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-03-29T00:00:00.0Z",
                      "departureTime": "2027-03-31T00:00:00.0Z",
                      "duration": 140,
                      "elapsedTime": 106
                    }
                  ],
                  "iatci": true,
                  "id": "510c15ee-5da0-4cb8-bd87-5cbf4d24cea1",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "712",
                  "span": "DOMESTIC",
                  "status": "DELAYED",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": true,
                  "timeToDeparture": 448
                }
              ],
              "id": "73b5f8c3-310b-4cc4-bd07-3fdbc16bc54b",
              "number": "807",
              "operatingAirlineRecordLocator": "SQTTUF",
              "programIdentifier": "871952",
              "seatStatus": "STANDBY",
              "sequence": 13,
              "status": {
                "code": "xP",
                "value": "NEED_NEED"
              }
            },
            {
              "applicableTransportationSecurity": [
                "KNOWN_TRAVELER",
                "REDRESS",
                "REDRESS",
                "KNOWN_TRAVELER"
              ],
              "associationId": 325,
              "baggageCheckInRules": {
                "baggageRouteRequired": true,
                "homePrintedBagTagRestricted": {
                  "message": "Restriction applied.",
                  "type": "RESTRICTED_ON_INTERNATIONAL_FLIGHT"
                },
                "lateCheckIn": false,
                "maxGuaranteedQuantity": 3,
                "maxQuantity": 3,
                "petAllowed": false,
                "reCheckInRequired": {
                  "message": "Re-check required at airport.",
                  "reason": "MISSING_BAGGAGE_AGREEMENT"
                }
              },
              "bookingClassUpgradeStatus": {
                "code": "OT",
                "value": "UPGRADED"
              },
              "eligibilities": {
                "eligibility": [
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "mgL85fHwcEwWy40vtoP1",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "423"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "855"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "232"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "789"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "952"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  }
                ]
              },
              "fareInfo": {
                "amount": 1178.37,
                "atpcoRule": "2bMw",
                "atpcoTariff": 44,
                "bookingClass": "a",
                "brand": "sf",
                "cabinClass": "PREMIUM_ECONOMY",
                "cabinClassCode": "W",
                "discountCategory": "48",
                "fareBasisCode": "iocIpC",
                "governingAirline": "[ob",
                "id": "2f021be2-7fdf-4958-b2f2-eb5c5205ad1a",
                "operatingBookingClass": "C",
                "privateTariff": false,
                "type": "REF",
                "vendor": {
                  "code": "SMFC",
                  "value": "SITA"
                }
              },
              "flightDetail": [
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "KR",
                  "arrivalFlightScheduleStatus": "DELAYED",
                  "arrivalTerminal": "Bw",
                  "arrivalTime": "2026-12-29T00:00:00.0Z",
                  "boardingTime": "1944-12-07T18:14:57.0Z",
                  "changeOfGauge": true,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "CU",
                  "departureFlightScheduleStatus": "CANCELLED",
                  "departureGate": "YE",
                  "departureTerminal": "TY",
                  "departureTime": "2027-03-12T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 4560
                  },
                  "equipment": "581",
                  "estimatedArrivalTime": "1963-04-28T02:40:26.0Z",
                  "estimatedDepartureTime": "1890-10-18T14:17:47.0Z",
                  "flightDuration": 387,
                  "flightNumber": "782",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-07-08T00:00:00.0Z",
                      "departureTime": "2026-09-25T00:00:00.0Z",
                      "duration": 38,
                      "elapsedTime": 186
                    }
                  ],
                  "iatci": false,
                  "id": "bc6b602c-be74-49b5-b000-774529f3b4ad",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "6279",
                  "span": "INTERNATIONAL",
                  "status": "CANCELLED",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": true,
                  "timeToDeparture": 256
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "IS",
                  "arrivalFlightScheduleStatus": "EARLY",
                  "arrivalTerminal": "9K",
                  "arrivalTime": "2027-05-09T00:00:00.0Z",
                  "boardingTime": "1938-09-14T09:13:17.0Z",
                  "changeOfGauge": false,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "WF",
                  "departureFlightScheduleStatus": "ON_TIME",
                  "departureGate": "Od",
                  "departureTerminal": "Xs",
                  "departureTime": "2027-01-26T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 4270
                  },
                  "equipment": "179",
                  "estimatedArrivalTime": "1915-11-02T06:13:56.0Z",
                  "estimatedDepartureTime": "1966-04-28T10:52:37.0Z",
                  "flightDuration": 173,
                  "flightNumber": "802",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-03-03T00:00:00.0Z",
                      "departureTime": "2027-01-10T00:00:00.0Z",
                      "duration": 124,
                      "elapsedTime": 182
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-01-04T00:00:00.0Z",
                      "departureTime": "2026-07-20T00:00:00.0Z",
                      "duration": 78,
                      "elapsedTime": 60
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-11-03T00:00:00.0Z",
                      "departureTime": "2026-11-23T00:00:00.0Z",
                      "duration": 94,
                      "elapsedTime": 136
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-10-03T00:00:00.0Z",
                      "departureTime": "2027-03-10T00:00:00.0Z",
                      "duration": 131,
                      "elapsedTime": 65
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-01-05T00:00:00.0Z",
                      "departureTime": "2027-06-07T00:00:00.0Z",
                      "duration": 116,
                      "elapsedTime": 100
                    }
                  ],
                  "iatci": false,
                  "id": "4887be0d-9998-46d6-9f3d-091a0515a7aa",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "9",
                  "span": "INTERNATIONAL",
                  "status": "CANCELLED",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": false,
                  "timeToDeparture": 832
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "TG",
                  "arrivalFlightScheduleStatus": "CANCELLED",
                  "arrivalTerminal": "7n",
                  "arrivalTime": "2027-02-08T00:00:00.0Z",
                  "boardingTime": "1956-09-08T14:25:03.0Z",
                  "changeOfGauge": false,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "BG",
                  "departureFlightScheduleStatus": "CANCELLED",
                  "departureGate": "7c",
                  "departureTerminal": "aL",
                  "departureTime": "2026-10-22T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 1489
                  },
                  "equipment": "331",
                  "estimatedArrivalTime": "1909-10-11T16:47:33.0Z",
                  "estimatedDepartureTime": "1930-01-09T01:12:17.0Z",
                  "flightDuration": 587,
                  "flightNumber": "2483",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-12-14T00:00:00.0Z",
                      "departureTime": "2027-03-05T00:00:00.0Z",
                      "duration": 63,
                      "elapsedTime": 207
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-06-07T00:00:00.0Z",
                      "departureTime": "2026-09-25T00:00:00.0Z",
                      "duration": 147,
                      "elapsedTime": 61
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-05-12T00:00:00.0Z",
                      "departureTime": "2026-11-25T00:00:00.0Z",
                      "duration": 166,
                      "elapsedTime": 77
                    }
                  ],
                  "iatci": true,
                  "id": "2e2d27c0-3337-47d5-b9ed-e885bdf29844",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "396",
                  "span": "DOMESTIC",
                  "status": "DELAYED",
                  "subjectToGovernmentApproval": false,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": true,
                  "timeToDeparture": 595
                }
              ],
              "id": "8cffd241-0360-4065-b7af-c0461e523135",
              "number": "094",
              "operatingAirlineRecordLocator": "PPKJMQ",
              "programIdentifier": "061327",
              "seatStatus": "STANDBY",
              "sequence": 15,
              "status": {
                "code": "Zq",
                "value": "FLOWN"
              }
            },
            {
              "applicableTransportationSecurity": [
                "KNOWN_TRAVELER",
                "REDRESS",
                "KNOWN_TRAVELER"
              ],
              "associationId": 514,
              "baggageCheckInRules": {
                "baggageRouteRequired": true,
                "homePrintedBagTagRestricted": {
                  "message": "Home printing prohibited.",
                  "type": "RESTRICTED_ON_INTERLINE_FLIGHT"
                },
                "lateCheckIn": true,
                "maxGuaranteedQuantity": 2,
                "maxQuantity": 1,
                "petAllowed": false,
                "reCheckInRequired": {
                  "message": "Customs clearance required.",
                  "reason": "MISSING_BAGGAGE_AGREEMENT"
                }
              },
              "bookingClassUpgradeStatus": {
                "code": "PE",
                "value": "OTHER"
              },
              "eligibilities": {
                "eligibility": [
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "mn30SwwgK4PNmtHA1S9n",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "647"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "147"
                          }
                        ]
                      },
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "ALmwIGvv5ePH1x9A5EeO",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "954"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "280"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "408"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "794"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "245"
                          }
                        ]
                      },
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "zefnxM8kdjDLyjs3PIq2",
                        "message": "This flight is not eligible.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "805"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "946"
                          }
                        ]
                      },
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "tTFUqgIRVTLuYJuf4ZVL",
                        "message": "This flight is not eligible.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "664"
                          }
                        ]
                      },
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "pueA0kzCrTPePEX7LCGL",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "025"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "640"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "119"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "fU4dQ8fKOEPurMRvkuyI",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "693"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "s3bd68X9VMM27Eg6ZXRg",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "974"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "330"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "020"
                          }
                        ]
                      },
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "IV8GjMB6lKSZdNFqYrLz",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "930"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "311"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "440"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "070"
                          }
                        ]
                      },
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "KpBEyOi1AZxXTLklP43k",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "195"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "066"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "981"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "LhtEyrUu8r54IqUYl74Q",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "128"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "360"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "456"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "139"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "827"
                          }
                        ]
                      },
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "FRbYJ060OzXrhzwdsm8Y",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "570"
                          }
                        ]
                      },
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "D0uwlxqcGmeNFzvkF6dt",
                        "message": "This flight is not eligible.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "924"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "556"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "298"
                          }
                        ]
                      },
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "yCmoEwfjXxFIgMBDBqLH",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "244"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "809"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "MISSING_DOCUMENT",
                        "details": "zJLLsd4W2cv65RgPP5KC",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "890"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "255"
                          }
                        ]
                      },
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "qPuSUcOhleprXHH4A2co",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "496"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "584"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  }
                ]
              },
              "fareInfo": {
                "amount": 471.76,
                "atpcoRule": "nEKH",
                "atpcoTariff": 74,
                "bookingClass": "S",
                "brand": "DE",
                "cabinClass": "ECONOMY",
                "cabinClassCode": "H",
                "discountCategory": "55",
                "fareBasisCode": "EJvzvD",
                "governingAirline": "[ob",
                "id": "941f9b78-2c44-4c07-ae52-9464fbd3e565",
                "operatingBookingClass": "p",
                "privateTariff": true,
                "type": "NLX",
                "vendor": {
                  "code": "SITA",
                  "value": "ATPCO"
                }
              },
              "flightDetail": [
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "RO",
                  "arrivalFlightScheduleStatus": "EARLY",
                  "arrivalTerminal": "7n",
                  "arrivalTime": "2026-12-10T00:00:00.0Z",
                  "boardingTime": "1919-02-24T21:35:05.0Z",
                  "changeOfGauge": false,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "BB",
                  "departureFlightScheduleStatus": "DELAYED",
                  "departureGate": "zf",
                  "departureTerminal": "ig",
                  "departureTime": "2027-04-14T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 4740
                  },
                  "equipment": "204",
                  "estimatedArrivalTime": "1918-09-23T14:27:50.0Z",
                  "estimatedDepartureTime": "1918-10-06T04:37:45.0Z",
                  "flightDuration": 476,
                  "flightNumber": "70",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-08-16T00:00:00.0Z",
                      "departureTime": "2027-06-07T00:00:00.0Z",
                      "duration": 85,
                      "elapsedTime": 209
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-10-10T00:00:00.0Z",
                      "departureTime": "2027-05-09T00:00:00.0Z",
                      "duration": 84,
                      "elapsedTime": 223
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-05-12T00:00:00.0Z",
                      "departureTime": "2026-08-08T00:00:00.0Z",
                      "duration": 179,
                      "elapsedTime": 211
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-04-25T00:00:00.0Z",
                      "departureTime": "2026-12-18T00:00:00.0Z",
                      "duration": 68,
                      "elapsedTime": 93
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-12-15T00:00:00.0Z",
                      "departureTime": "2026-10-08T00:00:00.0Z",
                      "duration": 159,
                      "elapsedTime": 214
                    }
                  ],
                  "iatci": false,
                  "id": "ad8a7c00-dcaa-4564-9a04-e2a86d623049",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "288",
                  "span": "DOMESTIC",
                  "status": "CANCELLED",
                  "subjectToGovernmentApproval": false,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": true,
                  "timeToDeparture": 320
                }
              ],
              "id": "a89c18ad-b0bc-4bd5-811a-7701a2d8c582",
              "number": "071",
              "operatingAirlineRecordLocator": "DKUANN",
              "programIdentifier": "739153",
              "seatStatus": "CONFIRMED",
              "sequence": 9,
              "status": {
                "code": "IA",
                "value": "CONFIRMED"
              }
            }
          ],
          "segment": [
            {
              "applicableTransportationSecurity": [
                "REDRESS",
                "KNOWN_TRAVELER",
                "KNOWN_TRAVELER"
              ],
              "associationId": 413,
              "baggageCheckInRules": {
                "baggageRouteRequired": false,
                "homePrintedBagTagRestricted": {
                  "message": "Home printing prohibited.",
                  "type": "RESTRICTED"
                },
                "lateCheckIn": false,
                "maxGuaranteedQuantity": 3,
                "maxQuantity": 3,
                "petAllowed": false,
                "reCheckInRequired": {
                  "message": "Customs clearance required.",
                  "reason": "LEGAL_RESTRICTIONS"
                }
              },
              "bookingClassUpgradeStatus": {
                "code": "CO",
                "value": "WAITLISTED"
              },
              "eligibilities": {
                "eligibility": [
                  {
                    "notEligible": true,
                    "reason": [
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "ZMPZGO8NqjbZngn1qHPO",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "081"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "000"
                          }
                        ]
                      },
                      {
                        "category": "MISSING_DOCUMENT",
                        "details": "eWDBny8jFwOV1K7nT3ir",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "435"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "489"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "105"
                          }
                        ]
                      },
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "oqLk58CiAtwwHUC65Okf",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "139"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "234"
                          }
                        ]
                      },
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "q0BKXCe0qU5cUeYUOYTf",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "753"
                          }
                        ]
                      },
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "h16m8IPX7JxHDEKKXocS",
                        "message": "This flight is not eligible.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "879"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "314"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "531"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "454"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  }
                ]
              },
              "fareInfo": {
                "amount": 1818.68,
                "atpcoRule": "MRuD",
                "atpcoTariff": 43,
                "bookingClass": "w",
                "brand": "E0",
                "cabinClass": "BUSINESS",
                "cabinClassCode": "A",
                "discountCategory": "59",
                "fareBasisCode": "GtrvOY",
                "governingAirline": "[ob",
                "id": "ee3ecdd5-aed7-462b-abd6-2d69868861e6",
                "operatingBookingClass": "H",
                "privateTariff": true,
                "type": "NLX",
                "vendor": {
                  "code": "SMFC",
                  "value": "SITA"
                }
              },
              "flightDetail": [
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "NF",
                  "arrivalFlightScheduleStatus": "DELAYED",
                  "arrivalTerminal": "Xo",
                  "arrivalTime": "2026-08-12T00:00:00.0Z",
                  "boardingTime": "1907-07-24T23:26:54.0Z",
                  "changeOfGauge": false,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "WS",
                  "departureFlightScheduleStatus": "CANCELLED",
                  "departureGate": "g2",
                  "departureTerminal": "m4",
                  "departureTime": "2027-01-15T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 2295
                  },
                  "equipment": "205",
                  "estimatedArrivalTime": "1936-05-29T13:21:03.0Z",
                  "estimatedDepartureTime": "1960-02-17T04:55:43.0Z",
                  "flightDuration": 165,
                  "flightNumber": "53",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-12-18T00:00:00.0Z",
                      "departureTime": "2027-04-25T00:00:00.0Z",
                      "duration": 98,
                      "elapsedTime": 164
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-09-03T00:00:00.0Z",
                      "departureTime": "2027-03-11T00:00:00.0Z",
                      "duration": 85,
                      "elapsedTime": 181
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-11-06T00:00:00.0Z",
                      "departureTime": "2027-01-20T00:00:00.0Z",
                      "duration": 154,
                      "elapsedTime": 119
                    }
                  ],
                  "iatci": true,
                  "id": "1ebca549-7960-4387-9aa1-40b5d87f9c4c",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "6",
                  "span": "INTERNATIONAL",
                  "status": "CANCELLED",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": false,
                  "timeToDeparture": 860
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "ER",
                  "arrivalFlightScheduleStatus": "CANCELLED",
                  "arrivalTerminal": "CG",
                  "arrivalTime": "2026-09-29T00:00:00.0Z",
                  "boardingTime": "1904-03-12T13:17:11.0Z",
                  "changeOfGauge": false,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "CL",
                  "departureFlightScheduleStatus": "EARLY",
                  "departureGate": "5b",
                  "departureTerminal": "Xl",
                  "departureTime": "2026-11-17T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 1678
                  },
                  "equipment": "094",
                  "estimatedArrivalTime": "1941-03-31T21:47:39.0Z",
                  "estimatedDepartureTime": "1941-11-24T11:27:48.0Z",
                  "flightDuration": 241,
                  "flightNumber": "42",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-04-06T00:00:00.0Z",
                      "departureTime": "2027-01-03T00:00:00.0Z",
                      "duration": 125,
                      "elapsedTime": 145
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-05-11T00:00:00.0Z",
                      "departureTime": "2027-01-16T00:00:00.0Z",
                      "duration": 76,
                      "elapsedTime": 244
                    }
                  ],
                  "iatci": true,
                  "id": "8113ede0-f8dd-45fa-ba1b-b870b25dc78a",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "95",
                  "span": "INTERNATIONAL",
                  "status": "CANCELLED",
                  "subjectToGovernmentApproval": false,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": false,
                  "timeToDeparture": 187
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "FJ",
                  "arrivalFlightScheduleStatus": "ON_TIME",
                  "arrivalTerminal": "vh",
                  "arrivalTime": "2026-11-10T00:00:00.0Z",
                  "boardingTime": "1902-06-13T02:50:31.0Z",
                  "changeOfGauge": true,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "AO",
                  "departureFlightScheduleStatus": "DELAYED",
                  "departureGate": "JQ",
                  "departureTerminal": "wu",
                  "departureTime": "2027-02-07T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 2346
                  },
                  "equipment": "412",
                  "estimatedArrivalTime": "1914-06-05T16:24:48.0Z",
                  "estimatedDepartureTime": "1920-08-19T01:19:39.0Z",
                  "flightDuration": 167,
                  "flightNumber": "30",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-05-20T00:00:00.0Z",
                      "departureTime": "2026-11-19T00:00:00.0Z",
                      "duration": 127,
                      "elapsedTime": 118
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-03-27T00:00:00.0Z",
                      "departureTime": "2027-02-01T00:00:00.0Z",
                      "duration": 100,
                      "elapsedTime": 70
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-01-12T00:00:00.0Z",
                      "departureTime": "2026-08-29T00:00:00.0Z",
                      "duration": 170,
                      "elapsedTime": 211
                    }
                  ],
                  "iatci": true,
                  "id": "57ed54a5-7c15-42bf-9d81-727a5eef4a17",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "4355",
                  "span": "DOMESTIC",
                  "status": "DELAYED",
                  "subjectToGovernmentApproval": false,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": false,
                  "timeToDeparture": 675
                }
              ],
              "id": "de9ded4e-192d-41a7-a916-99c1bf47f85a",
              "number": "588",
              "operatingAirlineRecordLocator": "QRSTQT",
              "programIdentifier": "544348",
              "seatStatus": "CONFIRMED",
              "sequence": 15,
              "status": {
                "code": "bW",
                "value": "DESIRED"
              }
            }
          ],
          "type": "OUTBOUND"
        },
        {
          "alternativeSegment": [
            {
              "applicableTransportationSecurity": [
                "KNOWN_TRAVELER",
                "KNOWN_TRAVELER",
                "REDRESS",
                "KNOWN_TRAVELER"
              ],
              "associationId": 480,
              "baggageCheckInRules": {
                "baggageRouteRequired": false,
                "homePrintedBagTagRestricted": {
                  "message": "Restriction applied.",
                  "type": "RESTRICTED_FOR_GIVEN_AIRLINE"
                },
                "lateCheckIn": false,
                "maxGuaranteedQuantity": 1,
                "maxQuantity": 3,
                "petAllowed": true,
                "reCheckInRequired": {
                  "message": "Customs clearance required.",
                  "reason": "MISSING_BAGGAGE_AGREEMENT"
                }
              },
              "bookingClassUpgradeStatus": {
                "code": "CO",
                "value": "WAITLISTED"
              },
              "eligibilities": {
                "eligibility": [
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "MISSING_DOCUMENT",
                        "details": "6HMihenrB4RCkMg1pLef",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "202"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "024"
                          }
                        ]
                      },
                      {
                        "category": "MISSING_DOCUMENT",
                        "details": "rQHYy2g4PzVTRNM9Fsuz",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "723"
                          }
                        ]
                      },
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "22tBbW0QTSDE4N7oNEaJ",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "575"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "075"
                          }
                        ]
                      },
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "GyRC7CqRH1rKBGe3wTNZ",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "083"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "341"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "569"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  }
                ]
              },
              "fareInfo": {
                "amount": 1257.99,
                "atpcoRule": "vCK4",
                "atpcoTariff": 32,
                "bookingClass": "g",
                "brand": "ti",
                "cabinClass": "PREMIUM_FIRST",
                "cabinClassCode": "Q",
                "discountCategory": "61",
                "fareBasisCode": "hg1PSZ",
                "governingAirline": "[ob",
                "id": "7c145773-f90f-42cd-9eb2-d4ddca1fe151",
                "operatingBookingClass": "X",
                "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": "HN",
                  "arrivalFlightScheduleStatus": "CANCELLED",
                  "arrivalTerminal": "h2",
                  "arrivalTime": "2027-01-09T00:00:00.0Z",
                  "boardingTime": "1940-10-30T21:56:47.0Z",
                  "changeOfGauge": true,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "NC",
                  "departureFlightScheduleStatus": "CANCELLED",
                  "departureGate": "qJ",
                  "departureTerminal": "yr",
                  "departureTime": "2026-06-27T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 4665
                  },
                  "equipment": "119",
                  "estimatedArrivalTime": "1947-12-03T14:35:33.0Z",
                  "estimatedDepartureTime": "1931-01-18T17:19:37.0Z",
                  "flightDuration": 285,
                  "flightNumber": "5",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-12-26T00:00:00.0Z",
                      "departureTime": "2026-12-26T00:00:00.0Z",
                      "duration": 122,
                      "elapsedTime": 298
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-03-29T00:00:00.0Z",
                      "departureTime": "2027-01-28T00:00:00.0Z",
                      "duration": 98,
                      "elapsedTime": 186
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-01-31T00:00:00.0Z",
                      "departureTime": "2027-06-01T00:00:00.0Z",
                      "duration": 178,
                      "elapsedTime": 197
                    }
                  ],
                  "iatci": false,
                  "id": "13927afe-abd2-4ec6-adde-db454a427520",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "96",
                  "span": "DOMESTIC",
                  "status": "DELAYED",
                  "subjectToGovernmentApproval": false,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": true,
                  "timeToDeparture": 970
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "ST",
                  "arrivalFlightScheduleStatus": "EARLY",
                  "arrivalTerminal": "AM",
                  "arrivalTime": "2026-09-14T00:00:00.0Z",
                  "boardingTime": "1936-08-15T08:11:39.0Z",
                  "changeOfGauge": false,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "BZ",
                  "departureFlightScheduleStatus": "ON_TIME",
                  "departureGate": "Co",
                  "departureTerminal": "Qc",
                  "departureTime": "2026-08-18T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 1885
                  },
                  "equipment": "600",
                  "estimatedArrivalTime": "1913-04-30T01:06:42.0Z",
                  "estimatedDepartureTime": "1951-04-06T17:15:19.0Z",
                  "flightDuration": 109,
                  "flightNumber": "917",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-04-04T00:00:00.0Z",
                      "departureTime": "2026-12-21T00:00:00.0Z",
                      "duration": 149,
                      "elapsedTime": 159
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-08-17T00:00:00.0Z",
                      "departureTime": "2027-04-30T00:00:00.0Z",
                      "duration": 119,
                      "elapsedTime": 82
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-01-06T00:00:00.0Z",
                      "departureTime": "2027-05-05T00:00:00.0Z",
                      "duration": 75,
                      "elapsedTime": 168
                    }
                  ],
                  "iatci": true,
                  "id": "504f15b2-a039-49db-bf0a-ed51a1a2ff05",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "268",
                  "span": "INTERNATIONAL",
                  "status": "ON TIME",
                  "subjectToGovernmentApproval": false,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": true,
                  "timeToDeparture": 928
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "PM",
                  "arrivalFlightScheduleStatus": "EARLY",
                  "arrivalTerminal": "Yq",
                  "arrivalTime": "2026-12-13T00:00:00.0Z",
                  "boardingTime": "1966-01-22T01:07:01.0Z",
                  "changeOfGauge": true,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "CH",
                  "departureFlightScheduleStatus": "EARLY",
                  "departureGate": "n1",
                  "departureTerminal": "JN",
                  "departureTime": "2027-03-06T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 3421
                  },
                  "equipment": "366",
                  "estimatedArrivalTime": "1903-09-02T05:29:59.0Z",
                  "estimatedDepartureTime": "1914-08-22T13:25:06.0Z",
                  "flightDuration": 485,
                  "flightNumber": "9938",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-09-18T00:00:00.0Z",
                      "departureTime": "2026-08-12T00:00:00.0Z",
                      "duration": 180,
                      "elapsedTime": 74
                    }
                  ],
                  "iatci": false,
                  "id": "83708008-f926-4865-9399-08f8dbec146d",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "571",
                  "span": "INTERNATIONAL",
                  "status": "DELAYED",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": true,
                  "timeToDeparture": 172
                }
              ],
              "id": "d9f7da9d-bc8f-4607-84ca-f8a763840ede",
              "number": "716",
              "operatingAirlineRecordLocator": "GGWUQD",
              "priorityListPassengerIds": {
                "0": "id01",
                "1": "id02"
              },
              "programIdentifier": "411143",
              "seatStatus": "CONFIRMED",
              "segmentRefs": {
                "0": "id01",
                "1": "id02"
              },
              "sequence": 4,
              "status": {
                "code": "oR",
                "value": "CONFIRMED"
              }
            },
            {
              "applicableTransportationSecurity": [
                "KNOWN_TRAVELER"
              ],
              "associationId": 311,
              "baggageCheckInRules": {
                "baggageRouteRequired": false,
                "homePrintedBagTagRestricted": {
                  "message": "Restriction applied.",
                  "type": "RESTRICTED_ON_INTERLINE_FLIGHT"
                },
                "lateCheckIn": false,
                "maxGuaranteedQuantity": 3,
                "maxQuantity": 3,
                "petAllowed": true,
                "reCheckInRequired": {
                  "message": "Re-check required at airport.",
                  "reason": "MISSING_BAGGAGE_AGREEMENT"
                }
              },
              "bookingClassUpgradeStatus": {
                "code": "PE",
                "value": "REJECTED"
              },
              "eligibilities": {
                "eligibility": [
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "RbN1qPm56m6wgHHfztv0",
                        "message": "This flight is not eligible.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "637"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "441"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "182"
                          }
                        ]
                      },
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "cATvPdlMPnzhCsOvaQp4",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "165"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "834"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "351"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "495"
                          }
                        ]
                      },
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "3Sb4riZ5434pklENZLSx",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "589"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "882"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "831"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "358"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "991"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "xiZp112TCMtNNG0MwPHT",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "103"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "niWaMs8GavtvXF3kYFfx",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "420"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "631"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "697"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "344"
                          }
                        ]
                      },
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "5ABvjjxYluJfBEU7hid9",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "937"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": true,
                    "reason": [
                      {
                        "category": "MISSING_DOCUMENT",
                        "details": "EzulKfBLWkvX92HZ6oq1",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "996"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "005"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "230"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "417"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "593"
                          }
                        ]
                      },
                      {
                        "category": "MISSING_DOCUMENT",
                        "details": "rRB6Tq3jFr3ZLQUT2fEZ",
                        "message": "This flight is not eligible.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "396"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "243"
                          }
                        ]
                      },
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "AyzHooBGSR25tGQQ1iHr",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "342"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "MISSING_DOCUMENT",
                        "details": "YIgaW0tRxKi5vHLdy2HV",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "202"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "296"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "294"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "062"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "520"
                          }
                        ]
                      },
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "2lpNHOg5LD2NTROJyQJY",
                        "message": "This flight is not eligible.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "862"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  }
                ]
              },
              "fareInfo": {
                "amount": 1568.2,
                "atpcoRule": "L7KL",
                "atpcoTariff": 19,
                "bookingClass": "Q",
                "brand": "0P",
                "cabinClass": "PREMIUM_BUSINESS",
                "cabinClassCode": "m",
                "discountCategory": "12",
                "fareBasisCode": "u3j3s8",
                "governingAirline": "[ob",
                "id": "1c769cf9-95a5-4f90-b785-27dae678f196",
                "operatingBookingClass": "M",
                "privateTariff": false,
                "type": "REF",
                "vendor": {
                  "code": "ATP",
                  "value": "SITA"
                }
              },
              "flightDetail": [
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "BV",
                  "arrivalFlightScheduleStatus": "EARLY",
                  "arrivalTerminal": "6z",
                  "arrivalTime": "2027-02-01T00:00:00.0Z",
                  "boardingTime": "1940-02-27T13:33:18.0Z",
                  "changeOfGauge": true,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "UZ",
                  "departureFlightScheduleStatus": "DELAYED",
                  "departureGate": "VJ",
                  "departureTerminal": "8F",
                  "departureTime": "2027-04-25T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 1108
                  },
                  "equipment": "441",
                  "estimatedArrivalTime": "1893-11-14T07:13:04.0Z",
                  "estimatedDepartureTime": "1915-01-26T09:05:25.0Z",
                  "flightDuration": 127,
                  "flightNumber": "4",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-12-25T00:00:00.0Z",
                      "departureTime": "2027-06-03T00:00:00.0Z",
                      "duration": 79,
                      "elapsedTime": 175
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-07-19T00:00:00.0Z",
                      "departureTime": "2027-01-11T00:00:00.0Z",
                      "duration": 155,
                      "elapsedTime": 239
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-04-08T00:00:00.0Z",
                      "departureTime": "2027-01-28T00:00:00.0Z",
                      "duration": 100,
                      "elapsedTime": 139
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-05-26T00:00:00.0Z",
                      "departureTime": "2027-06-03T00:00:00.0Z",
                      "duration": 75,
                      "elapsedTime": 100
                    }
                  ],
                  "iatci": false,
                  "id": "ba569f39-26e6-4d1f-8cb6-293574c0977c",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "605",
                  "span": "INTERNATIONAL",
                  "status": "DELAYED",
                  "subjectToGovernmentApproval": false,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": false,
                  "timeToDeparture": 755
                }
              ],
              "id": "0815944f-76d7-4a47-abf3-475e0ce33c3c",
              "number": "326",
              "operatingAirlineRecordLocator": "ZVBRRD",
              "priorityListPassengerIds": {
                "0": "id01",
                "1": "id02"
              },
              "programIdentifier": "817456",
              "seatStatus": "STANDBY",
              "segmentRefs": {
                "0": "id01",
                "1": "id02"
              },
              "sequence": 6,
              "status": {
                "code": "Qo",
                "value": "STANDBY"
              }
            },
            {
              "applicableTransportationSecurity": [
                "REDRESS",
                "KNOWN_TRAVELER",
                "REDRESS"
              ],
              "associationId": 845,
              "baggageCheckInRules": {
                "baggageRouteRequired": true,
                "homePrintedBagTagRestricted": {
                  "message": "Home printing prohibited.",
                  "type": "RESTRICTED_ON_INTERNATIONAL_FLIGHT"
                },
                "lateCheckIn": true,
                "maxGuaranteedQuantity": 2,
                "maxQuantity": 2,
                "petAllowed": true,
                "reCheckInRequired": {
                  "message": "Re-check required at airport.",
                  "reason": "LEGAL_RESTRICTIONS"
                }
              },
              "bookingClassUpgradeStatus": {
                "code": "CO",
                "value": "UPGRADED"
              },
              "eligibilities": {
                "eligibility": [
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "4f3GxWihQFHlbVW5jXIj",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "735"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "475"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "355"
                          }
                        ]
                      },
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "6ZJKPIxonACazvl7mUam",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "642"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "180"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "525"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "044"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "862"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "yk9DNdTgPthbAGVIG0EI",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "023"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "E45lLre95GDHRaMxyfMq",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "282"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "964"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "446"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "197"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "475"
                          }
                        ]
                      },
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "BslTaf7LSxuT1ysxWN66",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "950"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "096"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "978"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "EQz3gvn46fvAnlvsl8Qz",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "829"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "998"
                          }
                        ]
                      },
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "mvEBQrhMcRMxSJxvQyV3",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "068"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "266"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "856"
                          }
                        ]
                      },
                      {
                        "category": "MISSING_DOCUMENT",
                        "details": "Y9Mn9vKYhln6RyqgRSXU",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "141"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "524"
                          }
                        ]
                      },
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "bYYwnudokCz4cySTUmIM",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "590"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "489"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "437"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "483"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "236"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "qRtKOfcSeyUMyzlBfDkg",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "363"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "888"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "767"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "727"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  }
                ]
              },
              "fareInfo": {
                "amount": 1087.96,
                "atpcoRule": "vmEH",
                "atpcoTariff": 18,
                "bookingClass": "q",
                "brand": "to",
                "cabinClass": "PREMIUM_BUSINESS",
                "cabinClassCode": "G",
                "discountCategory": "07",
                "fareBasisCode": "t0mA3w",
                "governingAirline": "[ob",
                "id": "0447114a-cbac-49e0-9883-0f57525777df",
                "operatingBookingClass": "P",
                "privateTariff": true,
                "type": "NRF",
                "vendor": {
                  "code": "ATP",
                  "value": "ATPCO"
                }
              },
              "flightDetail": [
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "AU",
                  "arrivalFlightScheduleStatus": "ON_TIME",
                  "arrivalTerminal": "bd",
                  "arrivalTime": "2027-01-17T00:00:00.0Z",
                  "boardingTime": "1905-08-23T07:49:17.0Z",
                  "changeOfGauge": false,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "BI",
                  "departureFlightScheduleStatus": "ON_TIME",
                  "departureGate": "mt",
                  "departureTerminal": "QY",
                  "departureTime": "2026-12-28T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 1744
                  },
                  "equipment": "468",
                  "estimatedArrivalTime": "1901-06-05T20:37:26.0Z",
                  "estimatedDepartureTime": "1911-12-24T01:06:33.0Z",
                  "flightDuration": 175,
                  "flightNumber": "2468",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-10-25T00:00:00.0Z",
                      "departureTime": "2026-12-24T00:00:00.0Z",
                      "duration": 164,
                      "elapsedTime": 68
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-11-22T00:00:00.0Z",
                      "departureTime": "2027-01-15T00:00:00.0Z",
                      "duration": 158,
                      "elapsedTime": 254
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-01-13T00:00:00.0Z",
                      "departureTime": "2026-08-25T00:00:00.0Z",
                      "duration": 87,
                      "elapsedTime": 290
                    }
                  ],
                  "iatci": false,
                  "id": "663dbac2-a46a-4268-bb34-06a80b3cb120",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "13",
                  "span": "INTERNATIONAL",
                  "status": "DELAYED",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": true,
                  "timeToDeparture": 620
                }
              ],
              "id": "67c3ac9a-f750-43e2-8d13-cc08073a4a79",
              "number": "819",
              "operatingAirlineRecordLocator": "DTPTTP",
              "priorityListPassengerIds": {
                "0": "id01",
                "1": "id02"
              },
              "programIdentifier": "365279",
              "seatStatus": "STANDBY",
              "segmentRefs": {
                "0": "id01",
                "1": "id02"
              },
              "sequence": 12,
              "status": {
                "code": "NE",
                "value": "OTHER"
              }
            },
            {
              "applicableTransportationSecurity": [
                "REDRESS",
                "REDRESS",
                "KNOWN_TRAVELER",
                "REDRESS"
              ],
              "associationId": 250,
              "baggageCheckInRules": {
                "baggageRouteRequired": false,
                "homePrintedBagTagRestricted": {
                  "message": "Home printing prohibited.",
                  "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": "OT",
                "value": "WAITLISTED"
              },
              "eligibilities": {
                "eligibility": [
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "j4vXcvosHVPSmXW8ijhV",
                        "message": "This flight is not eligible.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "326"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "847"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "499"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "110"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "211"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "MISSING_DOCUMENT",
                        "details": "U9cPuQQxQ2omh6XVXEuS",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "921"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "251"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "898"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "928"
                          }
                        ]
                      },
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "9eQUbpG0pTPiPaoOlmqn",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "869"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "804"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "473"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "501"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "842"
                          }
                        ]
                      },
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "FBKvXyLLTR4LGi7pwUkD",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "128"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "322"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "557"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "708"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "740"
                          }
                        ]
                      },
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "OAQxTgWCCnOalRFRmLYs",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "669"
                          }
                        ]
                      },
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "ZPy3OnVTBdOKDM2QsTzW",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "242"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  }
                ]
              },
              "fareInfo": {
                "amount": 351.2,
                "atpcoRule": "wgUv",
                "atpcoTariff": 41,
                "bookingClass": "a",
                "brand": "8F",
                "cabinClass": "BUSINESS",
                "cabinClassCode": "X",
                "discountCategory": "46",
                "fareBasisCode": "YcROf1",
                "governingAirline": "[ob",
                "id": "4df3d7d8-7ac7-470f-947c-2d4a3a6ecf42",
                "operatingBookingClass": "l",
                "privateTariff": true,
                "type": "NLX",
                "vendor": {
                  "code": "SMFC",
                  "value": "ATPCO"
                }
              },
              "flightDetail": [
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "MU",
                  "arrivalFlightScheduleStatus": "CANCELLED",
                  "arrivalTerminal": "ob",
                  "arrivalTime": "2026-11-28T00:00:00.0Z",
                  "boardingTime": "1959-02-04T12:51:44.0Z",
                  "changeOfGauge": false,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "HK",
                  "departureFlightScheduleStatus": "DELAYED",
                  "departureGate": "Yr",
                  "departureTerminal": "9Q",
                  "departureTime": "2026-06-25T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 1183
                  },
                  "equipment": "636",
                  "estimatedArrivalTime": "1927-10-27T23:16:41.0Z",
                  "estimatedDepartureTime": "1918-05-14T22:04:30.0Z",
                  "flightDuration": 531,
                  "flightNumber": "637",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-11-29T00:00:00.0Z",
                      "departureTime": "2026-11-10T00:00:00.0Z",
                      "duration": 134,
                      "elapsedTime": 247
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-02-28T00:00:00.0Z",
                      "departureTime": "2026-07-06T00:00:00.0Z",
                      "duration": 48,
                      "elapsedTime": 148
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-10-03T00:00:00.0Z",
                      "departureTime": "2026-10-22T00:00:00.0Z",
                      "duration": 88,
                      "elapsedTime": 247
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-04-22T00:00:00.0Z",
                      "departureTime": "2026-12-08T00:00:00.0Z",
                      "duration": 93,
                      "elapsedTime": 265
                    }
                  ],
                  "iatci": false,
                  "id": "2859557b-f632-4f50-a7e2-68c26074202c",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "64",
                  "span": "DOMESTIC",
                  "status": "CANCELLED",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": true,
                  "timeToDeparture": 31
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "ZW",
                  "arrivalFlightScheduleStatus": "CANCELLED",
                  "arrivalTerminal": "JR",
                  "arrivalTime": "2026-10-17T00:00:00.0Z",
                  "boardingTime": "1898-08-26T22:39:43.0Z",
                  "changeOfGauge": false,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "SN",
                  "departureFlightScheduleStatus": "CANCELLED",
                  "departureGate": "zn",
                  "departureTerminal": "CO",
                  "departureTime": "2026-08-25T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 1183
                  },
                  "equipment": "778",
                  "estimatedArrivalTime": "1947-09-22T13:50:40.0Z",
                  "estimatedDepartureTime": "1940-02-25T14:01:15.0Z",
                  "flightDuration": 462,
                  "flightNumber": "4498",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-05-20T00:00:00.0Z",
                      "departureTime": "2026-07-10T00:00:00.0Z",
                      "duration": 43,
                      "elapsedTime": 218
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-10-21T00:00:00.0Z",
                      "departureTime": "2027-05-21T00:00:00.0Z",
                      "duration": 63,
                      "elapsedTime": 244
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-01-09T00:00:00.0Z",
                      "departureTime": "2026-06-29T00:00:00.0Z",
                      "duration": 154,
                      "elapsedTime": 257
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-12-03T00:00:00.0Z",
                      "departureTime": "2026-08-31T00:00:00.0Z",
                      "duration": 84,
                      "elapsedTime": 238
                    }
                  ],
                  "iatci": true,
                  "id": "589b25c6-5a0f-4d8a-a8a0-0dbff36821ab",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "904",
                  "span": "INTERNATIONAL",
                  "status": "DELAYED",
                  "subjectToGovernmentApproval": false,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": false,
                  "timeToDeparture": 807
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "MK",
                  "arrivalFlightScheduleStatus": "ON_TIME",
                  "arrivalTerminal": "Ga",
                  "arrivalTime": "2026-11-06T00:00:00.0Z",
                  "boardingTime": "1897-10-19T11:01:58.0Z",
                  "changeOfGauge": true,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "MS",
                  "departureFlightScheduleStatus": "ON_TIME",
                  "departureGate": "vz",
                  "departureTerminal": "FQ",
                  "departureTime": "2027-03-24T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 588
                  },
                  "equipment": "766",
                  "estimatedArrivalTime": "1894-01-05T06:06:35.0Z",
                  "estimatedDepartureTime": "1930-08-18T15:22:18.0Z",
                  "flightDuration": 256,
                  "flightNumber": "1336",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-12-06T00:00:00.0Z",
                      "departureTime": "2026-08-21T00:00:00.0Z",
                      "duration": 45,
                      "elapsedTime": 196
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-11-21T00:00:00.0Z",
                      "departureTime": "2026-09-25T00:00:00.0Z",
                      "duration": 132,
                      "elapsedTime": 229
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-03-24T00:00:00.0Z",
                      "departureTime": "2027-01-18T00:00:00.0Z",
                      "duration": 122,
                      "elapsedTime": 200
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-05-02T00:00:00.0Z",
                      "departureTime": "2026-08-24T00:00:00.0Z",
                      "duration": 42,
                      "elapsedTime": 266
                    }
                  ],
                  "iatci": false,
                  "id": "b8558b8c-9a9f-492d-a70b-81e54364579a",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "9",
                  "span": "INTERNATIONAL",
                  "status": "ON TIME",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": false,
                  "timeToDeparture": 742
                }
              ],
              "id": "3225601f-d1f9-4f66-8677-4dd078f4765c",
              "number": "794",
              "operatingAirlineRecordLocator": "JZACTQ",
              "priorityListPassengerIds": {
                "0": "id01",
                "1": "id02"
              },
              "programIdentifier": "758130",
              "seatStatus": "STANDBY",
              "segmentRefs": {
                "0": "id01",
                "1": "id02"
              },
              "sequence": 20,
              "status": {
                "code": "Yd",
                "value": "NON_REVENUE"
              }
            },
            {
              "applicableTransportationSecurity": [
                "KNOWN_TRAVELER"
              ],
              "associationId": 291,
              "baggageCheckInRules": {
                "baggageRouteRequired": true,
                "homePrintedBagTagRestricted": {
                  "message": "Restriction applied.",
                  "type": "RESTRICTED_ON_GIVEN_AIRPORT"
                },
                "lateCheckIn": true,
                "maxGuaranteedQuantity": 3,
                "maxQuantity": 2,
                "petAllowed": true,
                "reCheckInRequired": {
                  "message": "Customs clearance required.",
                  "reason": "MISSING_BAGGAGE_AGREEMENT"
                }
              },
              "bookingClassUpgradeStatus": {
                "code": "PE",
                "value": "OTHER"
              },
              "eligibilities": {
                "eligibility": [
                  {
                    "notEligible": true,
                    "reason": [
                      {
                        "category": "MISSING_DOCUMENT",
                        "details": "iNVjfKjNRl5aUlYx7DW9",
                        "message": "This flight is not eligible.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "471"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "945"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "CoOWOcziXyqAyUXiirRr",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "012"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "192"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "112"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "766"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "254"
                          }
                        ]
                      },
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "lJMIdbAxEUr9WeGdbUfi",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "982"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "146"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "359"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "911"
                          }
                        ]
                      },
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "cr1cELQu218NLQDxBD2t",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "070"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "479"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "627"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "916"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "776"
                          }
                        ]
                      },
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "Rropa16NxWjkIKYHspLD",
                        "message": "This flight is not eligible.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "059"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "984"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "183"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "oNI8ak0YEvjl4uqu2Nd5",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "363"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "722"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "105"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "611"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "857"
                          }
                        ]
                      },
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "LZ9ReWBNPibA8KlCsS8w",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "396"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "858"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "222"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "808"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "849"
                          }
                        ]
                      },
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "NiT6x7sd4MFgx6H51DyO",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "755"
                          }
                        ]
                      },
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "zttQNbdmA1ZRKmWjtmVC",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "687"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "701"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "272"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "205"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "812"
                          }
                        ]
                      },
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "hnlkzqt8CtLz8ggwP0J9",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "099"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "534"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "914"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "088"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "162"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "sZ2h1SC7UbVAPLD7Jfaa",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "703"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "556"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "993"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "593"
                          }
                        ]
                      },
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "ch8W8Tnxb39HzknIYaSq",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "874"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "282"
                          }
                        ]
                      },
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "lbvJhDIlpMUP7t2mcVXM",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "558"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "270"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "393"
                          }
                        ]
                      },
                      {
                        "category": "MISSING_DOCUMENT",
                        "details": "lrkwgTkVgDm4CXZ9yOY1",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "598"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "656"
                          }
                        ]
                      },
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "Tag15mqW8E40y9OcOBmQ",
                        "message": "This flight is not eligible.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "042"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "489"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "859"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "207"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "032"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  }
                ]
              },
              "fareInfo": {
                "amount": 1403.36,
                "atpcoRule": "HxVz",
                "atpcoTariff": 31,
                "bookingClass": "Z",
                "brand": "Ty",
                "cabinClass": "PREMIUM_ECONOMY",
                "cabinClassCode": "V",
                "discountCategory": "69",
                "fareBasisCode": "VgXNwx",
                "governingAirline": "[ob",
                "id": "09888e99-0247-420f-99aa-13ec1ff87117",
                "operatingBookingClass": "s",
                "privateTariff": false,
                "type": "NRF",
                "vendor": {
                  "code": "SITA",
                  "value": "ATPCO"
                }
              },
              "flightDetail": [
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "RW",
                  "arrivalFlightScheduleStatus": "CANCELLED",
                  "arrivalTerminal": "D8",
                  "arrivalTime": "2027-03-04T00:00:00.0Z",
                  "boardingTime": "1890-01-19T08:51:48.0Z",
                  "changeOfGauge": false,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "SS",
                  "departureFlightScheduleStatus": "EARLY",
                  "departureGate": "0M",
                  "departureTerminal": "ri",
                  "departureTime": "2026-08-21T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 4008
                  },
                  "equipment": "978",
                  "estimatedArrivalTime": "1914-08-07T20:44:01.0Z",
                  "estimatedDepartureTime": "1934-10-09T20:27:52.0Z",
                  "flightDuration": 267,
                  "flightNumber": "8044",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-06-17T00:00:00.0Z",
                      "departureTime": "2026-12-31T00:00:00.0Z",
                      "duration": 118,
                      "elapsedTime": 288
                    }
                  ],
                  "iatci": false,
                  "id": "ef02f46f-be9c-4c99-b462-04931f288351",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "17",
                  "span": "INTERNATIONAL",
                  "status": "DELAYED",
                  "subjectToGovernmentApproval": false,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": true,
                  "timeToDeparture": 102
                }
              ],
              "id": "6521e8d5-dad1-498f-a85f-ddc68d0e90d2",
              "number": "583",
              "operatingAirlineRecordLocator": "XQNUEK",
              "priorityListPassengerIds": {
                "0": "id01",
                "1": "id02"
              },
              "programIdentifier": "575613",
              "seatStatus": "CONFIRMED",
              "segmentRefs": {
                "0": "id01",
                "1": "id02"
              },
              "sequence": 16,
              "status": {
                "code": "mL",
                "value": "SOLD_SOLD"
              }
            }
          ],
          "eligibilities": {
            "eligibility": [
              {
                "notEligible": false,
                "reason": [
                  {
                    "category": "INSUFFICIENT_FUNDS",
                    "details": "QiJtIV7WmitKdgSuTWlm",
                    "message": "This flight is not eligible.",
                    "property": [
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "039"
                      },
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "561"
                      },
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "539"
                      },
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "443"
                      }
                    ]
                  },
                  {
                    "category": "INVALID_FLIGHT",
                    "details": "03XCCmCPHhDRQhVFoD40",
                    "message": "Booking has been cancelled.",
                    "property": [
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "402"
                      },
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "149"
                      }
                    ]
                  },
                  {
                    "category": "MISSING_DOCUMENT",
                    "details": "XnzqhemTCKS2pJLtC7FB",
                    "message": "Payment processing failed.",
                    "property": [
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "082"
                      },
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "019"
                      },
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "844"
                      },
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "871"
                      },
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "698"
                      }
                    ]
                  },
                  {
                    "category": "TOO_EARLY_FOR_CHECK_IN",
                    "details": "QK6dddmJ5EwbXDbdHOgL",
                    "message": "Booking has been cancelled.",
                    "property": [
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "496"
                      },
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "857"
                      },
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "948"
                      },
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "170"
                      },
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "316"
                      }
                    ]
                  }
                ],
                "type": "CHECK_IN"
              },
              {
                "notEligible": false,
                "reason": [
                  {
                    "category": "INSUFFICIENT_FUNDS",
                    "details": "gB9gX5k0swtBMBb5QGDp",
                    "message": "Booking has been cancelled.",
                    "property": [
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "106"
                      },
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "052"
                      }
                    ]
                  },
                  {
                    "category": "MISSING_DOCUMENT",
                    "details": "FFmAdBy3MuEU2OcFz2e2",
                    "message": "Booking has been cancelled.",
                    "property": [
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "375"
                      },
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "960"
                      }
                    ]
                  }
                ],
                "type": "CHECK_IN"
              },
              {
                "notEligible": false,
                "reason": [
                  {
                    "category": "INSUFFICIENT_FUNDS",
                    "details": "SjJzVyJiAzJVnQBIxApV",
                    "message": "This flight is not eligible.",
                    "property": [
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "760"
                      },
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "153"
                      },
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "784"
                      },
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "610"
                      }
                    ]
                  }
                ],
                "type": "CHECK_IN"
              },
              {
                "notEligible": false,
                "reason": [
                  {
                    "category": "TOO_EARLY_FOR_CHECK_IN",
                    "details": "zMZ4AAw2JcUm5zrlQS90",
                    "message": "Payment processing failed.",
                    "property": [
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "212"
                      },
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "568"
                      },
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "780"
                      },
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "627"
                      },
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "324"
                      }
                    ]
                  },
                  {
                    "category": "INSUFFICIENT_FUNDS",
                    "details": "bCnmIY4QjpY1UHIzDekr",
                    "message": "This flight is not eligible.",
                    "property": [
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "530"
                      },
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "602"
                      }
                    ]
                  },
                  {
                    "category": "MISSING_DOCUMENT",
                    "details": "246VG6mK4jIssgJRXmlV",
                    "message": "Required travel document is missing.",
                    "property": [
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "573"
                      },
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "802"
                      }
                    ]
                  },
                  {
                    "category": "BOOKING_CANCELLED",
                    "details": "DjFH9YDhOpP6zLHyMVnI",
                    "message": "Required travel document is missing.",
                    "property": [
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "976"
                      },
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "280"
                      },
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "641"
                      },
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "228"
                      }
                    ]
                  },
                  {
                    "category": "BOOKING_CANCELLED",
                    "details": "fn3RqxvSaTn0dHg5iKHA",
                    "message": "This flight is not eligible.",
                    "property": [
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "930"
                      },
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "451"
                      },
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "440"
                      },
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "855"
                      },
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "682"
                      }
                    ]
                  }
                ],
                "type": "CHECK_IN"
              }
            ]
          },
          "id": "3d4a8312-c3e6-443b-9024-8e8b130afab4",
          "marriageGroup": [
            {
              "segmentRefs": [
                "id01",
                "id02"
              ]
            },
            {
              "segmentRefs": [
                "id01",
                "id02"
              ]
            },
            {
              "segmentRefs": [
                "id01",
                "id02"
              ]
            },
            {
              "segmentRefs": [
                "id01",
                "id02"
              ]
            }
          ],
          "pastSegment": [
            {
              "applicableTransportationSecurity": [
                "REDRESS",
                "KNOWN_TRAVELER"
              ],
              "associationId": 923,
              "baggageCheckInRules": {
                "baggageRouteRequired": true,
                "homePrintedBagTagRestricted": {
                  "message": "Restriction applied.",
                  "type": "RESTRICTED"
                },
                "lateCheckIn": true,
                "maxGuaranteedQuantity": 2,
                "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": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "NdkcHauKr0wc4rrb2ikw",
                        "message": "This flight is not eligible.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "041"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "402"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "183"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "101"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "577"
                          }
                        ]
                      },
                      {
                        "category": "MISSING_DOCUMENT",
                        "details": "bTfA0VOdWQ5hz8RjyNaJ",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "530"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "705"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "060"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "164"
                          }
                        ]
                      },
                      {
                        "category": "MISSING_DOCUMENT",
                        "details": "EEZxLsknixnC2rCX1cqM",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "286"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "w7Miplx0m8KbWnZvtPYR",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "053"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "176"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "752"
                          }
                        ]
                      },
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "rKp8sHnIJlLPHJBP8VCx",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "037"
                          }
                        ]
                      },
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "WSpUQg2o9bKgENqsfh2x",
                        "message": "This flight is not eligible.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "033"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "077"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "269"
                          }
                        ]
                      },
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "tdUDKgj3P9XZIkG6IbmL",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "757"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "099"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "564"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "216"
                          }
                        ]
                      },
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "VfkSzrGh7xqxV1fNY9jC",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "661"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "378"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "715"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "461"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "UnzWph7waVWSKF6pV9kv",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "531"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "384"
                          }
                        ]
                      },
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "zc2YjDHnpN0dPxZiD9iC",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "680"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "593"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "100"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "174"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "296"
                          }
                        ]
                      },
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "91gtpcifbVeARsQ9l0kL",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "897"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "210"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "133"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  }
                ]
              },
              "fareInfo": {
                "amount": 993.81,
                "atpcoRule": "oqpi",
                "atpcoTariff": 42,
                "bookingClass": "f",
                "brand": "61",
                "cabinClass": "BUSINESS",
                "cabinClassCode": "B",
                "discountCategory": "16",
                "fareBasisCode": "zysqNI",
                "governingAirline": "[ob",
                "id": "c01d74ca-03aa-4a8b-86ed-616d968d4e95",
                "operatingBookingClass": "L",
                "privateTariff": false,
                "type": "REF",
                "vendor": {
                  "code": "ATP",
                  "value": "ATPCO"
                }
              },
              "flightDetail": [
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "GD",
                  "arrivalFlightScheduleStatus": "CANCELLED",
                  "arrivalTerminal": "sK",
                  "arrivalTime": "2026-12-03T00:00:00.0Z",
                  "boardingTime": "1922-06-05T18:01:34.0Z",
                  "changeOfGauge": false,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "VE",
                  "departureFlightScheduleStatus": "EARLY",
                  "departureGate": "8Z",
                  "departureTerminal": "du",
                  "departureTime": "2026-12-19T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 199
                  },
                  "equipment": "681",
                  "estimatedArrivalTime": "1913-04-17T12:01:04.0Z",
                  "estimatedDepartureTime": "1952-12-13T22:55:37.0Z",
                  "flightDuration": 309,
                  "flightNumber": "112",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-12-21T00:00:00.0Z",
                      "departureTime": "2026-07-23T00:00:00.0Z",
                      "duration": 177,
                      "elapsedTime": 188
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-09-01T00:00:00.0Z",
                      "departureTime": "2026-12-17T00:00:00.0Z",
                      "duration": 112,
                      "elapsedTime": 219
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-11-17T00:00:00.0Z",
                      "departureTime": "2026-12-14T00:00:00.0Z",
                      "duration": 172,
                      "elapsedTime": 247
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-07-26T00:00:00.0Z",
                      "departureTime": "2027-01-03T00:00:00.0Z",
                      "duration": 134,
                      "elapsedTime": 171
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-02-23T00:00:00.0Z",
                      "departureTime": "2026-09-03T00:00:00.0Z",
                      "duration": 145,
                      "elapsedTime": 238
                    }
                  ],
                  "iatci": true,
                  "id": "c1a4840d-2aab-47e8-86b0-5fbf8d2418ae",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "79",
                  "span": "INTERNATIONAL",
                  "status": "CANCELLED",
                  "subjectToGovernmentApproval": false,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": false,
                  "timeToDeparture": 30
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "JE",
                  "arrivalFlightScheduleStatus": "DELAYED",
                  "arrivalTerminal": "3P",
                  "arrivalTime": "2026-09-01T00:00:00.0Z",
                  "boardingTime": "1903-02-17T07:05:58.0Z",
                  "changeOfGauge": false,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "NI",
                  "departureFlightScheduleStatus": "ON_TIME",
                  "departureGate": "Qv",
                  "departureTerminal": "FA",
                  "departureTime": "2027-03-24T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 278
                  },
                  "equipment": "665",
                  "estimatedArrivalTime": "1901-07-30T18:10:23.0Z",
                  "estimatedDepartureTime": "1947-05-19T12:52:02.0Z",
                  "flightDuration": 395,
                  "flightNumber": "4497",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-11-07T00:00:00.0Z",
                      "departureTime": "2026-12-27T00:00:00.0Z",
                      "duration": 98,
                      "elapsedTime": 252
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-12-14T00:00:00.0Z",
                      "departureTime": "2026-12-12T00:00:00.0Z",
                      "duration": 71,
                      "elapsedTime": 185
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-11-19T00:00:00.0Z",
                      "departureTime": "2026-07-31T00:00:00.0Z",
                      "duration": 177,
                      "elapsedTime": 86
                    }
                  ],
                  "iatci": false,
                  "id": "b484592a-7aeb-4c07-8087-76acc1db1398",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "894",
                  "span": "INTERNATIONAL",
                  "status": "DELAYED",
                  "subjectToGovernmentApproval": false,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": true,
                  "timeToDeparture": 767
                }
              ],
              "id": "54b5a305-16c2-4c2e-9533-3c7610d06c98",
              "number": "407",
              "operatingAirlineRecordLocator": "RTPJMJ",
              "programIdentifier": "192398",
              "seatStatus": "CONFIRMED",
              "sequence": 4,
              "status": {
                "code": "Tw",
                "value": "SOLD_SOLD"
              }
            },
            {
              "applicableTransportationSecurity": [
                "KNOWN_TRAVELER",
                "REDRESS",
                "REDRESS"
              ],
              "associationId": 268,
              "baggageCheckInRules": {
                "baggageRouteRequired": true,
                "homePrintedBagTagRestricted": {
                  "message": "Restriction applied.",
                  "type": "RESTRICTED_ON_INTERLINE_FLIGHT"
                },
                "lateCheckIn": true,
                "maxGuaranteedQuantity": 3,
                "maxQuantity": 3,
                "petAllowed": false,
                "reCheckInRequired": {
                  "message": "Customs clearance required.",
                  "reason": "MISSING_BAGGAGE_AGREEMENT"
                }
              },
              "bookingClassUpgradeStatus": {
                "code": "CO",
                "value": "REJECTED"
              },
              "eligibilities": {
                "eligibility": [
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "FLbnM2gv4CVPZrY2MMMl",
                        "message": "This flight is not eligible.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "519"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "897"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "252"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "362"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "918"
                          }
                        ]
                      },
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "5NBhepoPjFDhGlQMHW9S",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "122"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "647"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "132"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "479"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "779"
                          }
                        ]
                      },
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "HgE4dLBk6dYQ9Va7vVrl",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "951"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "RIV2QKeD2bKX9WIlfwyd",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "842"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  }
                ]
              },
              "fareInfo": {
                "amount": 590.03,
                "atpcoRule": "eSbn",
                "atpcoTariff": 14,
                "bookingClass": "C",
                "brand": "F2",
                "cabinClass": "PREMIUM_ECONOMY",
                "cabinClassCode": "I",
                "discountCategory": "08",
                "fareBasisCode": "6fTt4f",
                "governingAirline": "[ob",
                "id": "6c5f0a43-0655-4336-9f25-e1a5e7073394",
                "operatingBookingClass": "P",
                "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": "EC",
                  "arrivalFlightScheduleStatus": "EARLY",
                  "arrivalTerminal": "pA",
                  "arrivalTime": "2027-03-12T00:00:00.0Z",
                  "boardingTime": "1944-07-20T20:53:05.0Z",
                  "changeOfGauge": false,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "GD",
                  "departureFlightScheduleStatus": "ON_TIME",
                  "departureGate": "3n",
                  "departureTerminal": "DB",
                  "departureTime": "2026-09-09T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 4986
                  },
                  "equipment": "951",
                  "estimatedArrivalTime": "1903-07-05T09:57:50.0Z",
                  "estimatedDepartureTime": "1914-04-23T19:52:20.0Z",
                  "flightDuration": 186,
                  "flightNumber": "12",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-03-12T00:00:00.0Z",
                      "departureTime": "2027-03-10T00:00:00.0Z",
                      "duration": 93,
                      "elapsedTime": 226
                    }
                  ],
                  "iatci": false,
                  "id": "dca9d289-8946-424c-ae45-6de33739b755",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "9",
                  "span": "DOMESTIC",
                  "status": "DELAYED",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": false,
                  "timeToDeparture": 11
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "VC",
                  "arrivalFlightScheduleStatus": "DELAYED",
                  "arrivalTerminal": "lf",
                  "arrivalTime": "2027-01-22T00:00:00.0Z",
                  "boardingTime": "1921-09-03T12:15:40.0Z",
                  "changeOfGauge": false,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "TK",
                  "departureFlightScheduleStatus": "ON_TIME",
                  "departureGate": "ZB",
                  "departureTerminal": "JZ",
                  "departureTime": "2027-06-08T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 3915
                  },
                  "equipment": "574",
                  "estimatedArrivalTime": "1938-06-11T20:06:18.0Z",
                  "estimatedDepartureTime": "1894-02-20T22:13:44.0Z",
                  "flightDuration": 585,
                  "flightNumber": "1",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-04-12T00:00:00.0Z",
                      "departureTime": "2027-01-27T00:00:00.0Z",
                      "duration": 118,
                      "elapsedTime": 163
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-09-10T00:00:00.0Z",
                      "departureTime": "2026-10-07T00:00:00.0Z",
                      "duration": 177,
                      "elapsedTime": 82
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-12-08T00:00:00.0Z",
                      "departureTime": "2027-04-01T00:00:00.0Z",
                      "duration": 90,
                      "elapsedTime": 224
                    }
                  ],
                  "iatci": true,
                  "id": "d05e7076-d50e-436e-8e76-be0bf07018db",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "225",
                  "span": "DOMESTIC",
                  "status": "DELAYED",
                  "subjectToGovernmentApproval": false,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": false,
                  "timeToDeparture": 914
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "SR",
                  "arrivalFlightScheduleStatus": "EARLY",
                  "arrivalTerminal": "46",
                  "arrivalTime": "2026-10-04T00:00:00.0Z",
                  "boardingTime": "1922-03-23T23:35:10.0Z",
                  "changeOfGauge": true,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "VC",
                  "departureFlightScheduleStatus": "EARLY",
                  "departureGate": "f7",
                  "departureTerminal": "D8",
                  "departureTime": "2026-07-18T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 3934
                  },
                  "equipment": "661",
                  "estimatedArrivalTime": "1904-09-20T02:03:19.0Z",
                  "estimatedDepartureTime": "1910-03-30T07:51:18.0Z",
                  "flightDuration": 160,
                  "flightNumber": "97",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-09-11T00:00:00.0Z",
                      "departureTime": "2027-04-07T00:00:00.0Z",
                      "duration": 48,
                      "elapsedTime": 293
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-08-04T00:00:00.0Z",
                      "departureTime": "2027-01-08T00:00:00.0Z",
                      "duration": 122,
                      "elapsedTime": 79
                    }
                  ],
                  "iatci": true,
                  "id": "545f7f9f-d66a-4d2a-b9c8-e71d23efcf36",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "82",
                  "span": "DOMESTIC",
                  "status": "DELAYED",
                  "subjectToGovernmentApproval": false,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": true,
                  "timeToDeparture": 111
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "NZ",
                  "arrivalFlightScheduleStatus": "ON_TIME",
                  "arrivalTerminal": "55",
                  "arrivalTime": "2026-07-02T00:00:00.0Z",
                  "boardingTime": "1933-06-11T07:50:36.0Z",
                  "changeOfGauge": false,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "EG",
                  "departureFlightScheduleStatus": "EARLY",
                  "departureGate": "TH",
                  "departureTerminal": "bW",
                  "departureTime": "2027-03-10T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 3999
                  },
                  "equipment": "969",
                  "estimatedArrivalTime": "1891-12-29T16:50:51.0Z",
                  "estimatedDepartureTime": "1947-11-16T01:15:09.0Z",
                  "flightDuration": 218,
                  "flightNumber": "9050",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-08-07T00:00:00.0Z",
                      "departureTime": "2026-12-17T00:00:00.0Z",
                      "duration": 51,
                      "elapsedTime": 210
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-07-25T00:00:00.0Z",
                      "departureTime": "2026-10-01T00:00:00.0Z",
                      "duration": 104,
                      "elapsedTime": 154
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-10-16T00:00:00.0Z",
                      "departureTime": "2027-02-16T00:00:00.0Z",
                      "duration": 134,
                      "elapsedTime": 223
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-03-12T00:00:00.0Z",
                      "departureTime": "2026-10-04T00:00:00.0Z",
                      "duration": 65,
                      "elapsedTime": 293
                    }
                  ],
                  "iatci": false,
                  "id": "ec96129a-5552-44d4-9e9c-038cfed28628",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "1",
                  "span": "INTERNATIONAL",
                  "status": "CANCELLED",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": false,
                  "timeToDeparture": 199
                }
              ],
              "id": "8ac84f50-f319-4252-89eb-250c5e09f609",
              "number": "500",
              "operatingAirlineRecordLocator": "KAJPDX",
              "programIdentifier": "879316",
              "seatStatus": "CONFIRMED",
              "sequence": 8,
              "status": {
                "code": "BH",
                "value": "CONFIRMED"
              }
            },
            {
              "applicableTransportationSecurity": [
                "REDRESS",
                "KNOWN_TRAVELER"
              ],
              "associationId": 508,
              "baggageCheckInRules": {
                "baggageRouteRequired": false,
                "homePrintedBagTagRestricted": {
                  "message": "Home printing prohibited.",
                  "type": "RESTRICTED_ON_INTERLINE_FLIGHT"
                },
                "lateCheckIn": false,
                "maxGuaranteedQuantity": 2,
                "maxQuantity": 5,
                "petAllowed": false,
                "reCheckInRequired": {
                  "message": "Customs clearance required.",
                  "reason": "LEGAL_RESTRICTIONS"
                }
              },
              "bookingClassUpgradeStatus": {
                "code": "PE",
                "value": "OTHER"
              },
              "eligibilities": {
                "eligibility": [
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "aTzMfkrbwCTuHhLEK4Zl",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "261"
                          }
                        ]
                      },
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "CUf10MF3lIRkfQPnxpD0",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "831"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "XWJ0pFWB3hod30rp0pKE",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "613"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "016"
                          }
                        ]
                      },
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "TlHK816OI1AujIDElmb9",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "318"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "620"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "341"
                          }
                        ]
                      },
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "KRLrLwkkARcHVTj6qFG8",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "623"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "488"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "482"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "746"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "235"
                          }
                        ]
                      },
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "SUztsE4dDfqq1jtn69wX",
                        "message": "This flight is not eligible.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "476"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "149"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "693"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "869"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "008"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "7WefWPUtA4AWoAlCmhLE",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "168"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "246"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "582"
                          }
                        ]
                      },
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "gfpM4kzqiWEI68WHmZTZ",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "611"
                          }
                        ]
                      },
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "QuDZpGSXFfmJqfNLRQec",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "695"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "633"
                          }
                        ]
                      },
                      {
                        "category": "MISSING_DOCUMENT",
                        "details": "QlcRtGfFrA8lNdx5ynPL",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "792"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "586"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "058"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "686"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "732"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  }
                ]
              },
              "fareInfo": {
                "amount": 448.79,
                "atpcoRule": "juum",
                "atpcoTariff": 38,
                "bookingClass": "d",
                "brand": "LO",
                "cabinClass": "BUSINESS",
                "cabinClassCode": "V",
                "discountCategory": "07",
                "fareBasisCode": "hSJ48S",
                "governingAirline": "[ob",
                "id": "51fb113f-edd5-4a4a-b966-20dab22694e6",
                "operatingBookingClass": "K",
                "privateTariff": false,
                "type": "NRF",
                "vendor": {
                  "code": "ATP",
                  "value": "SITA"
                }
              },
              "flightDetail": [
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "GH",
                  "arrivalFlightScheduleStatus": "EARLY",
                  "arrivalTerminal": "uC",
                  "arrivalTime": "2027-05-30T00:00:00.0Z",
                  "boardingTime": "1920-06-18T10:56:01.0Z",
                  "changeOfGauge": true,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "VG",
                  "departureFlightScheduleStatus": "DELAYED",
                  "departureGate": "K5",
                  "departureTerminal": "3Z",
                  "departureTime": "2027-03-25T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 2413
                  },
                  "equipment": "839",
                  "estimatedArrivalTime": "1928-10-25T23:18:06.0Z",
                  "estimatedDepartureTime": "1926-07-27T06:03:56.0Z",
                  "flightDuration": 239,
                  "flightNumber": "8",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-04-13T00:00:00.0Z",
                      "departureTime": "2026-12-15T00:00:00.0Z",
                      "duration": 134,
                      "elapsedTime": 184
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-09-05T00:00:00.0Z",
                      "departureTime": "2026-09-27T00:00:00.0Z",
                      "duration": 115,
                      "elapsedTime": 252
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-12-10T00:00:00.0Z",
                      "departureTime": "2027-01-20T00:00:00.0Z",
                      "duration": 165,
                      "elapsedTime": 154
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-01-08T00:00:00.0Z",
                      "departureTime": "2027-01-15T00:00:00.0Z",
                      "duration": 34,
                      "elapsedTime": 152
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-02-22T00:00:00.0Z",
                      "departureTime": "2027-02-23T00:00:00.0Z",
                      "duration": 47,
                      "elapsedTime": 96
                    }
                  ],
                  "iatci": true,
                  "id": "1c9044da-47f9-4f2e-9a15-ae277223e4cc",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "4597",
                  "span": "DOMESTIC",
                  "status": "CANCELLED",
                  "subjectToGovernmentApproval": false,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": true,
                  "timeToDeparture": 309
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "FI",
                  "arrivalFlightScheduleStatus": "DELAYED",
                  "arrivalTerminal": "nY",
                  "arrivalTime": "2027-05-26T00:00:00.0Z",
                  "boardingTime": "1905-02-02T21:22:15.0Z",
                  "changeOfGauge": false,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "KW",
                  "departureFlightScheduleStatus": "DELAYED",
                  "departureGate": "Vi",
                  "departureTerminal": "To",
                  "departureTime": "2027-03-09T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 224
                  },
                  "equipment": "000",
                  "estimatedArrivalTime": "1910-08-26T04:55:31.0Z",
                  "estimatedDepartureTime": "1919-04-08T17:25:12.0Z",
                  "flightDuration": 426,
                  "flightNumber": "827",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-06-11T00:00:00.0Z",
                      "departureTime": "2026-12-15T00:00:00.0Z",
                      "duration": 101,
                      "elapsedTime": 264
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-01-21T00:00:00.0Z",
                      "departureTime": "2026-07-03T00:00:00.0Z",
                      "duration": 37,
                      "elapsedTime": 244
                    }
                  ],
                  "iatci": true,
                  "id": "dd7f72c1-3896-4f38-a73d-fed300146bc6",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "8",
                  "span": "INTERNATIONAL",
                  "status": "CANCELLED",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": false,
                  "timeToDeparture": 454
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "GL",
                  "arrivalFlightScheduleStatus": "EARLY",
                  "arrivalTerminal": "Ti",
                  "arrivalTime": "2026-08-24T00:00:00.0Z",
                  "boardingTime": "1933-11-13T04:02:52.0Z",
                  "changeOfGauge": true,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "GD",
                  "departureFlightScheduleStatus": "CANCELLED",
                  "departureGate": "93",
                  "departureTerminal": "ro",
                  "departureTime": "2026-10-21T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 2511
                  },
                  "equipment": "350",
                  "estimatedArrivalTime": "1957-10-04T05:48:53.0Z",
                  "estimatedDepartureTime": "1913-08-19T14:52:13.0Z",
                  "flightDuration": 380,
                  "flightNumber": "886",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-03-20T00:00:00.0Z",
                      "departureTime": "2027-04-26T00:00:00.0Z",
                      "duration": 157,
                      "elapsedTime": 62
                    }
                  ],
                  "iatci": true,
                  "id": "11014f53-ceab-4982-9fa0-d2f3e35fdd8b",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "9722",
                  "span": "INTERNATIONAL",
                  "status": "CANCELLED",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": true,
                  "timeToDeparture": 277
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "GH",
                  "arrivalFlightScheduleStatus": "ON_TIME",
                  "arrivalTerminal": "dL",
                  "arrivalTime": "2026-10-18T00:00:00.0Z",
                  "boardingTime": "1926-06-02T08:27:07.0Z",
                  "changeOfGauge": false,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "BR",
                  "departureFlightScheduleStatus": "DELAYED",
                  "departureGate": "pw",
                  "departureTerminal": "Sa",
                  "departureTime": "2026-10-02T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 2341
                  },
                  "equipment": "106",
                  "estimatedArrivalTime": "1928-04-05T09:30:04.0Z",
                  "estimatedDepartureTime": "1931-04-10T23:27:17.0Z",
                  "flightDuration": 293,
                  "flightNumber": "23",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-09-22T00:00:00.0Z",
                      "departureTime": "2027-06-08T00:00:00.0Z",
                      "duration": 116,
                      "elapsedTime": 165
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-09-16T00:00:00.0Z",
                      "departureTime": "2027-05-14T00:00:00.0Z",
                      "duration": 61,
                      "elapsedTime": 242
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-08-15T00:00:00.0Z",
                      "departureTime": "2027-02-02T00:00:00.0Z",
                      "duration": 34,
                      "elapsedTime": 104
                    }
                  ],
                  "iatci": true,
                  "id": "503f90bf-1df7-42e6-9e43-af99d7dc6f8f",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "344",
                  "span": "DOMESTIC",
                  "status": "ON TIME",
                  "subjectToGovernmentApproval": false,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": true,
                  "timeToDeparture": 956
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "EG",
                  "arrivalFlightScheduleStatus": "ON_TIME",
                  "arrivalTerminal": "qD",
                  "arrivalTime": "2027-04-17T00:00:00.0Z",
                  "boardingTime": "1950-06-07T15:48:28.0Z",
                  "changeOfGauge": true,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "CR",
                  "departureFlightScheduleStatus": "ON_TIME",
                  "departureGate": "nU",
                  "departureTerminal": "IL",
                  "departureTime": "2026-11-09T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 4299
                  },
                  "equipment": "635",
                  "estimatedArrivalTime": "1955-12-15T23:51:19.0Z",
                  "estimatedDepartureTime": "1961-04-09T08:50:44.0Z",
                  "flightDuration": 550,
                  "flightNumber": "1335",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-03-14T00:00:00.0Z",
                      "departureTime": "2027-03-24T00:00:00.0Z",
                      "duration": 176,
                      "elapsedTime": 244
                    }
                  ],
                  "iatci": false,
                  "id": "19493b3f-60bf-400b-a770-8a9b7e6f7797",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "1",
                  "span": "DOMESTIC",
                  "status": "ON TIME",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": true,
                  "timeToDeparture": 571
                }
              ],
              "id": "24fc2ca5-43e1-4479-a282-00329f8cc415",
              "number": "473",
              "operatingAirlineRecordLocator": "ASXBSZ",
              "programIdentifier": "921223",
              "seatStatus": "CONFIRMED",
              "sequence": 4,
              "status": {
                "code": "GM",
                "value": "SCHEDULE_CHANGE"
              }
            }
          ],
          "segment": [
            {
              "applicableTransportationSecurity": [
                "KNOWN_TRAVELER",
                "REDRESS"
              ],
              "associationId": 544,
              "baggageCheckInRules": {
                "baggageRouteRequired": false,
                "homePrintedBagTagRestricted": {
                  "message": "Restriction applied.",
                  "type": "RESTRICTED"
                },
                "lateCheckIn": false,
                "maxGuaranteedQuantity": 2,
                "maxQuantity": 5,
                "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": "RS6uEqtbx4Mjrb9SmWSS",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "670"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "227"
                          }
                        ]
                      },
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "2AHVPIrteyC0gHjFhg85",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "966"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "349"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "480"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "625"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "694"
                          }
                        ]
                      },
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "3VnnTinhFsh3QTIyeJzz",
                        "message": "This flight is not eligible.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "123"
                          }
                        ]
                      },
                      {
                        "category": "MISSING_DOCUMENT",
                        "details": "Bp2xxpvuQ08gGfuiBb8v",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "439"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "238"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "355"
                          }
                        ]
                      },
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "npJasZJARIie2NbFuxPD",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "302"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "984"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "798"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "799"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "MISSING_DOCUMENT",
                        "details": "JANyKkY82VouXZd6JwWt",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "769"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "979"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "638"
                          }
                        ]
                      },
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "h28n6uLRUsQUvZU9D3G0",
                        "message": "This flight is not eligible.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "599"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "118"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "323"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  }
                ]
              },
              "fareInfo": {
                "amount": 952.23,
                "atpcoRule": "1H2l",
                "atpcoTariff": 50,
                "bookingClass": "o",
                "brand": "rc",
                "cabinClass": "FIRST",
                "cabinClassCode": "Q",
                "discountCategory": "33",
                "fareBasisCode": "FLjzCB",
                "governingAirline": "[ob",
                "id": "e0a8c7b0-eda6-4ddc-8b8c-dc5752042b5c",
                "operatingBookingClass": "m",
                "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": "SM",
                  "arrivalFlightScheduleStatus": "ON_TIME",
                  "arrivalTerminal": "5C",
                  "arrivalTime": "2027-01-29T00:00:00.0Z",
                  "boardingTime": "1950-06-19T17:13:56.0Z",
                  "changeOfGauge": true,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "SM",
                  "departureFlightScheduleStatus": "ON_TIME",
                  "departureGate": "zL",
                  "departureTerminal": "xS",
                  "departureTime": "2026-08-24T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 3505
                  },
                  "equipment": "462",
                  "estimatedArrivalTime": "1919-07-05T10:02:57.0Z",
                  "estimatedDepartureTime": "1918-10-06T12:55:08.0Z",
                  "flightDuration": 248,
                  "flightNumber": "6",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-07-06T00:00:00.0Z",
                      "departureTime": "2027-05-24T00:00:00.0Z",
                      "duration": 174,
                      "elapsedTime": 83
                    }
                  ],
                  "iatci": true,
                  "id": "491537be-e3d8-4569-93d2-175f86689b5c",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "9613",
                  "span": "DOMESTIC",
                  "status": "ON TIME",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": true,
                  "timeToDeparture": 550
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "PT",
                  "arrivalFlightScheduleStatus": "DELAYED",
                  "arrivalTerminal": "sV",
                  "arrivalTime": "2026-07-27T00:00:00.0Z",
                  "boardingTime": "1925-11-11T02:53:27.0Z",
                  "changeOfGauge": false,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "SL",
                  "departureFlightScheduleStatus": "CANCELLED",
                  "departureGate": "kt",
                  "departureTerminal": "FZ",
                  "departureTime": "2027-02-09T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 163
                  },
                  "equipment": "554",
                  "estimatedArrivalTime": "1941-03-25T07:51:43.0Z",
                  "estimatedDepartureTime": "1927-10-08T01:49:42.0Z",
                  "flightDuration": 195,
                  "flightNumber": "5158",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-07-13T00:00:00.0Z",
                      "departureTime": "2026-06-18T00:00:00.0Z",
                      "duration": 177,
                      "elapsedTime": 70
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-03-18T00:00:00.0Z",
                      "departureTime": "2026-08-04T00:00:00.0Z",
                      "duration": 60,
                      "elapsedTime": 232
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-09-29T00:00:00.0Z",
                      "departureTime": "2026-12-27T00:00:00.0Z",
                      "duration": 43,
                      "elapsedTime": 238
                    }
                  ],
                  "iatci": false,
                  "id": "bdb4c5a0-8559-4b99-b525-d01f19e5f19d",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "2871",
                  "span": "INTERNATIONAL",
                  "status": "ON TIME",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": false,
                  "timeToDeparture": 492
                }
              ],
              "id": "9dc8d67a-a964-4598-a062-9378ea5700a1",
              "number": "915",
              "operatingAirlineRecordLocator": "BEWFDE",
              "programIdentifier": "747661",
              "seatStatus": "CONFIRMED",
              "sequence": 11,
              "status": {
                "code": "Tf",
                "value": "DESIRED"
              }
            }
          ],
          "type": "OUTBOUND"
        },
        {
          "alternativeSegment": [
            {
              "applicableTransportationSecurity": [
                "KNOWN_TRAVELER",
                "KNOWN_TRAVELER",
                "KNOWN_TRAVELER",
                "REDRESS",
                "KNOWN_TRAVELER"
              ],
              "associationId": 940,
              "baggageCheckInRules": {
                "baggageRouteRequired": false,
                "homePrintedBagTagRestricted": {
                  "message": "Restriction applied.",
                  "type": "RESTRICTED_ON_GIVEN_AIRPORT"
                },
                "lateCheckIn": false,
                "maxGuaranteedQuantity": 2,
                "maxQuantity": 1,
                "petAllowed": true,
                "reCheckInRequired": {
                  "message": "Re-check required at airport.",
                  "reason": "LEGAL_RESTRICTIONS"
                }
              },
              "bookingClassUpgradeStatus": {
                "code": "PE",
                "value": "UPGRADED"
              },
              "eligibilities": {
                "eligibility": [
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "vF24Dc1Zxmc0f3himpie",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "902"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "824"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "093"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "917"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "256"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "24z9ApKGNcX8PbJAuFjO",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "202"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "841"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "463"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "114"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "611"
                          }
                        ]
                      },
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "Y1RUWAY5yXlVMb7OFgXB",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "248"
                          }
                        ]
                      },
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "b2YqW30yjcE8yzzhSpzl",
                        "message": "This flight is not eligible.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "252"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "821"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "571"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "760"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "160"
                          }
                        ]
                      },
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "jx7OT3MCgLQgx4rwr8k5",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "785"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "979"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "480"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "282"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "kN6vSYcf6zllpcor7knx",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "173"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "159"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "622"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "195"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "869"
                          }
                        ]
                      },
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "VipBmD9zWu8GREqkxY5v",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "862"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "259"
                          }
                        ]
                      },
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "sr7DsiubN6B20hGKfP1B",
                        "message": "This flight is not eligible.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "543"
                          }
                        ]
                      },
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "7FQqcYX87hgLTZeWbC3C",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "816"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "632"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "790"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "338"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "1V0ER4lPyw5POWJhs5sm",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "134"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "590"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "601"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "227"
                          }
                        ]
                      },
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "1t4zyDz2nAdY2VW8kVYo",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "757"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "365"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "755"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "159"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "269"
                          }
                        ]
                      },
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "h9cZAtXsptJ2tVP1ad95",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "912"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "633"
                          }
                        ]
                      },
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "O0aiMIsfUWA1YczKlMCb",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "339"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "362"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  }
                ]
              },
              "fareInfo": {
                "amount": 1430.81,
                "atpcoRule": "sSzF",
                "atpcoTariff": 85,
                "bookingClass": "O",
                "brand": "JO",
                "cabinClass": "PREMIUM_ECONOMY",
                "cabinClassCode": "K",
                "discountCategory": "86",
                "fareBasisCode": "HqOszg",
                "governingAirline": "[ob",
                "id": "bb835076-fe79-4851-855a-356fb4b7d036",
                "operatingBookingClass": "J",
                "privateTariff": true,
                "type": "NRF",
                "vendor": {
                  "code": "ATP",
                  "value": "SABRE_MYFARES_SUBSCRIBERS"
                }
              },
              "flightDetail": [
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "GM",
                  "arrivalFlightScheduleStatus": "EARLY",
                  "arrivalTerminal": "ED",
                  "arrivalTime": "2027-06-01T00:00:00.0Z",
                  "boardingTime": "1969-01-25T12:25:01.0Z",
                  "changeOfGauge": false,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "WF",
                  "departureFlightScheduleStatus": "CANCELLED",
                  "departureGate": "lQ",
                  "departureTerminal": "TG",
                  "departureTime": "2027-02-10T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 780
                  },
                  "equipment": "300",
                  "estimatedArrivalTime": "1961-09-11T13:05:13.0Z",
                  "estimatedDepartureTime": "1949-04-25T10:23:39.0Z",
                  "flightDuration": 273,
                  "flightNumber": "7515",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-07-14T00:00:00.0Z",
                      "departureTime": "2027-02-27T00:00:00.0Z",
                      "duration": 51,
                      "elapsedTime": 268
                    }
                  ],
                  "iatci": false,
                  "id": "3c1d7dfb-45f5-403e-8709-6c38e9c3db29",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "3414",
                  "span": "DOMESTIC",
                  "status": "ON TIME",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": false,
                  "timeToDeparture": 526
                }
              ],
              "id": "11be8715-c967-4562-91f6-f35451fa9a58",
              "number": "160",
              "operatingAirlineRecordLocator": "UYMCCB",
              "priorityListPassengerIds": {
                "0": "id01",
                "1": "id02"
              },
              "programIdentifier": "003015",
              "seatStatus": "STANDBY",
              "segmentRefs": {
                "0": "id01",
                "1": "id02"
              },
              "sequence": 4,
              "status": {
                "code": "Cf",
                "value": "STANDBY"
              }
            },
            {
              "applicableTransportationSecurity": [
                "REDRESS",
                "REDRESS",
                "REDRESS",
                "KNOWN_TRAVELER",
                "KNOWN_TRAVELER"
              ],
              "associationId": 217,
              "baggageCheckInRules": {
                "baggageRouteRequired": true,
                "homePrintedBagTagRestricted": {
                  "message": "Restriction applied.",
                  "type": "RESTRICTED_ON_INTERLINE_FLIGHT"
                },
                "lateCheckIn": true,
                "maxGuaranteedQuantity": 1,
                "maxQuantity": 2,
                "petAllowed": false,
                "reCheckInRequired": {
                  "message": "Customs clearance required.",
                  "reason": "LEGAL_RESTRICTIONS"
                }
              },
              "bookingClassUpgradeStatus": {
                "code": "CO",
                "value": "OTHER"
              },
              "eligibilities": {
                "eligibility": [
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "rmBbuursRH9P5Zn7DyTR",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "008"
                          }
                        ]
                      },
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "j5XxuUwfBEIb9FizaYTY",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "654"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "422"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "998"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "167"
                          }
                        ]
                      },
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "BxK7hwDctzmavSmJ4n8o",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "975"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "244"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "167"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "804"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "jPxETjtXXZWuZ7IByc7Y",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "699"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "403"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "801"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "371"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "170"
                          }
                        ]
                      },
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "mjT7mMS96DrljUMrRGm8",
                        "message": "This flight is not eligible.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "123"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "844"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "181"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "188"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  }
                ]
              },
              "fareInfo": {
                "amount": 1040.7,
                "atpcoRule": "bdoN",
                "atpcoTariff": 28,
                "bookingClass": "D",
                "brand": "rj",
                "cabinClass": "FIRST",
                "cabinClassCode": "G",
                "discountCategory": "15",
                "fareBasisCode": "j59sbU",
                "governingAirline": "[ob",
                "id": "7fbc5a00-0a80-4080-999f-0f22659c4142",
                "operatingBookingClass": "t",
                "privateTariff": false,
                "type": "NRF",
                "vendor": {
                  "code": "SMFC",
                  "value": "SITA"
                }
              },
              "flightDetail": [
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "HU",
                  "arrivalFlightScheduleStatus": "EARLY",
                  "arrivalTerminal": "uq",
                  "arrivalTime": "2026-12-08T00:00:00.0Z",
                  "boardingTime": "1939-11-09T07:19:34.0Z",
                  "changeOfGauge": true,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "AQ",
                  "departureFlightScheduleStatus": "CANCELLED",
                  "departureGate": "62",
                  "departureTerminal": "Tf",
                  "departureTime": "2026-07-02T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 4116
                  },
                  "equipment": "703",
                  "estimatedArrivalTime": "1934-08-10T13:33:21.0Z",
                  "estimatedDepartureTime": "1928-02-22T17:07:26.0Z",
                  "flightDuration": 347,
                  "flightNumber": "2851",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-01-15T00:00:00.0Z",
                      "departureTime": "2026-11-16T00:00:00.0Z",
                      "duration": 110,
                      "elapsedTime": 177
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-05-17T00:00:00.0Z",
                      "departureTime": "2026-12-25T00:00:00.0Z",
                      "duration": 59,
                      "elapsedTime": 212
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-06-24T00:00:00.0Z",
                      "departureTime": "2026-11-24T00:00:00.0Z",
                      "duration": 59,
                      "elapsedTime": 218
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-05-21T00:00:00.0Z",
                      "departureTime": "2027-03-09T00:00:00.0Z",
                      "duration": 53,
                      "elapsedTime": 274
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-03-03T00:00:00.0Z",
                      "departureTime": "2026-10-13T00:00:00.0Z",
                      "duration": 73,
                      "elapsedTime": 184
                    }
                  ],
                  "iatci": true,
                  "id": "cc068ea8-6291-4385-a7cc-0bb9b6d98c21",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "9",
                  "span": "INTERNATIONAL",
                  "status": "DELAYED",
                  "subjectToGovernmentApproval": false,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": true,
                  "timeToDeparture": 625
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "AM",
                  "arrivalFlightScheduleStatus": "CANCELLED",
                  "arrivalTerminal": "NG",
                  "arrivalTime": "2026-12-10T00:00:00.0Z",
                  "boardingTime": "1967-01-26T01:50:06.0Z",
                  "changeOfGauge": false,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "GM",
                  "departureFlightScheduleStatus": "ON_TIME",
                  "departureGate": "yE",
                  "departureTerminal": "Ij",
                  "departureTime": "2026-09-16T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 2699
                  },
                  "equipment": "021",
                  "estimatedArrivalTime": "1924-05-19T09:12:48.0Z",
                  "estimatedDepartureTime": "1939-04-13T07:35:49.0Z",
                  "flightDuration": 382,
                  "flightNumber": "377",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-08-28T00:00:00.0Z",
                      "departureTime": "2026-07-13T00:00:00.0Z",
                      "duration": 115,
                      "elapsedTime": 194
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-08-01T00:00:00.0Z",
                      "departureTime": "2027-01-08T00:00:00.0Z",
                      "duration": 80,
                      "elapsedTime": 216
                    }
                  ],
                  "iatci": false,
                  "id": "98c7da8f-2e00-4263-98ca-acb1f485fb1b",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "77",
                  "span": "INTERNATIONAL",
                  "status": "ON TIME",
                  "subjectToGovernmentApproval": false,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": true,
                  "timeToDeparture": 593
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "GW",
                  "arrivalFlightScheduleStatus": "ON_TIME",
                  "arrivalTerminal": "n1",
                  "arrivalTime": "2027-06-01T00:00:00.0Z",
                  "boardingTime": "1958-12-22T14:16:19.0Z",
                  "changeOfGauge": true,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "BE",
                  "departureFlightScheduleStatus": "DELAYED",
                  "departureGate": "sR",
                  "departureTerminal": "hA",
                  "departureTime": "2026-07-22T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 3609
                  },
                  "equipment": "369",
                  "estimatedArrivalTime": "1946-01-22T13:39:01.0Z",
                  "estimatedDepartureTime": "1910-11-09T05:20:40.0Z",
                  "flightDuration": 437,
                  "flightNumber": "1325",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-02-11T00:00:00.0Z",
                      "departureTime": "2026-11-27T00:00:00.0Z",
                      "duration": 151,
                      "elapsedTime": 79
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-06-18T00:00:00.0Z",
                      "departureTime": "2027-05-23T00:00:00.0Z",
                      "duration": 145,
                      "elapsedTime": 236
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-05-07T00:00:00.0Z",
                      "departureTime": "2026-09-17T00:00:00.0Z",
                      "duration": 148,
                      "elapsedTime": 206
                    }
                  ],
                  "iatci": true,
                  "id": "c9f8b832-33a1-44f0-be25-b72d418d526c",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "3968",
                  "span": "DOMESTIC",
                  "status": "DELAYED",
                  "subjectToGovernmentApproval": false,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": true,
                  "timeToDeparture": 948
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "BQ",
                  "arrivalFlightScheduleStatus": "ON_TIME",
                  "arrivalTerminal": "eq",
                  "arrivalTime": "2027-02-23T00:00:00.0Z",
                  "boardingTime": "1931-12-24T08:17:39.0Z",
                  "changeOfGauge": true,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "GW",
                  "departureFlightScheduleStatus": "CANCELLED",
                  "departureGate": "f2",
                  "departureTerminal": "Bs",
                  "departureTime": "2027-06-03T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 3056
                  },
                  "equipment": "683",
                  "estimatedArrivalTime": "1890-03-02T21:13:48.0Z",
                  "estimatedDepartureTime": "1915-01-06T16:22:06.0Z",
                  "flightDuration": 300,
                  "flightNumber": "2",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-03-15T00:00:00.0Z",
                      "departureTime": "2026-07-22T00:00:00.0Z",
                      "duration": 143,
                      "elapsedTime": 70
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-02-07T00:00:00.0Z",
                      "departureTime": "2026-09-22T00:00:00.0Z",
                      "duration": 72,
                      "elapsedTime": 91
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-09-02T00:00:00.0Z",
                      "departureTime": "2026-11-16T00:00:00.0Z",
                      "duration": 119,
                      "elapsedTime": 247
                    }
                  ],
                  "iatci": false,
                  "id": "be8426ec-a610-422e-b8b2-189b434277db",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "5",
                  "span": "DOMESTIC",
                  "status": "CANCELLED",
                  "subjectToGovernmentApproval": false,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": false,
                  "timeToDeparture": 608
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "WS",
                  "arrivalFlightScheduleStatus": "EARLY",
                  "arrivalTerminal": "ZD",
                  "arrivalTime": "2027-03-06T00:00:00.0Z",
                  "boardingTime": "1917-11-19T21:21:46.0Z",
                  "changeOfGauge": true,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "MA",
                  "departureFlightScheduleStatus": "EARLY",
                  "departureGate": "Ov",
                  "departureTerminal": "gw",
                  "departureTime": "2027-04-11T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 4737
                  },
                  "equipment": "306",
                  "estimatedArrivalTime": "1892-07-18T15:58:50.0Z",
                  "estimatedDepartureTime": "1898-04-21T10:33:04.0Z",
                  "flightDuration": 119,
                  "flightNumber": "406",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-07-16T00:00:00.0Z",
                      "departureTime": "2026-08-25T00:00:00.0Z",
                      "duration": 61,
                      "elapsedTime": 177
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-09-01T00:00:00.0Z",
                      "departureTime": "2026-11-23T00:00:00.0Z",
                      "duration": 31,
                      "elapsedTime": 92
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-12-06T00:00:00.0Z",
                      "departureTime": "2027-03-21T00:00:00.0Z",
                      "duration": 79,
                      "elapsedTime": 197
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-11-23T00:00:00.0Z",
                      "departureTime": "2027-01-09T00:00:00.0Z",
                      "duration": 91,
                      "elapsedTime": 254
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-07-07T00:00:00.0Z",
                      "departureTime": "2027-01-29T00:00:00.0Z",
                      "duration": 138,
                      "elapsedTime": 237
                    }
                  ],
                  "iatci": false,
                  "id": "c067e103-e9e7-46fa-8f43-cb8a20bff8d5",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "892",
                  "span": "DOMESTIC",
                  "status": "DELAYED",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": true,
                  "timeToDeparture": 244
                }
              ],
              "id": "52c59130-534e-4358-91de-e5acfeadc92d",
              "number": "372",
              "operatingAirlineRecordLocator": "UJUZYF",
              "priorityListPassengerIds": {
                "0": "id01",
                "1": "id02"
              },
              "programIdentifier": "508808",
              "seatStatus": "CONFIRMED",
              "segmentRefs": {
                "0": "id01",
                "1": "id02"
              },
              "sequence": 13,
              "status": {
                "code": "AV",
                "value": "NON_REVENUE"
              }
            }
          ],
          "eligibilities": {
            "eligibility": [
              {
                "notEligible": false,
                "reason": [
                  {
                    "category": "BOOKING_CANCELLED",
                    "details": "HuRDCg9BkxZ0WeAfjN0l",
                    "message": "This flight is not eligible.",
                    "property": [
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "789"
                      },
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "659"
                      },
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "962"
                      },
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "035"
                      }
                    ]
                  },
                  {
                    "category": "MISSING_DOCUMENT",
                    "details": "3nuUeqKRFRPeg47KvU7f",
                    "message": "This flight is not eligible.",
                    "property": [
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "652"
                      }
                    ]
                  },
                  {
                    "category": "BOOKING_CANCELLED",
                    "details": "zAAp9Bzel5IuNLFBUghW",
                    "message": "It is too early for check-in.",
                    "property": [
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "607"
                      },
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "217"
                      },
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "261"
                      },
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "552"
                      },
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "394"
                      }
                    ]
                  },
                  {
                    "category": "TOO_EARLY_FOR_CHECK_IN",
                    "details": "pYzDOXaVFyu6S8RcKjMr",
                    "message": "This flight is not eligible.",
                    "property": [
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "641"
                      }
                    ]
                  }
                ],
                "type": "CHECK_IN"
              }
            ]
          },
          "id": "fbecad35-d239-4ee9-840c-f56e887bb1de",
          "marriageGroup": [
            {
              "segmentRefs": [
                "id01",
                "id02"
              ]
            },
            {
              "segmentRefs": [
                "id01",
                "id02"
              ]
            },
            {
              "segmentRefs": [
                "id01",
                "id02"
              ]
            }
          ],
          "pastSegment": [
            {
              "applicableTransportationSecurity": [
                "KNOWN_TRAVELER"
              ],
              "associationId": 275,
              "baggageCheckInRules": {
                "baggageRouteRequired": false,
                "homePrintedBagTagRestricted": {
                  "message": "Restriction applied.",
                  "type": "RESTRICTED_FOR_GIVEN_AIRLINE"
                },
                "lateCheckIn": true,
                "maxGuaranteedQuantity": 2,
                "maxQuantity": 2,
                "petAllowed": false,
                "reCheckInRequired": {
                  "message": "Customs clearance required.",
                  "reason": "MISSING_BAGGAGE_AGREEMENT"
                }
              },
              "bookingClassUpgradeStatus": {
                "code": "CO",
                "value": "REJECTED"
              },
              "eligibilities": {
                "eligibility": [
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "lVOjU5XEhkYf1iz8OMWg",
                        "message": "This flight is not eligible.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "229"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "864"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "572"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "5O2EvSwCH8kZlbvaVvfr",
                        "message": "This flight is not eligible.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "536"
                          }
                        ]
                      },
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "KQLGoT6MfKIHPNz7Segl",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "254"
                          }
                        ]
                      },
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "3hWceNgXvzpRiyTACZ6c",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "162"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "118"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "010"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "Q0QdLUNeQhtfpJ9S7SPs",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "267"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "882"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "194"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "622"
                          }
                        ]
                      },
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "jTE6FJqhMfCNdDDkDIXb",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "608"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "076"
                          }
                        ]
                      },
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "w3f0ZPzatW0789QlLAEz",
                        "message": "This flight is not eligible.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "292"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "946"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "449"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "516"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "758"
                          }
                        ]
                      },
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "95dSgIgtOiEoPr6xeE5W",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "694"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "MISSING_DOCUMENT",
                        "details": "7GBmc15msXPtqBJqgfcV",
                        "message": "This flight is not eligible.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "889"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": true,
                    "reason": [
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "rEXlah8vleL5GDm9SkV0",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "258"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  }
                ]
              },
              "fareInfo": {
                "amount": 1306.39,
                "atpcoRule": "pBXM",
                "atpcoTariff": 6,
                "bookingClass": "L",
                "brand": "2G",
                "cabinClass": "PREMIUM_BUSINESS",
                "cabinClassCode": "G",
                "discountCategory": "07",
                "fareBasisCode": "cjSkzJ",
                "governingAirline": "[ob",
                "id": "ae42d24d-a69c-4cd8-8de5-0829c18f6314",
                "operatingBookingClass": "p",
                "privateTariff": true,
                "type": "NRF",
                "vendor": {
                  "code": "SITA",
                  "value": "SABRE_MYFARES_AIRLINES"
                }
              },
              "flightDetail": [
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "BQ",
                  "arrivalFlightScheduleStatus": "ON_TIME",
                  "arrivalTerminal": "xr",
                  "arrivalTime": "2027-05-26T00:00:00.0Z",
                  "boardingTime": "1915-10-17T23:47:44.0Z",
                  "changeOfGauge": true,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "FO",
                  "departureFlightScheduleStatus": "CANCELLED",
                  "departureGate": "qk",
                  "departureTerminal": "Bt",
                  "departureTime": "2026-12-15T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 4060
                  },
                  "equipment": "033",
                  "estimatedArrivalTime": "1963-12-03T19:25:21.0Z",
                  "estimatedDepartureTime": "1893-05-01T21:38:36.0Z",
                  "flightDuration": 73,
                  "flightNumber": "5333",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-04-19T00:00:00.0Z",
                      "departureTime": "2026-08-09T00:00:00.0Z",
                      "duration": 84,
                      "elapsedTime": 217
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-08-28T00:00:00.0Z",
                      "departureTime": "2027-05-31T00:00:00.0Z",
                      "duration": 165,
                      "elapsedTime": 247
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-09-16T00:00:00.0Z",
                      "departureTime": "2027-02-09T00:00:00.0Z",
                      "duration": 120,
                      "elapsedTime": 115
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-01-29T00:00:00.0Z",
                      "departureTime": "2027-04-01T00:00:00.0Z",
                      "duration": 44,
                      "elapsedTime": 91
                    }
                  ],
                  "iatci": true,
                  "id": "63953a77-0c31-45a2-9c38-0d8342876380",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "7426",
                  "span": "DOMESTIC",
                  "status": "DELAYED",
                  "subjectToGovernmentApproval": false,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": true,
                  "timeToDeparture": 675
                }
              ],
              "id": "92c735d0-1ec1-44d1-81c7-76f894c273fe",
              "number": "200",
              "operatingAirlineRecordLocator": "EZCTWC",
              "programIdentifier": "108455",
              "seatStatus": "STANDBY",
              "sequence": 12,
              "status": {
                "code": "tx",
                "value": "ON_HOLD"
              }
            },
            {
              "applicableTransportationSecurity": [
                "KNOWN_TRAVELER",
                "KNOWN_TRAVELER",
                "KNOWN_TRAVELER",
                "KNOWN_TRAVELER",
                "REDRESS"
              ],
              "associationId": 689,
              "baggageCheckInRules": {
                "baggageRouteRequired": true,
                "homePrintedBagTagRestricted": {
                  "message": "Restriction applied.",
                  "type": "RESTRICTED_ON_GIVEN_AIRPORT"
                },
                "lateCheckIn": true,
                "maxGuaranteedQuantity": 3,
                "maxQuantity": 3,
                "petAllowed": false,
                "reCheckInRequired": {
                  "message": "Customs clearance required.",
                  "reason": "LEGAL_RESTRICTIONS"
                }
              },
              "bookingClassUpgradeStatus": {
                "code": "CO",
                "value": "OTHER"
              },
              "eligibilities": {
                "eligibility": [
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "z5qqCwjbBkF7j8z3Kvc7",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "001"
                          }
                        ]
                      },
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "aAOZu9V8u8zKY3NTV7hc",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "138"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "779"
                          }
                        ]
                      },
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "c5niQ03VoUidCHK7RWEf",
                        "message": "This flight is not eligible.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "092"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "OAk7Oe2Wqogr3CFhlm4I",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "657"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "844"
                          }
                        ]
                      },
                      {
                        "category": "MISSING_DOCUMENT",
                        "details": "UZsxdSsPJYBl8CdaVVgm",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "442"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "619"
                          }
                        ]
                      },
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "JDL8y8qCEGtkKNtg1Kcm",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "510"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "MISSING_DOCUMENT",
                        "details": "UsY8FKiyslHynUPTFEoC",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "892"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "246"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "104"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "512"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  }
                ]
              },
              "fareInfo": {
                "amount": 1637.66,
                "atpcoRule": "cRJY",
                "atpcoTariff": 56,
                "bookingClass": "D",
                "brand": "CZ",
                "cabinClass": "BUSINESS",
                "cabinClassCode": "D",
                "discountCategory": "92",
                "fareBasisCode": "XPYNB1",
                "governingAirline": "[ob",
                "id": "70725945-35de-45d6-aa3f-7702c622e17b",
                "operatingBookingClass": "f",
                "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": "HT",
                  "arrivalFlightScheduleStatus": "EARLY",
                  "arrivalTerminal": "ZK",
                  "arrivalTime": "2027-04-26T00:00:00.0Z",
                  "boardingTime": "1925-06-29T03:49:58.0Z",
                  "changeOfGauge": true,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "MU",
                  "departureFlightScheduleStatus": "ON_TIME",
                  "departureGate": "bj",
                  "departureTerminal": "9V",
                  "departureTime": "2026-09-12T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 1487
                  },
                  "equipment": "138",
                  "estimatedArrivalTime": "1919-04-06T14:18:48.0Z",
                  "estimatedDepartureTime": "1923-04-21T01:07:53.0Z",
                  "flightDuration": 257,
                  "flightNumber": "341",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-12-20T00:00:00.0Z",
                      "departureTime": "2026-11-04T00:00:00.0Z",
                      "duration": 60,
                      "elapsedTime": 300
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-06-07T00:00:00.0Z",
                      "departureTime": "2027-04-28T00:00:00.0Z",
                      "duration": 71,
                      "elapsedTime": 154
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-11-05T00:00:00.0Z",
                      "departureTime": "2026-09-17T00:00:00.0Z",
                      "duration": 56,
                      "elapsedTime": 175
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-10-15T00:00:00.0Z",
                      "departureTime": "2026-07-06T00:00:00.0Z",
                      "duration": 48,
                      "elapsedTime": 142
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-07-16T00:00:00.0Z",
                      "departureTime": "2026-08-22T00:00:00.0Z",
                      "duration": 37,
                      "elapsedTime": 124
                    }
                  ],
                  "iatci": true,
                  "id": "05ca50f3-0d71-4249-bc4f-036c2eb5e5ba",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "39",
                  "span": "DOMESTIC",
                  "status": "ON TIME",
                  "subjectToGovernmentApproval": false,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": false,
                  "timeToDeparture": 204
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "CX",
                  "arrivalFlightScheduleStatus": "ON_TIME",
                  "arrivalTerminal": "tC",
                  "arrivalTime": "2027-02-01T00:00:00.0Z",
                  "boardingTime": "1901-01-22T11:50:17.0Z",
                  "changeOfGauge": true,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "OM",
                  "departureFlightScheduleStatus": "CANCELLED",
                  "departureGate": "Hg",
                  "departureTerminal": "Hw",
                  "departureTime": "2027-03-10T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 656
                  },
                  "equipment": "613",
                  "estimatedArrivalTime": "1946-05-03T18:10:21.0Z",
                  "estimatedDepartureTime": "1899-06-09T20:23:10.0Z",
                  "flightDuration": 484,
                  "flightNumber": "260",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-10-12T00:00:00.0Z",
                      "departureTime": "2026-09-19T00:00:00.0Z",
                      "duration": 174,
                      "elapsedTime": 183
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-12-25T00:00:00.0Z",
                      "departureTime": "2026-08-27T00:00:00.0Z",
                      "duration": 30,
                      "elapsedTime": 236
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-03-25T00:00:00.0Z",
                      "departureTime": "2026-12-23T00:00:00.0Z",
                      "duration": 167,
                      "elapsedTime": 258
                    }
                  ],
                  "iatci": true,
                  "id": "efaf050f-c384-4d48-8956-593450d3f264",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "21",
                  "span": "DOMESTIC",
                  "status": "ON TIME",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": false,
                  "timeToDeparture": 548
                }
              ],
              "id": "463b3b33-513a-4ef1-adfe-d431e0bcda7c",
              "number": "006",
              "operatingAirlineRecordLocator": "QWVYWC",
              "programIdentifier": "493332",
              "seatStatus": "CONFIRMED",
              "sequence": 2,
              "status": {
                "code": "DU",
                "value": "NEED_NEED"
              }
            },
            {
              "applicableTransportationSecurity": [
                "KNOWN_TRAVELER",
                "KNOWN_TRAVELER"
              ],
              "associationId": 838,
              "baggageCheckInRules": {
                "baggageRouteRequired": false,
                "homePrintedBagTagRestricted": {
                  "message": "Restriction applied.",
                  "type": "RESTRICTED_ON_INTERNATIONAL_FLIGHT"
                },
                "lateCheckIn": false,
                "maxGuaranteedQuantity": 3,
                "maxQuantity": 5,
                "petAllowed": true,
                "reCheckInRequired": {
                  "message": "Re-check required at airport.",
                  "reason": "LEGAL_RESTRICTIONS"
                }
              },
              "bookingClassUpgradeStatus": {
                "code": "OT",
                "value": "WAITLISTED"
              },
              "eligibilities": {
                "eligibility": [
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "Fn85rpgDvVfS0cxFDR92",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "561"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "261"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "668"
                          }
                        ]
                      },
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "GLJlIn5YRLbWGCs7Q9Lj",
                        "message": "This flight is not eligible.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "426"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "555"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "216"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "083"
                          }
                        ]
                      },
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "JJLsGWKEl5KDZ08MfKFR",
                        "message": "This flight is not eligible.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "294"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "265"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "402"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "768"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "251"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": true,
                    "reason": [
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "sQTK3F8G6uP7Enf6Mbts",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "710"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "647"
                          }
                        ]
                      },
                      {
                        "category": "MISSING_DOCUMENT",
                        "details": "ZWXcyIsBOoxosNsyUFIA",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "941"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "235"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "641"
                          }
                        ]
                      },
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "2k2mSfrzm6En0cAnjroi",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "983"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "048"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "409"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "128"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "176"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "MISSING_DOCUMENT",
                        "details": "D3uGUyvadFcuCyz4gnEo",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "263"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "472"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "955"
                          }
                        ]
                      },
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "UNJqPnvSmpiWMKVEk1Wz",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "950"
                          }
                        ]
                      },
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "XTwc4GLTAltPeeF3hkjQ",
                        "message": "This flight is not eligible.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "303"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "643"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "698"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "785"
                          }
                        ]
                      },
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "ndWs2OjgzscYJiX2oJAy",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "659"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "683"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "195"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "684"
                          }
                        ]
                      },
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "owLCQiHzRlL7sdr2ru9D",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "112"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "823"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "916"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "201"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "324"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "MISSING_DOCUMENT",
                        "details": "OTc5uIBsn2OzxP0KaFUr",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "333"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "602"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "885"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "034"
                          }
                        ]
                      },
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "i6KD9ZQpSaZsaUh3tvlj",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "410"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "384"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "510"
                          }
                        ]
                      },
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "qIttMwjEngXrmXCnDc6g",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "517"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "639"
                          }
                        ]
                      },
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "3mlY4KSc7P5oZOB9iOQP",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "195"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "569"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "456"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "084"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "584"
                          }
                        ]
                      },
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "RnnfP945J4Li1Y3xvILD",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "826"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "889"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "739"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "164"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  }
                ]
              },
              "fareInfo": {
                "amount": 1661.44,
                "atpcoRule": "ccta",
                "atpcoTariff": 55,
                "bookingClass": "p",
                "brand": "uS",
                "cabinClass": "PREMIUM_ECONOMY",
                "cabinClassCode": "T",
                "discountCategory": "63",
                "fareBasisCode": "yDcCdp",
                "governingAirline": "[ob",
                "id": "a6d6e6e8-590e-4515-9c2d-ec583f0448b9",
                "operatingBookingClass": "c",
                "privateTariff": false,
                "type": "REF",
                "vendor": {
                  "code": "SITA",
                  "value": "SITA"
                }
              },
              "flightDetail": [
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "QA",
                  "arrivalFlightScheduleStatus": "CANCELLED",
                  "arrivalTerminal": "c0",
                  "arrivalTime": "2027-06-11T00:00:00.0Z",
                  "boardingTime": "1893-10-30T19:56:07.0Z",
                  "changeOfGauge": false,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "PA",
                  "departureFlightScheduleStatus": "DELAYED",
                  "departureGate": "Cc",
                  "departureTerminal": "c7",
                  "departureTime": "2027-04-21T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 2404
                  },
                  "equipment": "079",
                  "estimatedArrivalTime": "1906-01-09T20:50:15.0Z",
                  "estimatedDepartureTime": "1905-12-25T11:27:55.0Z",
                  "flightDuration": 415,
                  "flightNumber": "558",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-08-17T00:00:00.0Z",
                      "departureTime": "2027-02-08T00:00:00.0Z",
                      "duration": 177,
                      "elapsedTime": 84
                    }
                  ],
                  "iatci": false,
                  "id": "b27ab26e-ea27-4db9-babd-543f27810437",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "53",
                  "span": "DOMESTIC",
                  "status": "CANCELLED",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": true,
                  "timeToDeparture": 290
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "FJ",
                  "arrivalFlightScheduleStatus": "DELAYED",
                  "arrivalTerminal": "t2",
                  "arrivalTime": "2027-03-21T00:00:00.0Z",
                  "boardingTime": "1967-12-04T22:17:02.0Z",
                  "changeOfGauge": true,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "SO",
                  "departureFlightScheduleStatus": "DELAYED",
                  "departureGate": "7b",
                  "departureTerminal": "Ma",
                  "departureTime": "2026-09-26T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 4570
                  },
                  "equipment": "347",
                  "estimatedArrivalTime": "1952-03-26T07:01:24.0Z",
                  "estimatedDepartureTime": "1938-11-28T17:26:08.0Z",
                  "flightDuration": 181,
                  "flightNumber": "2",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-09-06T00:00:00.0Z",
                      "departureTime": "2026-11-08T00:00:00.0Z",
                      "duration": 46,
                      "elapsedTime": 86
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-07-04T00:00:00.0Z",
                      "departureTime": "2026-09-08T00:00:00.0Z",
                      "duration": 88,
                      "elapsedTime": 285
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-02-10T00:00:00.0Z",
                      "departureTime": "2027-01-02T00:00:00.0Z",
                      "duration": 126,
                      "elapsedTime": 136
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-08-30T00:00:00.0Z",
                      "departureTime": "2027-02-02T00:00:00.0Z",
                      "duration": 129,
                      "elapsedTime": 119
                    }
                  ],
                  "iatci": false,
                  "id": "a8949629-5303-459b-b4d1-967e22b74d37",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "691",
                  "span": "INTERNATIONAL",
                  "status": "CANCELLED",
                  "subjectToGovernmentApproval": false,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": true,
                  "timeToDeparture": 196
                }
              ],
              "id": "6a33e6d4-5a5c-4e0a-9cc8-d8865be93946",
              "number": "959",
              "operatingAirlineRecordLocator": "AAKPMJ",
              "programIdentifier": "473885",
              "seatStatus": "STANDBY",
              "sequence": 17,
              "status": {
                "code": "bK",
                "value": "SCHEDULE_CHANGE"
              }
            }
          ],
          "segment": [
            {
              "applicableTransportationSecurity": [
                "REDRESS",
                "KNOWN_TRAVELER",
                "KNOWN_TRAVELER"
              ],
              "associationId": 270,
              "baggageCheckInRules": {
                "baggageRouteRequired": false,
                "homePrintedBagTagRestricted": {
                  "message": "Restriction applied.",
                  "type": "RESTRICTED_ON_GIVEN_AIRPORT"
                },
                "lateCheckIn": false,
                "maxGuaranteedQuantity": 3,
                "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": "MISSING_DOCUMENT",
                        "details": "cG55ftn45ZVGYW2jKLps",
                        "message": "This flight is not eligible.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "664"
                          }
                        ]
                      },
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "VlX3AnipCqPcRLPsgYL5",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "262"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "841"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "687"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "295"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "bqNitm0Fq0Q499kff4a7",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "835"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "345"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "431"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "485"
                          }
                        ]
                      },
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "ztJI28ZVJMoBTL9AjjEJ",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "354"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "959"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "211"
                          }
                        ]
                      },
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "pm8KyYENV3Hky0lMURmQ",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "527"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "023"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "716"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "406"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "935"
                          }
                        ]
                      },
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "rNrwtuIz4vIiaWVccHQA",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "919"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "541"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "663"
                          }
                        ]
                      },
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "jTke9RbJkb0MKiiAsRbq",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "532"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "MISSING_DOCUMENT",
                        "details": "JC5SSxzwYBHhxqIQGnxm",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "355"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "650"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "251"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": true,
                    "reason": [
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "W7OUv6Ey1b0lIpHFjOBi",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "091"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "412"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "462"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "511"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "523"
                          }
                        ]
                      },
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "RvHTHiCac2wX8SCkRvYF",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "322"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "962"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "713"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "651"
                          }
                        ]
                      },
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "6dC85OyIDRnVv9fdObZM",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "834"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "308"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "375"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "590"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "792"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "ZwyAndV8SJMTvx2DVmWa",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "771"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "416"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "219"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "687"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "529"
                          }
                        ]
                      },
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "bvPbjn6gqh56ixCytoyp",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "705"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  }
                ]
              },
              "fareInfo": {
                "amount": 495.99,
                "atpcoRule": "kx4t",
                "atpcoTariff": 14,
                "bookingClass": "P",
                "brand": "kF",
                "cabinClass": "PREMIUM_ECONOMY",
                "cabinClassCode": "y",
                "discountCategory": "80",
                "fareBasisCode": "a0WRXU",
                "governingAirline": "[ob",
                "id": "c0b69c26-b7a5-49e5-8b2d-73479d067feb",
                "operatingBookingClass": "W",
                "privateTariff": true,
                "type": "NRF",
                "vendor": {
                  "code": "SITA",
                  "value": "SITA"
                }
              },
              "flightDetail": [
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "GQ",
                  "arrivalFlightScheduleStatus": "DELAYED",
                  "arrivalTerminal": "nb",
                  "arrivalTime": "2026-10-22T00:00:00.0Z",
                  "boardingTime": "1930-05-28T09:52:15.0Z",
                  "changeOfGauge": true,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "NO",
                  "departureFlightScheduleStatus": "CANCELLED",
                  "departureGate": "Oc",
                  "departureTerminal": "HC",
                  "departureTime": "2026-07-24T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 2218
                  },
                  "equipment": "985",
                  "estimatedArrivalTime": "1913-03-23T06:44:04.0Z",
                  "estimatedDepartureTime": "1898-10-21T22:02:58.0Z",
                  "flightDuration": 524,
                  "flightNumber": "6553",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-04-18T00:00:00.0Z",
                      "departureTime": "2026-09-10T00:00:00.0Z",
                      "duration": 36,
                      "elapsedTime": 210
                    }
                  ],
                  "iatci": false,
                  "id": "f93f1428-96be-4247-9360-b6a7913f944e",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "48",
                  "span": "INTERNATIONAL",
                  "status": "ON TIME",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": true,
                  "timeToDeparture": 347
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "HK",
                  "arrivalFlightScheduleStatus": "EARLY",
                  "arrivalTerminal": "83",
                  "arrivalTime": "2027-06-06T00:00:00.0Z",
                  "boardingTime": "1964-11-06T04:30:41.0Z",
                  "changeOfGauge": false,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "GS",
                  "departureFlightScheduleStatus": "DELAYED",
                  "departureGate": "3s",
                  "departureTerminal": "9C",
                  "departureTime": "2026-10-21T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 1486
                  },
                  "equipment": "063",
                  "estimatedArrivalTime": "1919-09-21T03:38:33.0Z",
                  "estimatedDepartureTime": "1909-07-20T11:12:24.0Z",
                  "flightDuration": 249,
                  "flightNumber": "2",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-08-26T00:00:00.0Z",
                      "departureTime": "2026-11-23T00:00:00.0Z",
                      "duration": 87,
                      "elapsedTime": 113
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-01-25T00:00:00.0Z",
                      "departureTime": "2026-11-01T00:00:00.0Z",
                      "duration": 147,
                      "elapsedTime": 209
                    }
                  ],
                  "iatci": true,
                  "id": "8833fcad-8918-4e26-b5c7-8b7da7680771",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "95",
                  "span": "DOMESTIC",
                  "status": "ON TIME",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": false,
                  "timeToDeparture": 490
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "MM",
                  "arrivalFlightScheduleStatus": "CANCELLED",
                  "arrivalTerminal": "9E",
                  "arrivalTime": "2026-11-13T00:00:00.0Z",
                  "boardingTime": "1953-07-21T17:14:47.0Z",
                  "changeOfGauge": true,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "TO",
                  "departureFlightScheduleStatus": "CANCELLED",
                  "departureGate": "EO",
                  "departureTerminal": "wE",
                  "departureTime": "2027-01-29T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 2330
                  },
                  "equipment": "594",
                  "estimatedArrivalTime": "1946-08-24T21:12:31.0Z",
                  "estimatedDepartureTime": "1898-01-02T01:15:15.0Z",
                  "flightDuration": 584,
                  "flightNumber": "4805",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-01-22T00:00:00.0Z",
                      "departureTime": "2026-08-25T00:00:00.0Z",
                      "duration": 97,
                      "elapsedTime": 118
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-04-25T00:00:00.0Z",
                      "departureTime": "2026-11-15T00:00:00.0Z",
                      "duration": 165,
                      "elapsedTime": 171
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-04-03T00:00:00.0Z",
                      "departureTime": "2026-07-02T00:00:00.0Z",
                      "duration": 82,
                      "elapsedTime": 104
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-09-04T00:00:00.0Z",
                      "departureTime": "2027-01-30T00:00:00.0Z",
                      "duration": 152,
                      "elapsedTime": 270
                    }
                  ],
                  "iatci": false,
                  "id": "fe2e2b26-1f6b-414e-9c86-baec86e79259",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "306",
                  "span": "DOMESTIC",
                  "status": "DELAYED",
                  "subjectToGovernmentApproval": false,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": false,
                  "timeToDeparture": 674
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "TO",
                  "arrivalFlightScheduleStatus": "CANCELLED",
                  "arrivalTerminal": "qI",
                  "arrivalTime": "2027-02-09T00:00:00.0Z",
                  "boardingTime": "1937-10-11T04:45:13.0Z",
                  "changeOfGauge": false,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "CO",
                  "departureFlightScheduleStatus": "DELAYED",
                  "departureGate": "zq",
                  "departureTerminal": "cd",
                  "departureTime": "2027-05-27T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 4353
                  },
                  "equipment": "621",
                  "estimatedArrivalTime": "1891-04-18T04:15:33.0Z",
                  "estimatedDepartureTime": "1949-05-10T14:17:58.0Z",
                  "flightDuration": 482,
                  "flightNumber": "8024",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-09-07T00:00:00.0Z",
                      "departureTime": "2027-05-21T00:00:00.0Z",
                      "duration": 63,
                      "elapsedTime": 179
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-07-12T00:00:00.0Z",
                      "departureTime": "2026-09-12T00:00:00.0Z",
                      "duration": 171,
                      "elapsedTime": 80
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-05-30T00:00:00.0Z",
                      "departureTime": "2027-04-02T00:00:00.0Z",
                      "duration": 171,
                      "elapsedTime": 192
                    }
                  ],
                  "iatci": true,
                  "id": "f7f6b3cd-b1b3-4097-975b-ebdcb7572462",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "16",
                  "span": "INTERNATIONAL",
                  "status": "CANCELLED",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": false,
                  "timeToDeparture": 35
                }
              ],
              "id": "97b52586-e805-47ba-a2e8-fb5886e4eae9",
              "number": "057",
              "operatingAirlineRecordLocator": "UWZCTR",
              "programIdentifier": "480710",
              "seatStatus": "STANDBY",
              "sequence": 19,
              "status": {
                "code": "Ez",
                "value": "SOLD_SOLD"
              }
            },
            {
              "applicableTransportationSecurity": [
                "KNOWN_TRAVELER",
                "KNOWN_TRAVELER",
                "KNOWN_TRAVELER",
                "REDRESS",
                "REDRESS"
              ],
              "associationId": 373,
              "baggageCheckInRules": {
                "baggageRouteRequired": false,
                "homePrintedBagTagRestricted": {
                  "message": "Restriction applied.",
                  "type": "RESTRICTED_ON_INTERNATIONAL_FLIGHT"
                },
                "lateCheckIn": false,
                "maxGuaranteedQuantity": 1,
                "maxQuantity": 3,
                "petAllowed": true,
                "reCheckInRequired": {
                  "message": "Re-check required at airport.",
                  "reason": "LEGAL_RESTRICTIONS"
                }
              },
              "bookingClassUpgradeStatus": {
                "code": "PE",
                "value": "OTHER"
              },
              "eligibilities": {
                "eligibility": [
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "V1oYtJtb3UQiEvTJEqPS",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "216"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "818"
                          }
                        ]
                      },
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "uxliImP5bb2TekixqP75",
                        "message": "This flight is not eligible.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "663"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "976"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "855"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "641"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "086"
                          }
                        ]
                      },
                      {
                        "category": "MISSING_DOCUMENT",
                        "details": "52MBmvPM16KGgP2CpvhN",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "702"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "256"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "453"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "744"
                          }
                        ]
                      },
                      {
                        "category": "MISSING_DOCUMENT",
                        "details": "u3X1qPjSpiDmkHQvjdDc",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "506"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "982"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "135"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "773"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "785"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  }
                ]
              },
              "fareInfo": {
                "amount": 1587.03,
                "atpcoRule": "EVnb",
                "atpcoTariff": 17,
                "bookingClass": "p",
                "brand": "aw",
                "cabinClass": "PREMIUM_ECONOMY",
                "cabinClassCode": "Y",
                "discountCategory": "14",
                "fareBasisCode": "603c1g",
                "governingAirline": "[ob",
                "id": "0bd4c7d1-1979-4d03-a9ae-9df71d412226",
                "operatingBookingClass": "p",
                "privateTariff": true,
                "type": "NLX",
                "vendor": {
                  "code": "ATP",
                  "value": "SABRE_MYFARES_AIRLINES"
                }
              },
              "flightDetail": [
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "SL",
                  "arrivalFlightScheduleStatus": "CANCELLED",
                  "arrivalTerminal": "8M",
                  "arrivalTime": "2026-10-08T00:00:00.0Z",
                  "boardingTime": "1956-04-14T06:19:49.0Z",
                  "changeOfGauge": false,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "PG",
                  "departureFlightScheduleStatus": "EARLY",
                  "departureGate": "7e",
                  "departureTerminal": "2m",
                  "departureTime": "2027-01-20T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 806
                  },
                  "equipment": "462",
                  "estimatedArrivalTime": "1926-11-21T23:05:35.0Z",
                  "estimatedDepartureTime": "1912-08-24T21:01:06.0Z",
                  "flightDuration": 531,
                  "flightNumber": "607",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-12-16T00:00:00.0Z",
                      "departureTime": "2026-09-17T00:00:00.0Z",
                      "duration": 158,
                      "elapsedTime": 131
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-02-25T00:00:00.0Z",
                      "departureTime": "2026-11-23T00:00:00.0Z",
                      "duration": 33,
                      "elapsedTime": 294
                    }
                  ],
                  "iatci": false,
                  "id": "3a722bae-ebfc-49d1-9101-9113be7dbf80",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "7607",
                  "span": "INTERNATIONAL",
                  "status": "ON TIME",
                  "subjectToGovernmentApproval": false,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": true,
                  "timeToDeparture": 635
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "TC",
                  "arrivalFlightScheduleStatus": "ON_TIME",
                  "arrivalTerminal": "NN",
                  "arrivalTime": "2027-02-14T00:00:00.0Z",
                  "boardingTime": "1943-06-23T13:23:27.0Z",
                  "changeOfGauge": true,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "ME",
                  "departureFlightScheduleStatus": "DELAYED",
                  "departureGate": "zB",
                  "departureTerminal": "uE",
                  "departureTime": "2026-12-27T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 2701
                  },
                  "equipment": "147",
                  "estimatedArrivalTime": "1969-03-02T09:36:57.0Z",
                  "estimatedDepartureTime": "1901-11-27T06:44:19.0Z",
                  "flightDuration": 399,
                  "flightNumber": "94",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-08-29T00:00:00.0Z",
                      "departureTime": "2026-09-12T00:00:00.0Z",
                      "duration": 171,
                      "elapsedTime": 142
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-11-21T00:00:00.0Z",
                      "departureTime": "2026-09-23T00:00:00.0Z",
                      "duration": 59,
                      "elapsedTime": 160
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-02-16T00:00:00.0Z",
                      "departureTime": "2027-04-21T00:00:00.0Z",
                      "duration": 124,
                      "elapsedTime": 226
                    }
                  ],
                  "iatci": true,
                  "id": "5bd06a71-1f05-42fc-a591-ed1fe05a4bd2",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "4",
                  "span": "DOMESTIC",
                  "status": "CANCELLED",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": true,
                  "timeToDeparture": 579
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "BM",
                  "arrivalFlightScheduleStatus": "ON_TIME",
                  "arrivalTerminal": "7z",
                  "arrivalTime": "2026-10-19T00:00:00.0Z",
                  "boardingTime": "1891-08-31T05:49:32.0Z",
                  "changeOfGauge": true,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "QA",
                  "departureFlightScheduleStatus": "ON_TIME",
                  "departureGate": "3H",
                  "departureTerminal": "9f",
                  "departureTime": "2026-12-28T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 4892
                  },
                  "equipment": "042",
                  "estimatedArrivalTime": "1954-07-22T10:11:41.0Z",
                  "estimatedDepartureTime": "1902-10-04T04:46:05.0Z",
                  "flightDuration": 120,
                  "flightNumber": "446",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-06-22T00:00:00.0Z",
                      "departureTime": "2027-01-12T00:00:00.0Z",
                      "duration": 36,
                      "elapsedTime": 85
                    }
                  ],
                  "iatci": true,
                  "id": "20d29394-5849-4697-a2f2-d58cd3438862",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "7",
                  "span": "DOMESTIC",
                  "status": "CANCELLED",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": false,
                  "timeToDeparture": 244
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "HN",
                  "arrivalFlightScheduleStatus": "EARLY",
                  "arrivalTerminal": "1o",
                  "arrivalTime": "2026-11-18T00:00:00.0Z",
                  "boardingTime": "1936-02-14T01:22:43.0Z",
                  "changeOfGauge": false,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "LY",
                  "departureFlightScheduleStatus": "CANCELLED",
                  "departureGate": "EX",
                  "departureTerminal": "Ls",
                  "departureTime": "2027-01-14T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 936
                  },
                  "equipment": "275",
                  "estimatedArrivalTime": "1968-09-21T19:43:15.0Z",
                  "estimatedDepartureTime": "1918-06-06T01:04:55.0Z",
                  "flightDuration": 452,
                  "flightNumber": "6761",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-10-16T00:00:00.0Z",
                      "departureTime": "2027-03-14T00:00:00.0Z",
                      "duration": 154,
                      "elapsedTime": 249
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-06-19T00:00:00.0Z",
                      "departureTime": "2027-06-05T00:00:00.0Z",
                      "duration": 55,
                      "elapsedTime": 177
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-11-12T00:00:00.0Z",
                      "departureTime": "2027-06-11T00:00:00.0Z",
                      "duration": 43,
                      "elapsedTime": 249
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-12-19T00:00:00.0Z",
                      "departureTime": "2027-05-09T00:00:00.0Z",
                      "duration": 35,
                      "elapsedTime": 87
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-07-28T00:00:00.0Z",
                      "departureTime": "2027-02-15T00:00:00.0Z",
                      "duration": 64,
                      "elapsedTime": 80
                    }
                  ],
                  "iatci": false,
                  "id": "f7a44c32-e827-4d1a-92e1-7a5f236690ad",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "886",
                  "span": "DOMESTIC",
                  "status": "ON TIME",
                  "subjectToGovernmentApproval": false,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": false,
                  "timeToDeparture": 129
                }
              ],
              "id": "46ee1b11-7962-4fcc-9665-4ce5dd16cee8",
              "number": "597",
              "operatingAirlineRecordLocator": "KSJFGK",
              "programIdentifier": "032243",
              "seatStatus": "STANDBY",
              "sequence": 13,
              "status": {
                "code": "Fj",
                "value": "CANCELLED"
              }
            },
            {
              "applicableTransportationSecurity": [
                "KNOWN_TRAVELER",
                "REDRESS"
              ],
              "associationId": 987,
              "baggageCheckInRules": {
                "baggageRouteRequired": false,
                "homePrintedBagTagRestricted": {
                  "message": "Home printing prohibited.",
                  "type": "RESTRICTED_ON_GIVEN_AIRPORT"
                },
                "lateCheckIn": true,
                "maxGuaranteedQuantity": 1,
                "maxQuantity": 2,
                "petAllowed": true,
                "reCheckInRequired": {
                  "message": "Customs clearance required.",
                  "reason": "LEGAL_RESTRICTIONS"
                }
              },
              "bookingClassUpgradeStatus": {
                "code": "OT",
                "value": "OTHER"
              },
              "eligibilities": {
                "eligibility": [
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "YIMcFCtEyHSLUyiTyjcw",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "575"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "891"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "617"
                          }
                        ]
                      },
                      {
                        "category": "MISSING_DOCUMENT",
                        "details": "qPVimiFU84q5ghFLXJnb",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "107"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "813"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "667"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "922"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "230"
                          }
                        ]
                      },
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "V8On9X2eKemd4b3KGugO",
                        "message": "This flight is not eligible.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "957"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "338"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "yo1Vsgxo8fQl1M3eiuT0",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "665"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "537"
                          }
                        ]
                      },
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "hqUhY4lqCZWF8asc9of6",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "396"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "422"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "181"
                          }
                        ]
                      },
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "8duobXV3OnLsdWAYb142",
                        "message": "This flight is not eligible.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "588"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "092"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "762"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "396"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "681"
                          }
                        ]
                      },
                      {
                        "category": "MISSING_DOCUMENT",
                        "details": "NwVHEtYPRdNBQNqiyeQq",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "111"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "549"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "138"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "kYMWB4NWjHZvEM7Zf1aq",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "299"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "653"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "708"
                          }
                        ]
                      },
                      {
                        "category": "MISSING_DOCUMENT",
                        "details": "C64GRQf4fT8swbfee2ku",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "805"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "381"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "146"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "818"
                          }
                        ]
                      },
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "TwYDfkEBTWtGU26L9qlE",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "974"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "923"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "159"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "729"
                          }
                        ]
                      },
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "vKhrLswzTUENNKHQ4e0q",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "274"
                          }
                        ]
                      },
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "JPrbAqpIITUheoicXEyH",
                        "message": "This flight is not eligible.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "941"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "100"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "530"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "673"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "TgRpyRSd0F48xQQzd7HM",
                        "message": "This flight is not eligible.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "564"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "370"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "994"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "687"
                          }
                        ]
                      },
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "jRlkXKfTcBqpbBHRbMhe",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "685"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "501"
                          }
                        ]
                      },
                      {
                        "category": "MISSING_DOCUMENT",
                        "details": "RwUObgasbhAWcidx081X",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "567"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "325"
                          }
                        ]
                      },
                      {
                        "category": "MISSING_DOCUMENT",
                        "details": "sTFDDxC04YxMIQnJk2za",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "973"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "511"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "076"
                          }
                        ]
                      },
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "sLrdX9e5qzqRYa1s4mwk",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "594"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "811"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "556"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "255"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "444"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "MISSING_DOCUMENT",
                        "details": "bbz7xgupb2DEuPuCtDiu",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "099"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "222"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "391"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "559"
                          }
                        ]
                      },
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "NsI8iHXUWBdNn2m5gZDn",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "499"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "006"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "735"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "225"
                          }
                        ]
                      },
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "0CWYkYAqDB6wR1WjMsR9",
                        "message": "This flight is not eligible.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "590"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "219"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "905"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "027"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "361"
                          }
                        ]
                      },
                      {
                        "category": "MISSING_DOCUMENT",
                        "details": "SYjosXjOmNaUhfalhI65",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "530"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "191"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "845"
                          }
                        ]
                      },
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "2shGd6QB5Ux1zjGLmiyT",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "739"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "353"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "172"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "411"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  }
                ]
              },
              "fareInfo": {
                "amount": 681.85,
                "atpcoRule": "nSD8",
                "atpcoTariff": 29,
                "bookingClass": "V",
                "brand": "3w",
                "cabinClass": "PREMIUM_ECONOMY",
                "cabinClassCode": "A",
                "discountCategory": "54",
                "fareBasisCode": "7DpRRt",
                "governingAirline": "[ob",
                "id": "073b8cd7-1923-44df-b619-bc98491f19e9",
                "operatingBookingClass": "G",
                "privateTariff": false,
                "type": "NRF",
                "vendor": {
                  "code": "SMFC",
                  "value": "ATPCO"
                }
              },
              "flightDetail": [
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "MZ",
                  "arrivalFlightScheduleStatus": "CANCELLED",
                  "arrivalTerminal": "nu",
                  "arrivalTime": "2027-01-24T00:00:00.0Z",
                  "boardingTime": "1937-10-03T18:45:46.0Z",
                  "changeOfGauge": false,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "TF",
                  "departureFlightScheduleStatus": "DELAYED",
                  "departureGate": "qA",
                  "departureTerminal": "iS",
                  "departureTime": "2026-11-20T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 3883
                  },
                  "equipment": "218",
                  "estimatedArrivalTime": "1895-05-16T20:44:21.0Z",
                  "estimatedDepartureTime": "1904-05-05T03:16:20.0Z",
                  "flightDuration": 73,
                  "flightNumber": "5574",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-02-20T00:00:00.0Z",
                      "departureTime": "2027-02-06T00:00:00.0Z",
                      "duration": 139,
                      "elapsedTime": 209
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-03-28T00:00:00.0Z",
                      "departureTime": "2026-11-20T00:00:00.0Z",
                      "duration": 48,
                      "elapsedTime": 248
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-03-21T00:00:00.0Z",
                      "departureTime": "2027-05-15T00:00:00.0Z",
                      "duration": 141,
                      "elapsedTime": 91
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-05-15T00:00:00.0Z",
                      "departureTime": "2026-12-14T00:00:00.0Z",
                      "duration": 39,
                      "elapsedTime": 187
                    }
                  ],
                  "iatci": true,
                  "id": "debbd65a-ce01-44c9-b576-edd3b2f6265e",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "9",
                  "span": "DOMESTIC",
                  "status": "DELAYED",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": false,
                  "timeToDeparture": 723
                }
              ],
              "id": "bfb776c4-2e7d-4179-920c-0de3c019c20b",
              "number": "094",
              "operatingAirlineRecordLocator": "PVPJEE",
              "programIdentifier": "268644",
              "seatStatus": "STANDBY",
              "sequence": 3,
              "status": {
                "code": "iM",
                "value": "OTHER"
              }
            }
          ],
          "type": "OUTBOUND"
        }
      ],
      "segmentGroups": [
        {
          "id": "vVC",
          "segmentIds": [
            "s1",
            "s2"
          ],
          "throughCheckIn": false
        },
        {
          "id": "nYK",
          "segmentIds": [
            "s1",
            "s2"
          ],
          "throughCheckIn": false
        },
        {
          "id": "HCT",
          "segmentIds": [
            "s1",
            "s2"
          ],
          "throughCheckIn": false
        },
        {
          "id": "xqX",
          "segmentIds": [
            "s1",
            "s2"
          ],
          "throughCheckIn": false
        }
      ]
    },
    "languagePreference": "DE",
    "offerId": "a5f44d47-195e-4175-80b4-a738574faef8",
    "passengers": {
      "contactDetails": {
        "address": [
          {
            "city": "New Kariane",
            "companyName": "Hills and Sons",
            "country": "SI",
            "id": "d904054e-b4bf-465e-bab9-eab6a3032fe7",
            "personName": {
              "first": "Santina",
              "last": "Prohaska",
              "middle": "Anderson",
              "prefix": "Dr.",
              "raw": "Candace Cartwright",
              "suffix": "I"
            },
            "postalCode": "86160",
            "stateProvince": "Massachusetts",
            "street1": "795 Tromp Circles",
            "street2": "Suite 449",
            "type": "HOME"
          },
          {
            "city": "Sherwoodside",
            "companyName": "Krajcik - Lueilwitz",
            "country": "TM",
            "id": "5ada53b7-eca3-4828-acad-baf593ba1bbe",
            "personName": {
              "first": "Chaz",
              "last": "Morar",
              "middle": "Charlie",
              "prefix": "Ms.",
              "raw": "Sonja Gleason",
              "suffix": "Jr."
            },
            "postalCode": "74288",
            "stateProvince": "Indiana",
            "street1": "28204 Schowalter Fork",
            "street2": "Apt. 865",
            "type": "HOME"
          },
          {
            "city": "Cummeratastead",
            "companyName": "Lakin - Schuppe",
            "country": "GE",
            "id": "87160079-d62d-4f30-91d4-f2950a64e4a9",
            "personName": {
              "first": "Stacey",
              "last": "Lemke",
              "middle": "Kennedy",
              "prefix": "Dr.",
              "raw": "Brenda Upton",
              "suffix": "III"
            },
            "postalCode": "89122-7160",
            "stateProvince": "North Dakota",
            "street1": "65715 Gerda Valleys",
            "street2": "Suite 238",
            "type": "HOME"
          },
          {
            "city": "Darrellhaven",
            "companyName": "Schoen and Sons",
            "country": "KM",
            "id": "687b73e5-24bc-40f2-a6e3-9cfac010e8b7",
            "personName": {
              "first": "Citlalli",
              "last": "Huel",
              "middle": "Avery",
              "prefix": "Dr.",
              "raw": "Jose Thompson",
              "suffix": "DDS"
            },
            "postalCode": "28093-9427",
            "stateProvince": "Alabama",
            "street1": "447 N Lincoln Street",
            "street2": "Apt. 129",
            "type": "HOME"
          }
        ],
        "email": [
          {
            "id": "c81e460a-88a6-4e03-a883-3c7e1494c191",
            "type": "PERSONAL",
            "value": "Watson67@hotmail.com"
          },
          {
            "id": "b3bb47ce-75be-43d5-8499-a72c9d24d7a1",
            "type": "PERSONAL",
            "value": "Karley_Nicolas@gmail.com"
          },
          {
            "id": "a7892872-08a6-48e0-beac-8532d0a0f4d2",
            "type": "PERSONAL",
            "value": "Roman_Hintz@yahoo.com"
          },
          {
            "id": "6c381841-662b-4cad-ac9f-4ec3f47c42ec",
            "type": "PERSONAL",
            "value": "Jessie.Collins61@yahoo.com"
          }
        ],
        "phone": [
          {
            "allowedSMS": true,
            "areaCode": "328",
            "carrier": "VERIZON",
            "countryCode": "17",
            "extension": "357",
            "id": "aac99439-961e-4d5c-9743-f08e9b1d89a5",
            "number": "08565985",
            "type": "MOBILE"
          },
          {
            "allowedSMS": false,
            "areaCode": "247",
            "carrier": "ATT",
            "countryCode": "64",
            "extension": "442",
            "id": "3be0d10f-a5a1-4b7a-9e93-66fdaa5a70b6",
            "number": "42547677",
            "type": "MOBILE"
          },
          {
            "allowedSMS": true,
            "areaCode": "531",
            "carrier": "ATT",
            "countryCode": "09",
            "extension": "227",
            "id": "7bce22dd-1278-434c-bffa-87bd07fb10ff",
            "number": "80243224",
            "type": "MOBILE"
          },
          {
            "allowedSMS": false,
            "areaCode": "441",
            "carrier": "VERIZON",
            "countryCode": "18",
            "extension": "204",
            "id": "76f23e26-062d-423e-8bcb-2fcf33b27cc3",
            "number": "35816570",
            "type": "MOBILE"
          }
        ]
      },
      "count": 3,
      "emergencyContact": [
        {
          "contactDetails": "+15346929337",
          "countryCode": "HT",
          "id": "ff818498-2d3c-40ef-bf94-126129d60cad",
          "name": "Tasha Kunde",
          "otherDetails": "epyZhniRibZGOjK",
          "relationship": "sister"
        }
      ],
      "passenger": [
        {
          "airExtra": [
            {
              "airExtraBundleRef": "3d58aaa6-bda8-41e0-b8e5-f67d181e3771",
              "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": "1",
                    "value": "ORIGINAL"
                  },
                  "freeAllowanceEligibility": {
                    "quantity": 4
                  },
                  "freeOfChargeRules": [
                    "BOOKING_REQUIRED",
                    "BOOKING_REQUIRED"
                  ],
                  "interlineable": false,
                  "inventoryControlled": true,
                  "paperTicketRequired": false,
                  "purchaseAtTicketIssue": false,
                  "purchaseBy": "2027-05-23",
                  "refundable": false,
                  "tourCode": "VRLYfW"
                },
                "bagType": "GOLF",
                "bookingMethod": {
                  "code": "7_",
                  "value": "NO_BOOKING_REQUIRED"
                },
                "bundledAncillaryRefs": [
                  "id01",
                  "id02"
                ],
                "commercialName": "EXTRA LEGROOM",
                "displayOnly": false,
                "electronicMiscDocType": {
                  "code": "3",
                  "consumedAtIssuance": false,
                  "value": "STANDALONE_TICKET_ASSOCIATED"
                },
                "group": "SEA",
                "id": "a6JaCg",
                "reasonForIssuance": {
                  "code": "B",
                  "value": "AIR_TRANSPORTATION"
                },
                "sequenceNumber": 61,
                "serviceType": {
                  "code": "Jw",
                  "value": "CHARGES"
                },
                "specialService": {
                  "code": "PETC",
                  "requiredProperties": {
                    "propertyDefinition": [
                      {
                        "allowedValue": [
                          "DOG"
                        ],
                        "max": 53,
                        "min": 4,
                        "name": "AGE",
                        "optional": true,
                        "type": "DECIMAL",
                        "unit": "CM"
                      }
                    ]
                  },
                  "type": "OPTIONAL"
                },
                "ssimCode": "PXk",
                "subCode": "664",
                "vendor": "MMGR",
                "weight": [
                  {
                    "unit": "KILOGRAM",
                    "value": 20.4
                  },
                  {
                    "unit": "KILOGRAM",
                    "value": 8.8
                  },
                  {
                    "unit": "KILOGRAM",
                    "value": 19.5
                  },
                  {
                    "unit": "KILOGRAM",
                    "value": 24.3
                  }
                ]
              },
              "bookingIndicator": "27",
              "disassociated": false,
              "emdNumber": {
                "number": "89471554527336"
              },
              "emdPaperIndicator": "P",
              "eMDSegmentCoupons": {
                "eMDSegmentCoupon": [
                  {
                    "emdCouponNumber": "53",
                    "segmentRef": "fe9aaaf7-a331-4919-a947-33f1dc0ab534"
                  },
                  {
                    "emdCouponNumber": "68",
                    "segmentRef": "14977880-30e4-4fa0-838f-c4f4dd176c6a"
                  },
                  {
                    "emdCouponNumber": "86",
                    "segmentRef": "34e455dc-12ce-418e-958b-00810942c950"
                  },
                  {
                    "emdCouponNumber": "03",
                    "segmentRef": "0de18250-3bac-4373-b6bb-bb5f3ebae6a4"
                  }
                ]
              },
              "feeApplicationIndicator": "46",
              "id": "34cc39ee-1114-4efb-9a77-01a8a2f2afd4",
              "miscFee": {
                "dealName": "SPRING DEAL",
                "group": "BG",
                "id": "168c6a30-460f-448d-846a-14135b05e7b9",
                "offerName": "MAY WEEKEND DISCOUNT",
                "reasonForIssuance": "R",
                "subCode": "578"
              },
              "offerId": {
                "id": "ae1aa345-9467-4f5f-891f-b86d93a00ace",
                "itemId": "468b6d94-42df-418c-b834-b99b309f4238"
              },
              "passengerSegmentRefs": [
                "id01",
                "id02"
              ],
              "paymentStatus": {
                "statusCode": "PD",
                "value": "REJECTED"
              },
              "pnrId": "UAJCRK",
              "quantity": 4,
              "specialServiceDescription": {
                "code": "WDbC",
                "properties": {
                  "property": [
                    {
                      "name": "DOCUMENT_EXPIRY_THRESHOLD",
                      "value": "386"
                    }
                  ]
                },
                "text": "RcSGjMbkFZDfgxu"
              },
              "syntheticIdentifier": "20754087850421105919",
              "taxExemption": false,
              "ticketUsedForEmdPricing": "N",
              "type": "ANCILLARY",
              "weight": {
                "unit": "KILOGRAM",
                "value": 38.4
              }
            },
            {
              "airExtraBundleRef": "ca454a6f-8341-4afe-8b7a-1dca73136354",
              "ancillary": {
                "airline": "[ob",
                "ancillaryRules": {
                  "commissionable": true,
                  "customRules": {
                    "applyHighestTierLevel": false,
                    "convertible": true,
                    "excludedFormOfPayment": [
                      "AX"
                    ],
                    "maxQuantityPerPassenger": 5
                  },
                  "exchangeable": false,
                  "feeApplicationMethod": {
                    "code": "3",
                    "value": "TRAVEL"
                  },
                  "formOfRefund": {
                    "code": "1",
                    "value": "ORIGINAL"
                  },
                  "freeAllowanceEligibility": {
                    "quantity": 1
                  },
                  "freeOfChargeRules": [
                    "EMD_REQUIRED",
                    "EMD_REQUIRED",
                    "EMD_REQUIRED"
                  ],
                  "interlineable": false,
                  "inventoryControlled": true,
                  "paperTicketRequired": true,
                  "purchaseAtTicketIssue": false,
                  "purchaseBy": "2026-11-11",
                  "refundable": false,
                  "tourCode": "j9nDzV"
                },
                "bagType": "SURF",
                "bookingMethod": {
                  "code": "4=",
                  "value": "NO_BOOKING_REQUIRED"
                },
                "bundledAncillaryRefs": [
                  "id01",
                  "id02"
                ],
                "commercialName": "PRIORITY BOARDING",
                "displayOnly": false,
                "electronicMiscDocType": {
                  "code": "3",
                  "consumedAtIssuance": false,
                  "value": "STANDALONE"
                },
                "group": "MEA",
                "id": "nPk09T",
                "reasonForIssuance": {
                  "code": "B",
                  "value": "IN_FLIGHT_SERVICES"
                },
                "sequenceNumber": 6,
                "serviceType": {
                  "code": "ce",
                  "value": "DISCLOSURE"
                },
                "specialService": {
                  "code": "BGDA",
                  "requiredProperties": {
                    "propertyDefinition": [
                      {
                        "allowedValue": [
                          "DOG"
                        ],
                        "max": 11,
                        "min": 3,
                        "name": "SIZE",
                        "optional": false,
                        "type": "ENUM",
                        "unit": "KG"
                      }
                    ]
                  },
                  "type": "REQUIRED"
                },
                "ssimCode": "DwL",
                "subCode": "943",
                "vendor": "AMAD",
                "weight": [
                  {
                    "unit": "KILOGRAM",
                    "value": 49.3
                  },
                  {
                    "unit": "KILOGRAM",
                    "value": 43.4
                  }
                ]
              },
              "bookingIndicator": "20",
              "disassociated": true,
              "emdNumber": {
                "number": "87132413771980"
              },
              "emdPaperIndicator": "E",
              "eMDSegmentCoupons": {
                "eMDSegmentCoupon": [
                  {
                    "emdCouponNumber": "32",
                    "segmentRef": "c7eb155e-d235-4872-8f53-8c90605dd4cb"
                  },
                  {
                    "emdCouponNumber": "03",
                    "segmentRef": "7a6b4ddc-aaa6-4e29-a8d3-42350f18968e"
                  }
                ]
              },
              "feeApplicationIndicator": "45",
              "id": "442a8418-2b46-4776-8e00-a048bf3fb748",
              "miscFee": {
                "dealName": "WINTER SALE",
                "group": "SEA",
                "id": "3b2ffbb9-4139-4bc0-8091-247d79b58a49",
                "offerName": "OFFER A",
                "reasonForIssuance": "A",
                "subCode": "535"
              },
              "offerId": {
                "id": "03cb4686-c41e-4bb4-8dac-1a65601b717e",
                "itemId": "6126ad80-a23a-4eef-9f52-9a00202f2dae"
              },
              "passengerSegmentRefs": [
                "id01",
                "id02"
              ],
              "paymentStatus": {
                "statusCode": "PD",
                "value": "PENDING"
              },
              "pnrId": "PVAQTG",
              "quantity": 3,
              "specialServiceDescription": {
                "code": "bAQj",
                "properties": {
                  "property": [
                    {
                      "name": "DOCUMENT_EXPIRY_THRESHOLD",
                      "value": "913"
                    },
                    {
                      "name": "DOCUMENT_EXPIRY_THRESHOLD",
                      "value": "538"
                    },
                    {
                      "name": "TIME_TO_OPEN_CHECK_IN",
                      "value": "725"
                    }
                  ]
                },
                "text": "jCpPBfvYPLKPtZj"
              },
              "syntheticIdentifier": "39169526006076972542",
              "taxExemption": false,
              "ticketUsedForEmdPricing": "N",
              "type": "MISC_FEE",
              "weight": {
                "unit": "KILOGRAM",
                "value": 14.2
              }
            }
          ],
          "airExtraBundle": [
            {
              "childRef": [
                "id01",
                "id02"
              ],
              "id": "d4beb6ec-bc95-4135-9d43-26d43b60cba7",
              "parentRef": "51f1d292-731a-48b6-974f-c985cd4d9b81"
            },
            {
              "childRef": [
                "id01",
                "id02"
              ],
              "id": "a291e506-46a0-41d2-baf3-8f5052e50ce1",
              "parentRef": "afb16755-b599-4147-887e-d274b47ca199"
            }
          ],
          "airExtraDocument": [
            {
              "airExtraDocumentCoupon": [
                {
                  "number": 77,
                  "passengerSegmentRef": "72f54fa9-89fc-434c-b236-0c195fc1e9e2",
                  "priceBreakdown": {
                    "base": {
                      "amount": {
                        "currency": "UGX",
                        "value": 230.68
                      },
                      "code": "Gh",
                      "conversionRatio": {
                        "minimumPoints": 732,
                        "value": 0.48
                      },
                      "equivAmount": {
                        "currency": "AFN",
                        "value": 228.04
                      },
                      "override": false,
                      "points": 24022,
                      "referenceAmount": {
                        "currency": "LRD",
                        "value": 182.66
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    "commission": [
                      {
                        "amount": {
                          "currency": "LRD",
                          "value": 356.4
                        },
                        "code": "KC",
                        "conversionRatio": {
                          "minimumPoints": 137,
                          "value": 0.48
                        },
                        "equivAmount": {
                          "currency": "FKP",
                          "value": 366.31
                        },
                        "override": true,
                        "points": 21406,
                        "referenceAmount": {
                          "currency": "MOP",
                          "value": 14.14
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "TTD",
                          "value": 409.73
                        },
                        "code": "Jn",
                        "conversionRatio": {
                          "minimumPoints": 687,
                          "value": 0.91
                        },
                        "equivAmount": {
                          "currency": "VND",
                          "value": 278.65
                        },
                        "override": false,
                        "points": 22732,
                        "referenceAmount": {
                          "currency": "FKP",
                          "value": 360.33
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "discount": [
                      {
                        "amount": {
                          "currency": "UYU",
                          "value": 169.69
                        },
                        "code": "qK",
                        "conversionRatio": {
                          "minimumPoints": 713,
                          "value": 0.99
                        },
                        "equivAmount": {
                          "currency": "BGN",
                          "value": 234.66
                        },
                        "override": false,
                        "points": 36071,
                        "referenceAmount": {
                          "currency": "AED",
                          "value": 302.81
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "CHF",
                          "value": 226.63
                        },
                        "code": "SU",
                        "conversionRatio": {
                          "minimumPoints": 684,
                          "value": 0.49
                        },
                        "equivAmount": {
                          "currency": "PGK",
                          "value": 394.36
                        },
                        "override": true,
                        "points": 35841,
                        "referenceAmount": {
                          "currency": "XCD",
                          "value": 401.83
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "ILS",
                          "value": 148.45
                        },
                        "code": "cu",
                        "conversionRatio": {
                          "minimumPoints": 174,
                          "value": 0.52
                        },
                        "equivAmount": {
                          "currency": "ANG",
                          "value": 476.61
                        },
                        "override": true,
                        "points": 48453,
                        "referenceAmount": {
                          "currency": "WST",
                          "value": 470.81
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "YER",
                          "value": 180.67
                        },
                        "code": "zt",
                        "conversionRatio": {
                          "minimumPoints": 762,
                          "value": 0.63
                        },
                        "equivAmount": {
                          "currency": "UGX",
                          "value": 164.73
                        },
                        "override": false,
                        "points": 16174,
                        "referenceAmount": {
                          "currency": "NZD",
                          "value": 260.79
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "FJD",
                          "value": 179.59
                        },
                        "code": "Is",
                        "conversionRatio": {
                          "minimumPoints": 798,
                          "value": 0.55
                        },
                        "equivAmount": {
                          "currency": "ANG",
                          "value": 379.59
                        },
                        "override": false,
                        "points": 29682,
                        "referenceAmount": {
                          "currency": "BMD",
                          "value": 86.62
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "fee": [
                      {
                        "amount": {
                          "currency": "NZD",
                          "value": 251.25
                        },
                        "code": "AP",
                        "conversionRatio": {
                          "minimumPoints": 455,
                          "value": 0.7
                        },
                        "equivAmount": {
                          "currency": "MWK",
                          "value": 105.83
                        },
                        "override": false,
                        "points": 18384,
                        "referenceAmount": {
                          "currency": "GEL",
                          "value": 257.21
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "DJF",
                          "value": 199.87
                        },
                        "code": "Ia",
                        "conversionRatio": {
                          "minimumPoints": 138,
                          "value": 0.75
                        },
                        "equivAmount": {
                          "currency": "KMF",
                          "value": 145.7
                        },
                        "override": true,
                        "points": 44055,
                        "referenceAmount": {
                          "currency": "PKR",
                          "value": 21.06
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "surcharge": [
                      {
                        "amount": {
                          "currency": "RUB",
                          "value": 278.13
                        },
                        "code": "GO",
                        "conversionRatio": {
                          "minimumPoints": 359,
                          "value": 0.8
                        },
                        "equivAmount": {
                          "currency": "SBD",
                          "value": 470.37
                        },
                        "override": false,
                        "points": 42081,
                        "referenceAmount": {
                          "currency": "XCD",
                          "value": 414.29
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "EUR",
                          "value": 435.17
                        },
                        "code": "Fy",
                        "conversionRatio": {
                          "minimumPoints": 592,
                          "value": 0.6
                        },
                        "equivAmount": {
                          "currency": "DZD",
                          "value": 85.03
                        },
                        "override": true,
                        "points": 30412,
                        "referenceAmount": {
                          "currency": "KPW",
                          "value": 449.34
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "DJF",
                          "value": 37.2
                        },
                        "code": "Nm",
                        "conversionRatio": {
                          "minimumPoints": 732,
                          "value": 0.94
                        },
                        "equivAmount": {
                          "currency": "KMF",
                          "value": 180.65
                        },
                        "override": false,
                        "points": 44313,
                        "referenceAmount": {
                          "currency": "GTQ",
                          "value": 460.73
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "HTG",
                          "value": 456.96
                        },
                        "code": "kX",
                        "conversionRatio": {
                          "minimumPoints": 317,
                          "value": 0.54
                        },
                        "equivAmount": {
                          "currency": "MMK",
                          "value": 116.73
                        },
                        "override": true,
                        "points": 13605,
                        "referenceAmount": {
                          "currency": "MRU",
                          "value": 152.99
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "tax": [
                      {
                        "amount": {
                          "currency": "XCD",
                          "value": 337.13
                        },
                        "code": "Lg",
                        "conversionRatio": {
                          "minimumPoints": 780,
                          "value": 0.22
                        },
                        "equivAmount": {
                          "currency": "UGX",
                          "value": 455.8
                        },
                        "override": true,
                        "points": 49431,
                        "referenceAmount": {
                          "currency": "VUV",
                          "value": 441.3
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "GHS",
                          "value": 410.08
                        },
                        "code": "hD",
                        "conversionRatio": {
                          "minimumPoints": 155,
                          "value": 0.19
                        },
                        "equivAmount": {
                          "currency": "UAH",
                          "value": 273.56
                        },
                        "override": true,
                        "points": 25604,
                        "referenceAmount": {
                          "currency": "MAD",
                          "value": 50.4
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "XAF",
                          "value": 472.69
                        },
                        "code": "Pe",
                        "conversionRatio": {
                          "minimumPoints": 936,
                          "value": 0.52
                        },
                        "equivAmount": {
                          "currency": "TZS",
                          "value": 143.21
                        },
                        "override": false,
                        "points": 27943,
                        "referenceAmount": {
                          "currency": "SSP",
                          "value": 249.88
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "UYU",
                          "value": 414.5
                        },
                        "code": "VG",
                        "conversionRatio": {
                          "minimumPoints": 699,
                          "value": 0.92
                        },
                        "equivAmount": {
                          "currency": "BAM",
                          "value": 290.91
                        },
                        "override": false,
                        "points": 31387,
                        "referenceAmount": {
                          "currency": "AUD",
                          "value": 307.19
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "total": {
                      "amount": {
                        "currency": "PGK",
                        "value": 412.74
                      },
                      "code": "yL",
                      "conversionRatio": {
                        "minimumPoints": 688,
                        "value": 0.56
                      },
                      "equivAmount": {
                        "currency": "KZT",
                        "value": 443.31
                      },
                      "override": false,
                      "points": 46761,
                      "referenceAmount": {
                        "currency": "NAD",
                        "value": 161.84
                      },
                      "taxType": "FLAT"
                    }
                  }
                },
                {
                  "number": 35,
                  "passengerSegmentRef": "395c0d87-9ce3-4948-9ecd-1fdf879867ab",
                  "priceBreakdown": {
                    "base": {
                      "amount": {
                        "currency": "JMD",
                        "value": 79.5
                      },
                      "code": "Qf",
                      "conversionRatio": {
                        "minimumPoints": 313,
                        "value": 0.99
                      },
                      "equivAmount": {
                        "currency": "UYU",
                        "value": 439.5
                      },
                      "override": false,
                      "points": 37273,
                      "referenceAmount": {
                        "currency": "BMD",
                        "value": 192.72
                      },
                      "taxType": "FLAT"
                    },
                    "commission": [
                      {
                        "amount": {
                          "currency": "KHR",
                          "value": 333.51
                        },
                        "code": "jv",
                        "conversionRatio": {
                          "minimumPoints": 484,
                          "value": 0.17
                        },
                        "equivAmount": {
                          "currency": "USD",
                          "value": 264.55
                        },
                        "override": false,
                        "points": 12458,
                        "referenceAmount": {
                          "currency": "SBD",
                          "value": 101.7
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "FJD",
                          "value": 436.01
                        },
                        "code": "PN",
                        "conversionRatio": {
                          "minimumPoints": 624,
                          "value": 0.61
                        },
                        "equivAmount": {
                          "currency": "GYD",
                          "value": 69.37
                        },
                        "override": true,
                        "points": 36027,
                        "referenceAmount": {
                          "currency": "RSD",
                          "value": 323.78
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "MOP",
                          "value": 256.2
                        },
                        "code": "Lo",
                        "conversionRatio": {
                          "minimumPoints": 505,
                          "value": 0.4
                        },
                        "equivAmount": {
                          "currency": "AFN",
                          "value": 307.59
                        },
                        "override": false,
                        "points": 34918,
                        "referenceAmount": {
                          "currency": "DZD",
                          "value": 67.39
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "NGN",
                          "value": 288.61
                        },
                        "code": "Pt",
                        "conversionRatio": {
                          "minimumPoints": 337,
                          "value": 0.43
                        },
                        "equivAmount": {
                          "currency": "PAB",
                          "value": 64.63
                        },
                        "override": false,
                        "points": 36208,
                        "referenceAmount": {
                          "currency": "CHF",
                          "value": 213.12
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "AUD",
                          "value": 298.81
                        },
                        "code": "Sp",
                        "conversionRatio": {
                          "minimumPoints": 372,
                          "value": 0.92
                        },
                        "equivAmount": {
                          "currency": "DZD",
                          "value": 39.11
                        },
                        "override": true,
                        "points": 10464,
                        "referenceAmount": {
                          "currency": "JPY",
                          "value": 335.27
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "discount": [
                      {
                        "amount": {
                          "currency": "TWD",
                          "value": 165.94
                        },
                        "code": "mu",
                        "conversionRatio": {
                          "minimumPoints": 208,
                          "value": 0.24
                        },
                        "equivAmount": {
                          "currency": "TRY",
                          "value": 70.28
                        },
                        "override": false,
                        "points": 37551,
                        "referenceAmount": {
                          "currency": "PLN",
                          "value": 409.28
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "GTQ",
                          "value": 323.44
                        },
                        "code": "cp",
                        "conversionRatio": {
                          "minimumPoints": 807,
                          "value": 0.91
                        },
                        "equivAmount": {
                          "currency": "MAD",
                          "value": 427.95
                        },
                        "override": false,
                        "points": 12886,
                        "referenceAmount": {
                          "currency": "AED",
                          "value": 319.41
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "GBP",
                          "value": 487.2
                        },
                        "code": "oE",
                        "conversionRatio": {
                          "minimumPoints": 283,
                          "value": 0.99
                        },
                        "equivAmount": {
                          "currency": "IQD",
                          "value": 197.51
                        },
                        "override": true,
                        "points": 40022,
                        "referenceAmount": {
                          "currency": "TND",
                          "value": 410.16
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "fee": [
                      {
                        "amount": {
                          "currency": "BGN",
                          "value": 161.05
                        },
                        "code": "fO",
                        "conversionRatio": {
                          "minimumPoints": 462,
                          "value": 0.76
                        },
                        "equivAmount": {
                          "currency": "GEL",
                          "value": 429.57
                        },
                        "override": true,
                        "points": 30323,
                        "referenceAmount": {
                          "currency": "SDG",
                          "value": 242.96
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "GHS",
                          "value": 277.71
                        },
                        "code": "Cx",
                        "conversionRatio": {
                          "minimumPoints": 489,
                          "value": 0.86
                        },
                        "equivAmount": {
                          "currency": "OMR",
                          "value": 362.16
                        },
                        "override": true,
                        "points": 2138,
                        "referenceAmount": {
                          "currency": "COP",
                          "value": 136.75
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "surcharge": [
                      {
                        "amount": {
                          "currency": "SCR",
                          "value": 253
                        },
                        "code": "EW",
                        "conversionRatio": {
                          "minimumPoints": 856,
                          "value": 0.69
                        },
                        "equivAmount": {
                          "currency": "DOP",
                          "value": 13.17
                        },
                        "override": true,
                        "points": 1223,
                        "referenceAmount": {
                          "currency": "MXN",
                          "value": 307.68
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "tax": [
                      {
                        "amount": {
                          "currency": "WST",
                          "value": 256.68
                        },
                        "code": "jt",
                        "conversionRatio": {
                          "minimumPoints": 757,
                          "value": 0.64
                        },
                        "equivAmount": {
                          "currency": "EGP",
                          "value": 45.45
                        },
                        "override": true,
                        "points": 26706,
                        "referenceAmount": {
                          "currency": "FKP",
                          "value": 467.38
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "CZK",
                          "value": 283.49
                        },
                        "code": "Ql",
                        "conversionRatio": {
                          "minimumPoints": 442,
                          "value": 0.51
                        },
                        "equivAmount": {
                          "currency": "FJD",
                          "value": 8.44
                        },
                        "override": false,
                        "points": 35728,
                        "referenceAmount": {
                          "currency": "BIF",
                          "value": 398.84
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "total": {
                      "amount": {
                        "currency": "TND",
                        "value": 314.99
                      },
                      "code": "zl",
                      "conversionRatio": {
                        "minimumPoints": 180,
                        "value": 0.58
                      },
                      "equivAmount": {
                        "currency": "YER",
                        "value": 427.18
                      },
                      "override": true,
                      "points": 15990,
                      "referenceAmount": {
                        "currency": "VES",
                        "value": 31.2
                      },
                      "taxType": "FLAT"
                    }
                  }
                },
                {
                  "number": 11,
                  "passengerSegmentRef": "f2506d15-cc32-44ff-88aa-26b03d9450cc",
                  "priceBreakdown": {
                    "base": {
                      "amount": {
                        "currency": "KRW",
                        "value": 296.9
                      },
                      "code": "LJ",
                      "conversionRatio": {
                        "minimumPoints": 899,
                        "value": 0.78
                      },
                      "equivAmount": {
                        "currency": "AFN",
                        "value": 414.98
                      },
                      "override": false,
                      "points": 18146,
                      "referenceAmount": {
                        "currency": "ALL",
                        "value": 365.86
                      },
                      "taxType": "FLAT"
                    },
                    "commission": [
                      {
                        "amount": {
                          "currency": "JPY",
                          "value": 364.22
                        },
                        "code": "EB",
                        "conversionRatio": {
                          "minimumPoints": 478,
                          "value": 0.18
                        },
                        "equivAmount": {
                          "currency": "IRR",
                          "value": 261.36
                        },
                        "override": true,
                        "points": 3166,
                        "referenceAmount": {
                          "currency": "MUR",
                          "value": 217.63
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "XPF",
                          "value": 63.03
                        },
                        "code": "mE",
                        "conversionRatio": {
                          "minimumPoints": 582,
                          "value": 0.25
                        },
                        "equivAmount": {
                          "currency": "XOF",
                          "value": 348.39
                        },
                        "override": true,
                        "points": 29015,
                        "referenceAmount": {
                          "currency": "KPW",
                          "value": 454.76
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "HKD",
                          "value": 29.55
                        },
                        "code": "yQ",
                        "conversionRatio": {
                          "minimumPoints": 993,
                          "value": 0.58
                        },
                        "equivAmount": {
                          "currency": "ARS",
                          "value": 153.14
                        },
                        "override": true,
                        "points": 39590,
                        "referenceAmount": {
                          "currency": "KES",
                          "value": 298.21
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "JPY",
                          "value": 144.05
                        },
                        "code": "lQ",
                        "conversionRatio": {
                          "minimumPoints": 537,
                          "value": 0.12
                        },
                        "equivAmount": {
                          "currency": "JMD",
                          "value": 420.69
                        },
                        "override": true,
                        "points": 10811,
                        "referenceAmount": {
                          "currency": "ZWL",
                          "value": 495.22
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "NOK",
                          "value": 276.26
                        },
                        "code": "iD",
                        "conversionRatio": {
                          "minimumPoints": 959,
                          "value": 0.71
                        },
                        "equivAmount": {
                          "currency": "VND",
                          "value": 464.27
                        },
                        "override": false,
                        "points": 5249,
                        "referenceAmount": {
                          "currency": "NOK",
                          "value": 170.04
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "discount": [
                      {
                        "amount": {
                          "currency": "SLE",
                          "value": 457.5
                        },
                        "code": "Io",
                        "conversionRatio": {
                          "minimumPoints": 646,
                          "value": 0.33
                        },
                        "equivAmount": {
                          "currency": "KHR",
                          "value": 84.36
                        },
                        "override": false,
                        "points": 34793,
                        "referenceAmount": {
                          "currency": "BOB",
                          "value": 128.74
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "ALL",
                          "value": 434.39
                        },
                        "code": "rj",
                        "conversionRatio": {
                          "minimumPoints": 171,
                          "value": 0.72
                        },
                        "equivAmount": {
                          "currency": "INR",
                          "value": 486.09
                        },
                        "override": true,
                        "points": 43920,
                        "referenceAmount": {
                          "currency": "KES",
                          "value": 350.73
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "UGX",
                          "value": 232.21
                        },
                        "code": "qv",
                        "conversionRatio": {
                          "minimumPoints": 104,
                          "value": 0.23
                        },
                        "equivAmount": {
                          "currency": "NGN",
                          "value": 431.63
                        },
                        "override": false,
                        "points": 47347,
                        "referenceAmount": {
                          "currency": "TOP",
                          "value": 7.14
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "fee": [
                      {
                        "amount": {
                          "currency": "MUR",
                          "value": 259.97
                        },
                        "code": "mK",
                        "conversionRatio": {
                          "minimumPoints": 212,
                          "value": 0.54
                        },
                        "equivAmount": {
                          "currency": "YER",
                          "value": 327.35
                        },
                        "override": true,
                        "points": 27166,
                        "referenceAmount": {
                          "currency": "GTQ",
                          "value": 119.66
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "ILS",
                          "value": 26.77
                        },
                        "code": "jY",
                        "conversionRatio": {
                          "minimumPoints": 1000,
                          "value": 0.93
                        },
                        "equivAmount": {
                          "currency": "KWD",
                          "value": 207.09
                        },
                        "override": false,
                        "points": 43518,
                        "referenceAmount": {
                          "currency": "TJS",
                          "value": 439.81
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "UZS",
                          "value": 216.12
                        },
                        "code": "OY",
                        "conversionRatio": {
                          "minimumPoints": 597,
                          "value": 0.96
                        },
                        "equivAmount": {
                          "currency": "MOP",
                          "value": 478.92
                        },
                        "override": true,
                        "points": 42520,
                        "referenceAmount": {
                          "currency": "MKD",
                          "value": 288.33
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "surcharge": [
                      {
                        "amount": {
                          "currency": "KMF",
                          "value": 67.1
                        },
                        "code": "Ey",
                        "conversionRatio": {
                          "minimumPoints": 282,
                          "value": 0.56
                        },
                        "equivAmount": {
                          "currency": "ALL",
                          "value": 173.25
                        },
                        "override": true,
                        "points": 6198,
                        "referenceAmount": {
                          "currency": "DZD",
                          "value": 55.38
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "MGA",
                          "value": 24.72
                        },
                        "code": "GC",
                        "conversionRatio": {
                          "minimumPoints": 463,
                          "value": 0.7
                        },
                        "equivAmount": {
                          "currency": "ILS",
                          "value": 133.11
                        },
                        "override": false,
                        "points": 2575,
                        "referenceAmount": {
                          "currency": "BRL",
                          "value": 380.75
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "BIF",
                          "value": 214.09
                        },
                        "code": "NW",
                        "conversionRatio": {
                          "minimumPoints": 238,
                          "value": 0.69
                        },
                        "equivAmount": {
                          "currency": "MRU",
                          "value": 33.39
                        },
                        "override": true,
                        "points": 33913,
                        "referenceAmount": {
                          "currency": "MGA",
                          "value": 316.52
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "TOP",
                          "value": 348.26
                        },
                        "code": "hR",
                        "conversionRatio": {
                          "minimumPoints": 469,
                          "value": 0.88
                        },
                        "equivAmount": {
                          "currency": "INR",
                          "value": 103.01
                        },
                        "override": true,
                        "points": 23792,
                        "referenceAmount": {
                          "currency": "GHS",
                          "value": 174.76
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "tax": [
                      {
                        "amount": {
                          "currency": "WST",
                          "value": 291.91
                        },
                        "code": "PB",
                        "conversionRatio": {
                          "minimumPoints": 230,
                          "value": 0.76
                        },
                        "equivAmount": {
                          "currency": "SBD",
                          "value": 135.47
                        },
                        "override": false,
                        "points": 7849,
                        "referenceAmount": {
                          "currency": "PEN",
                          "value": 166.25
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "total": {
                      "amount": {
                        "currency": "INR",
                        "value": 64.65
                      },
                      "code": "Tz",
                      "conversionRatio": {
                        "minimumPoints": 628,
                        "value": 0.39
                      },
                      "equivAmount": {
                        "currency": "AMD",
                        "value": 64.02
                      },
                      "override": false,
                      "points": 16652,
                      "referenceAmount": {
                        "currency": "PAB",
                        "value": 350.77
                      },
                      "taxType": "PROPORTIONAL"
                    }
                  }
                }
              ],
              "airExtraRefs": [
                "id01",
                "id02"
              ],
              "id": "036a0a22-714f-4c48-a9c2-b2ce755e4a35",
              "issueDate": "2025-07-28T00:00:00.0Z",
              "number": "7778572376084",
              "paymentRefs": [
                "id01",
                "id02"
              ],
              "priceBreakdown": {
                "base": {
                  "amount": {
                    "currency": "ZWL",
                    "value": 396.06
                  },
                  "code": "xF",
                  "conversionRatio": {
                    "minimumPoints": 464,
                    "value": 0.14
                  },
                  "equivAmount": {
                    "currency": "MRU",
                    "value": 125.65
                  },
                  "override": true,
                  "points": 39100,
                  "referenceAmount": {
                    "currency": "GIP",
                    "value": 334.15
                  },
                  "taxType": "PROPORTIONAL"
                },
                "commission": [
                  {
                    "amount": {
                      "currency": "SCR",
                      "value": 173.05
                    },
                    "code": "mj",
                    "conversionRatio": {
                      "minimumPoints": 440,
                      "value": 0.23
                    },
                    "equivAmount": {
                      "currency": "TOP",
                      "value": 273.67
                    },
                    "override": false,
                    "points": 6011,
                    "referenceAmount": {
                      "currency": "JPY",
                      "value": 301.05
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "KES",
                      "value": 102.19
                    },
                    "code": "nQ",
                    "conversionRatio": {
                      "minimumPoints": 462,
                      "value": 0.25
                    },
                    "equivAmount": {
                      "currency": "CUP",
                      "value": 466.29
                    },
                    "override": true,
                    "points": 47278,
                    "referenceAmount": {
                      "currency": "DKK",
                      "value": 321.37
                    },
                    "taxType": "PROPORTIONAL"
                  }
                ],
                "discount": [
                  {
                    "amount": {
                      "currency": "SRD",
                      "value": 151.42
                    },
                    "code": "MB",
                    "conversionRatio": {
                      "minimumPoints": 331,
                      "value": 0.59
                    },
                    "equivAmount": {
                      "currency": "TWD",
                      "value": 365.5
                    },
                    "override": false,
                    "points": 37317,
                    "referenceAmount": {
                      "currency": "GHS",
                      "value": 343.66
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "QAR",
                      "value": 393
                    },
                    "code": "KQ",
                    "conversionRatio": {
                      "minimumPoints": 141,
                      "value": 0.15
                    },
                    "equivAmount": {
                      "currency": "IDR",
                      "value": 11.62
                    },
                    "override": false,
                    "points": 11589,
                    "referenceAmount": {
                      "currency": "RWF",
                      "value": 475.69
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "XPF",
                      "value": 487.81
                    },
                    "code": "eL",
                    "conversionRatio": {
                      "minimumPoints": 765,
                      "value": 0.31
                    },
                    "equivAmount": {
                      "currency": "SLE",
                      "value": 342.8
                    },
                    "override": false,
                    "points": 49899,
                    "referenceAmount": {
                      "currency": "CUP",
                      "value": 90.27
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "CHF",
                      "value": 94.96
                    },
                    "code": "ha",
                    "conversionRatio": {
                      "minimumPoints": 446,
                      "value": 0.6
                    },
                    "equivAmount": {
                      "currency": "CZK",
                      "value": 371.45
                    },
                    "override": true,
                    "points": 41402,
                    "referenceAmount": {
                      "currency": "CUP",
                      "value": 469.97
                    },
                    "taxType": "FLAT"
                  }
                ],
                "fee": [
                  {
                    "amount": {
                      "currency": "MNT",
                      "value": 163.94
                    },
                    "code": "ED",
                    "conversionRatio": {
                      "minimumPoints": 860,
                      "value": 0.5
                    },
                    "equivAmount": {
                      "currency": "MNT",
                      "value": 326.16
                    },
                    "override": true,
                    "points": 14502,
                    "referenceAmount": {
                      "currency": "PKR",
                      "value": 229.99
                    },
                    "taxType": "PROPORTIONAL"
                  }
                ],
                "surcharge": [
                  {
                    "amount": {
                      "currency": "TRY",
                      "value": 310.73
                    },
                    "code": "cC",
                    "conversionRatio": {
                      "minimumPoints": 430,
                      "value": 0.18
                    },
                    "equivAmount": {
                      "currency": "HKD",
                      "value": 29.12
                    },
                    "override": false,
                    "points": 3951,
                    "referenceAmount": {
                      "currency": "KES",
                      "value": 320.8
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "DJF",
                      "value": 20.19
                    },
                    "code": "xb",
                    "conversionRatio": {
                      "minimumPoints": 770,
                      "value": 0.36
                    },
                    "equivAmount": {
                      "currency": "GEL",
                      "value": 476.67
                    },
                    "override": false,
                    "points": 25891,
                    "referenceAmount": {
                      "currency": "MMK",
                      "value": 416.15
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "LRD",
                      "value": 235.07
                    },
                    "code": "oB",
                    "conversionRatio": {
                      "minimumPoints": 628,
                      "value": 0.21
                    },
                    "equivAmount": {
                      "currency": "AFN",
                      "value": 243.61
                    },
                    "override": false,
                    "points": 14840,
                    "referenceAmount": {
                      "currency": "GHS",
                      "value": 346.84
                    },
                    "taxType": "FLAT"
                  }
                ],
                "tax": [
                  {
                    "amount": {
                      "currency": "RSD",
                      "value": 493
                    },
                    "code": "nI",
                    "conversionRatio": {
                      "minimumPoints": 550,
                      "value": 0.92
                    },
                    "equivAmount": {
                      "currency": "FJD",
                      "value": 408.02
                    },
                    "override": true,
                    "points": 36659,
                    "referenceAmount": {
                      "currency": "AWG",
                      "value": 411.17
                    },
                    "taxType": "FLAT"
                  }
                ],
                "total": {
                  "amount": {
                    "currency": "CUP",
                    "value": 301.28
                  },
                  "code": "pp",
                  "conversionRatio": {
                    "minimumPoints": 448,
                    "value": 0.34
                  },
                  "equivAmount": {
                    "currency": "AOA",
                    "value": 455.62
                  },
                  "override": true,
                  "points": 26479,
                  "referenceAmount": {
                    "currency": "GYD",
                    "value": 440.8
                  },
                  "taxType": "FLAT"
                }
              },
              "type": "MISCELLANEOUS_RECORD"
            },
            {
              "airExtraDocumentCoupon": [
                {
                  "number": 22,
                  "passengerSegmentRef": "41226794-d93f-4223-9512-44cb7b836794",
                  "priceBreakdown": {
                    "base": {
                      "amount": {
                        "currency": "PEN",
                        "value": 6.43
                      },
                      "code": "ZY",
                      "conversionRatio": {
                        "minimumPoints": 792,
                        "value": 0.38
                      },
                      "equivAmount": {
                        "currency": "DOP",
                        "value": 107.58
                      },
                      "override": false,
                      "points": 21679,
                      "referenceAmount": {
                        "currency": "GEL",
                        "value": 133.8
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    "commission": [
                      {
                        "amount": {
                          "currency": "PHP",
                          "value": 162.59
                        },
                        "code": "rs",
                        "conversionRatio": {
                          "minimumPoints": 236,
                          "value": 0.82
                        },
                        "equivAmount": {
                          "currency": "CRC",
                          "value": 445.72
                        },
                        "override": true,
                        "points": 31528,
                        "referenceAmount": {
                          "currency": "VUV",
                          "value": 79.22
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "BOB",
                          "value": 397.87
                        },
                        "code": "lf",
                        "conversionRatio": {
                          "minimumPoints": 444,
                          "value": 0.77
                        },
                        "equivAmount": {
                          "currency": "JOD",
                          "value": 150.42
                        },
                        "override": true,
                        "points": 34828,
                        "referenceAmount": {
                          "currency": "PLN",
                          "value": 450.77
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "VUV",
                          "value": 79.89
                        },
                        "code": "uF",
                        "conversionRatio": {
                          "minimumPoints": 938,
                          "value": 0.12
                        },
                        "equivAmount": {
                          "currency": "CRC",
                          "value": 443.94
                        },
                        "override": true,
                        "points": 6708,
                        "referenceAmount": {
                          "currency": "CDF",
                          "value": 331.46
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "discount": [
                      {
                        "amount": {
                          "currency": "KYD",
                          "value": 63.37
                        },
                        "code": "TI",
                        "conversionRatio": {
                          "minimumPoints": 870,
                          "value": 0.51
                        },
                        "equivAmount": {
                          "currency": "BOB",
                          "value": 81.05
                        },
                        "override": true,
                        "points": 23549,
                        "referenceAmount": {
                          "currency": "AMD",
                          "value": 105.38
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "XAF",
                          "value": 254.4
                        },
                        "code": "AU",
                        "conversionRatio": {
                          "minimumPoints": 380,
                          "value": 0.31
                        },
                        "equivAmount": {
                          "currency": "ETB",
                          "value": 426.39
                        },
                        "override": true,
                        "points": 45501,
                        "referenceAmount": {
                          "currency": "JMD",
                          "value": 8.18
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "MZN",
                          "value": 231.45
                        },
                        "code": "tU",
                        "conversionRatio": {
                          "minimumPoints": 911,
                          "value": 0.14
                        },
                        "equivAmount": {
                          "currency": "IDR",
                          "value": 264.97
                        },
                        "override": false,
                        "points": 1289,
                        "referenceAmount": {
                          "currency": "EGP",
                          "value": 374.78
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "fee": [
                      {
                        "amount": {
                          "currency": "XCD",
                          "value": 104.94
                        },
                        "code": "LZ",
                        "conversionRatio": {
                          "minimumPoints": 815,
                          "value": 0.22
                        },
                        "equivAmount": {
                          "currency": "DKK",
                          "value": 286.97
                        },
                        "override": true,
                        "points": 47735,
                        "referenceAmount": {
                          "currency": "DJF",
                          "value": 363.63
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "surcharge": [
                      {
                        "amount": {
                          "currency": "PKR",
                          "value": 268.72
                        },
                        "code": "Iu",
                        "conversionRatio": {
                          "minimumPoints": 516,
                          "value": 0.52
                        },
                        "equivAmount": {
                          "currency": "LRD",
                          "value": 371.37
                        },
                        "override": false,
                        "points": 18584,
                        "referenceAmount": {
                          "currency": "CHF",
                          "value": 121.89
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "AMD",
                          "value": 58.94
                        },
                        "code": "pF",
                        "conversionRatio": {
                          "minimumPoints": 412,
                          "value": 0.24
                        },
                        "equivAmount": {
                          "currency": "GEL",
                          "value": 363.46
                        },
                        "override": true,
                        "points": 21395,
                        "referenceAmount": {
                          "currency": "AFN",
                          "value": 458.79
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "NZD",
                          "value": 168.32
                        },
                        "code": "Iz",
                        "conversionRatio": {
                          "minimumPoints": 328,
                          "value": 0.48
                        },
                        "equivAmount": {
                          "currency": "RUB",
                          "value": 426.74
                        },
                        "override": false,
                        "points": 10350,
                        "referenceAmount": {
                          "currency": "HNL",
                          "value": 212.2
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "tax": [
                      {
                        "amount": {
                          "currency": "MZN",
                          "value": 168.38
                        },
                        "code": "yw",
                        "conversionRatio": {
                          "minimumPoints": 782,
                          "value": 0.71
                        },
                        "equivAmount": {
                          "currency": "GHS",
                          "value": 190.56
                        },
                        "override": false,
                        "points": 11079,
                        "referenceAmount": {
                          "currency": "WST",
                          "value": 204.19
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "XCD",
                          "value": 490.64
                        },
                        "code": "ah",
                        "conversionRatio": {
                          "minimumPoints": 947,
                          "value": 0.87
                        },
                        "equivAmount": {
                          "currency": "CNY",
                          "value": 283.52
                        },
                        "override": false,
                        "points": 18090,
                        "referenceAmount": {
                          "currency": "GNF",
                          "value": 182.73
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "SLE",
                          "value": 291.09
                        },
                        "code": "kb",
                        "conversionRatio": {
                          "minimumPoints": 302,
                          "value": 0.49
                        },
                        "equivAmount": {
                          "currency": "IRR",
                          "value": 273.29
                        },
                        "override": true,
                        "points": 45824,
                        "referenceAmount": {
                          "currency": "GBP",
                          "value": 204.49
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "BRL",
                          "value": 201.45
                        },
                        "code": "Vx",
                        "conversionRatio": {
                          "minimumPoints": 629,
                          "value": 0.15
                        },
                        "equivAmount": {
                          "currency": "KPW",
                          "value": 472.22
                        },
                        "override": false,
                        "points": 4199,
                        "referenceAmount": {
                          "currency": "CHF",
                          "value": 93.46
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "CVE",
                          "value": 428.9
                        },
                        "code": "ub",
                        "conversionRatio": {
                          "minimumPoints": 610,
                          "value": 0.49
                        },
                        "equivAmount": {
                          "currency": "CRC",
                          "value": 188.55
                        },
                        "override": false,
                        "points": 49337,
                        "referenceAmount": {
                          "currency": "ISK",
                          "value": 105.78
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "total": {
                      "amount": {
                        "currency": "ILS",
                        "value": 85.46
                      },
                      "code": "Ts",
                      "conversionRatio": {
                        "minimumPoints": 152,
                        "value": 0.86
                      },
                      "equivAmount": {
                        "currency": "AWG",
                        "value": 388.34
                      },
                      "override": true,
                      "points": 5698,
                      "referenceAmount": {
                        "currency": "TWD",
                        "value": 270.29
                      },
                      "taxType": "PROPORTIONAL"
                    }
                  }
                },
                {
                  "number": 54,
                  "passengerSegmentRef": "2ea1f264-9209-419b-9966-5d04c0ad6841",
                  "priceBreakdown": {
                    "base": {
                      "amount": {
                        "currency": "BHD",
                        "value": 111.28
                      },
                      "code": "Oo",
                      "conversionRatio": {
                        "minimumPoints": 570,
                        "value": 0.95
                      },
                      "equivAmount": {
                        "currency": "ERN",
                        "value": 180.33
                      },
                      "override": true,
                      "points": 33820,
                      "referenceAmount": {
                        "currency": "NAD",
                        "value": 82.35
                      },
                      "taxType": "FLAT"
                    },
                    "commission": [
                      {
                        "amount": {
                          "currency": "SYP",
                          "value": 225.82
                        },
                        "code": "jF",
                        "conversionRatio": {
                          "minimumPoints": 895,
                          "value": 0.6
                        },
                        "equivAmount": {
                          "currency": "EGP",
                          "value": 425.47
                        },
                        "override": false,
                        "points": 41503,
                        "referenceAmount": {
                          "currency": "BSD",
                          "value": 242.7
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "BTN",
                          "value": 187.22
                        },
                        "code": "dU",
                        "conversionRatio": {
                          "minimumPoints": 715,
                          "value": 0.57
                        },
                        "equivAmount": {
                          "currency": "CNY",
                          "value": 12.91
                        },
                        "override": true,
                        "points": 20614,
                        "referenceAmount": {
                          "currency": "RWF",
                          "value": 400.15
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "SDG",
                          "value": 14.05
                        },
                        "code": "pY",
                        "conversionRatio": {
                          "minimumPoints": 208,
                          "value": 0.11
                        },
                        "equivAmount": {
                          "currency": "ERN",
                          "value": 294.24
                        },
                        "override": false,
                        "points": 7798,
                        "referenceAmount": {
                          "currency": "ZWL",
                          "value": 175.79
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "GMD",
                          "value": 240.42
                        },
                        "code": "Rr",
                        "conversionRatio": {
                          "minimumPoints": 424,
                          "value": 0.92
                        },
                        "equivAmount": {
                          "currency": "ALL",
                          "value": 176.94
                        },
                        "override": false,
                        "points": 3750,
                        "referenceAmount": {
                          "currency": "SHP",
                          "value": 77.17
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "BMD",
                          "value": 241.61
                        },
                        "code": "Rn",
                        "conversionRatio": {
                          "minimumPoints": 466,
                          "value": 0.28
                        },
                        "equivAmount": {
                          "currency": "NAD",
                          "value": 158.16
                        },
                        "override": true,
                        "points": 33091,
                        "referenceAmount": {
                          "currency": "IQD",
                          "value": 277.79
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "discount": [
                      {
                        "amount": {
                          "currency": "GEL",
                          "value": 192.08
                        },
                        "code": "FE",
                        "conversionRatio": {
                          "minimumPoints": 713,
                          "value": 0.21
                        },
                        "equivAmount": {
                          "currency": "SYP",
                          "value": 92.9
                        },
                        "override": true,
                        "points": 34155,
                        "referenceAmount": {
                          "currency": "TOP",
                          "value": 243.97
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "GIP",
                          "value": 339.66
                        },
                        "code": "pL",
                        "conversionRatio": {
                          "minimumPoints": 555,
                          "value": 0.23
                        },
                        "equivAmount": {
                          "currency": "ZWL",
                          "value": 157.53
                        },
                        "override": false,
                        "points": 22824,
                        "referenceAmount": {
                          "currency": "CRC",
                          "value": 17.67
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "BHD",
                          "value": 383.87
                        },
                        "code": "ZB",
                        "conversionRatio": {
                          "minimumPoints": 734,
                          "value": 0.58
                        },
                        "equivAmount": {
                          "currency": "EGP",
                          "value": 154.31
                        },
                        "override": false,
                        "points": 18469,
                        "referenceAmount": {
                          "currency": "NPR",
                          "value": 179.09
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "fee": [
                      {
                        "amount": {
                          "currency": "WST",
                          "value": 276.05
                        },
                        "code": "DI",
                        "conversionRatio": {
                          "minimumPoints": 268,
                          "value": 0.93
                        },
                        "equivAmount": {
                          "currency": "CNY",
                          "value": 138.18
                        },
                        "override": true,
                        "points": 45780,
                        "referenceAmount": {
                          "currency": "KZT",
                          "value": 397.28
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "TZS",
                          "value": 229.47
                        },
                        "code": "Zn",
                        "conversionRatio": {
                          "minimumPoints": 101,
                          "value": 0.51
                        },
                        "equivAmount": {
                          "currency": "BMD",
                          "value": 463.68
                        },
                        "override": true,
                        "points": 43766,
                        "referenceAmount": {
                          "currency": "NOK",
                          "value": 53.12
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "NAD",
                          "value": 55.21
                        },
                        "code": "xI",
                        "conversionRatio": {
                          "minimumPoints": 519,
                          "value": 0.4
                        },
                        "equivAmount": {
                          "currency": "HKD",
                          "value": 354.36
                        },
                        "override": true,
                        "points": 40852,
                        "referenceAmount": {
                          "currency": "MYR",
                          "value": 206.98
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "MYR",
                          "value": 114.69
                        },
                        "code": "ad",
                        "conversionRatio": {
                          "minimumPoints": 137,
                          "value": 0.53
                        },
                        "equivAmount": {
                          "currency": "BWP",
                          "value": 352.4
                        },
                        "override": true,
                        "points": 49513,
                        "referenceAmount": {
                          "currency": "DJF",
                          "value": 410.48
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "MVR",
                          "value": 331.49
                        },
                        "code": "ce",
                        "conversionRatio": {
                          "minimumPoints": 603,
                          "value": 0.62
                        },
                        "equivAmount": {
                          "currency": "CRC",
                          "value": 484.29
                        },
                        "override": false,
                        "points": 48276,
                        "referenceAmount": {
                          "currency": "TWD",
                          "value": 377.68
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "surcharge": [
                      {
                        "amount": {
                          "currency": "COP",
                          "value": 41.96
                        },
                        "code": "ic",
                        "conversionRatio": {
                          "minimumPoints": 770,
                          "value": 0.27
                        },
                        "equivAmount": {
                          "currency": "NAD",
                          "value": 344.14
                        },
                        "override": false,
                        "points": 41316,
                        "referenceAmount": {
                          "currency": "UGX",
                          "value": 414.71
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "MVR",
                          "value": 432.39
                        },
                        "code": "EI",
                        "conversionRatio": {
                          "minimumPoints": 176,
                          "value": 0.64
                        },
                        "equivAmount": {
                          "currency": "LBP",
                          "value": 46.08
                        },
                        "override": false,
                        "points": 3412,
                        "referenceAmount": {
                          "currency": "RON",
                          "value": 410.62
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "tax": [
                      {
                        "amount": {
                          "currency": "CLP",
                          "value": 378.27
                        },
                        "code": "FF",
                        "conversionRatio": {
                          "minimumPoints": 602,
                          "value": 0.93
                        },
                        "equivAmount": {
                          "currency": "TND",
                          "value": 64.4
                        },
                        "override": false,
                        "points": 20671,
                        "referenceAmount": {
                          "currency": "JOD",
                          "value": 165.55
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "VES",
                          "value": 499.85
                        },
                        "code": "sJ",
                        "conversionRatio": {
                          "minimumPoints": 777,
                          "value": 0.14
                        },
                        "equivAmount": {
                          "currency": "AFN",
                          "value": 91.49
                        },
                        "override": true,
                        "points": 11974,
                        "referenceAmount": {
                          "currency": "IRR",
                          "value": 383.5
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "BHD",
                          "value": 23.71
                        },
                        "code": "cE",
                        "conversionRatio": {
                          "minimumPoints": 856,
                          "value": 0.37
                        },
                        "equivAmount": {
                          "currency": "AMD",
                          "value": 184.7
                        },
                        "override": false,
                        "points": 20345,
                        "referenceAmount": {
                          "currency": "VUV",
                          "value": 225.33
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "VES",
                          "value": 97.17
                        },
                        "code": "OF",
                        "conversionRatio": {
                          "minimumPoints": 449,
                          "value": 0.63
                        },
                        "equivAmount": {
                          "currency": "GHS",
                          "value": 459.33
                        },
                        "override": false,
                        "points": 17965,
                        "referenceAmount": {
                          "currency": "SYP",
                          "value": 395.37
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "CVE",
                          "value": 70.11
                        },
                        "code": "bJ",
                        "conversionRatio": {
                          "minimumPoints": 441,
                          "value": 0.21
                        },
                        "equivAmount": {
                          "currency": "BRL",
                          "value": 489.07
                        },
                        "override": false,
                        "points": 3779,
                        "referenceAmount": {
                          "currency": "KZT",
                          "value": 428.32
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "total": {
                      "amount": {
                        "currency": "MXN",
                        "value": 101.94
                      },
                      "code": "sM",
                      "conversionRatio": {
                        "minimumPoints": 594,
                        "value": 0.28
                      },
                      "equivAmount": {
                        "currency": "RSD",
                        "value": 303.37
                      },
                      "override": true,
                      "points": 31489,
                      "referenceAmount": {
                        "currency": "MOP",
                        "value": 138.58
                      },
                      "taxType": "PROPORTIONAL"
                    }
                  }
                },
                {
                  "number": 92,
                  "passengerSegmentRef": "50a1e300-6361-4b1b-bdfc-475376ec1006",
                  "priceBreakdown": {
                    "base": {
                      "amount": {
                        "currency": "DZD",
                        "value": 194.3
                      },
                      "code": "KB",
                      "conversionRatio": {
                        "minimumPoints": 571,
                        "value": 0.84
                      },
                      "equivAmount": {
                        "currency": "GTQ",
                        "value": 357.72
                      },
                      "override": false,
                      "points": 27350,
                      "referenceAmount": {
                        "currency": "TND",
                        "value": 460.5
                      },
                      "taxType": "FLAT"
                    },
                    "commission": [
                      {
                        "amount": {
                          "currency": "KYD",
                          "value": 422.7
                        },
                        "code": "De",
                        "conversionRatio": {
                          "minimumPoints": 349,
                          "value": 0.92
                        },
                        "equivAmount": {
                          "currency": "SHP",
                          "value": 261.18
                        },
                        "override": false,
                        "points": 24508,
                        "referenceAmount": {
                          "currency": "THB",
                          "value": 350.2
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "BRL",
                          "value": 464.69
                        },
                        "code": "xD",
                        "conversionRatio": {
                          "minimumPoints": 883,
                          "value": 0.96
                        },
                        "equivAmount": {
                          "currency": "MXN",
                          "value": 343.68
                        },
                        "override": false,
                        "points": 10030,
                        "referenceAmount": {
                          "currency": "MWK",
                          "value": 428.26
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "discount": [
                      {
                        "amount": {
                          "currency": "QAR",
                          "value": 236.51
                        },
                        "code": "Ny",
                        "conversionRatio": {
                          "minimumPoints": 625,
                          "value": 0.46
                        },
                        "equivAmount": {
                          "currency": "MUR",
                          "value": 54.22
                        },
                        "override": false,
                        "points": 32219,
                        "referenceAmount": {
                          "currency": "LKR",
                          "value": 183.17
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "SBD",
                          "value": 203.72
                        },
                        "code": "cM",
                        "conversionRatio": {
                          "minimumPoints": 432,
                          "value": 0.27
                        },
                        "equivAmount": {
                          "currency": "CUP",
                          "value": 452.79
                        },
                        "override": false,
                        "points": 16241,
                        "referenceAmount": {
                          "currency": "SRD",
                          "value": 174.81
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "GNF",
                          "value": 55.13
                        },
                        "code": "jS",
                        "conversionRatio": {
                          "minimumPoints": 853,
                          "value": 0.67
                        },
                        "equivAmount": {
                          "currency": "LKR",
                          "value": 144.64
                        },
                        "override": true,
                        "points": 44647,
                        "referenceAmount": {
                          "currency": "XPF",
                          "value": 481.64
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "STN",
                          "value": 169.65
                        },
                        "code": "xa",
                        "conversionRatio": {
                          "minimumPoints": 775,
                          "value": 0.73
                        },
                        "equivAmount": {
                          "currency": "LRD",
                          "value": 335.46
                        },
                        "override": false,
                        "points": 40425,
                        "referenceAmount": {
                          "currency": "YER",
                          "value": 381.91
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "fee": [
                      {
                        "amount": {
                          "currency": "INR",
                          "value": 159.66
                        },
                        "code": "EE",
                        "conversionRatio": {
                          "minimumPoints": 413,
                          "value": 0.67
                        },
                        "equivAmount": {
                          "currency": "HKD",
                          "value": 481.87
                        },
                        "override": true,
                        "points": 32949,
                        "referenceAmount": {
                          "currency": "XPF",
                          "value": 35.62
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "surcharge": [
                      {
                        "amount": {
                          "currency": "GMD",
                          "value": 366.64
                        },
                        "code": "yh",
                        "conversionRatio": {
                          "minimumPoints": 478,
                          "value": 0.52
                        },
                        "equivAmount": {
                          "currency": "TOP",
                          "value": 424.32
                        },
                        "override": false,
                        "points": 40959,
                        "referenceAmount": {
                          "currency": "MWK",
                          "value": 246.79
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "UYU",
                          "value": 198.86
                        },
                        "code": "cL",
                        "conversionRatio": {
                          "minimumPoints": 454,
                          "value": 0.74
                        },
                        "equivAmount": {
                          "currency": "JOD",
                          "value": 96.36
                        },
                        "override": true,
                        "points": 28045,
                        "referenceAmount": {
                          "currency": "CZK",
                          "value": 177.32
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "DZD",
                          "value": 267.63
                        },
                        "code": "jT",
                        "conversionRatio": {
                          "minimumPoints": 887,
                          "value": 0.47
                        },
                        "equivAmount": {
                          "currency": "BDT",
                          "value": 237.72
                        },
                        "override": false,
                        "points": 12799,
                        "referenceAmount": {
                          "currency": "ZWL",
                          "value": 156.68
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "GNF",
                          "value": 129.6
                        },
                        "code": "Sk",
                        "conversionRatio": {
                          "minimumPoints": 645,
                          "value": 0.42
                        },
                        "equivAmount": {
                          "currency": "SLE",
                          "value": 272.08
                        },
                        "override": true,
                        "points": 31286,
                        "referenceAmount": {
                          "currency": "ALL",
                          "value": 69.86
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "AUD",
                          "value": 22.49
                        },
                        "code": "Jo",
                        "conversionRatio": {
                          "minimumPoints": 942,
                          "value": 0.76
                        },
                        "equivAmount": {
                          "currency": "UYU",
                          "value": 155.41
                        },
                        "override": true,
                        "points": 47001,
                        "referenceAmount": {
                          "currency": "DJF",
                          "value": 210.56
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "tax": [
                      {
                        "amount": {
                          "currency": "NAD",
                          "value": 497.19
                        },
                        "code": "Sn",
                        "conversionRatio": {
                          "minimumPoints": 976,
                          "value": 0.95
                        },
                        "equivAmount": {
                          "currency": "BYN",
                          "value": 216.46
                        },
                        "override": false,
                        "points": 16399,
                        "referenceAmount": {
                          "currency": "KZT",
                          "value": 433.57
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "SGD",
                          "value": 204.81
                        },
                        "code": "mU",
                        "conversionRatio": {
                          "minimumPoints": 662,
                          "value": 0.67
                        },
                        "equivAmount": {
                          "currency": "NAD",
                          "value": 184.82
                        },
                        "override": false,
                        "points": 19547,
                        "referenceAmount": {
                          "currency": "RON",
                          "value": 400.99
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "ERN",
                          "value": 391.26
                        },
                        "code": "dr",
                        "conversionRatio": {
                          "minimumPoints": 482,
                          "value": 0.83
                        },
                        "equivAmount": {
                          "currency": "CAD",
                          "value": 144.16
                        },
                        "override": true,
                        "points": 17835,
                        "referenceAmount": {
                          "currency": "MYR",
                          "value": 422.74
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "total": {
                      "amount": {
                        "currency": "MDL",
                        "value": 119.16
                      },
                      "code": "ZH",
                      "conversionRatio": {
                        "minimumPoints": 720,
                        "value": 0.97
                      },
                      "equivAmount": {
                        "currency": "MZN",
                        "value": 292.27
                      },
                      "override": false,
                      "points": 19887,
                      "referenceAmount": {
                        "currency": "HKD",
                        "value": 35.74
                      },
                      "taxType": "PROPORTIONAL"
                    }
                  }
                },
                {
                  "number": 49,
                  "passengerSegmentRef": "ef48b1b0-9468-4119-bae4-45e1cda23733",
                  "priceBreakdown": {
                    "base": {
                      "amount": {
                        "currency": "MOP",
                        "value": 229.21
                      },
                      "code": "lq",
                      "conversionRatio": {
                        "minimumPoints": 394,
                        "value": 0.77
                      },
                      "equivAmount": {
                        "currency": "GHS",
                        "value": 153.95
                      },
                      "override": true,
                      "points": 1632,
                      "referenceAmount": {
                        "currency": "BYN",
                        "value": 423.3
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    "commission": [
                      {
                        "amount": {
                          "currency": "VND",
                          "value": 363.68
                        },
                        "code": "cr",
                        "conversionRatio": {
                          "minimumPoints": 545,
                          "value": 0.91
                        },
                        "equivAmount": {
                          "currency": "TTD",
                          "value": 111.31
                        },
                        "override": false,
                        "points": 2305,
                        "referenceAmount": {
                          "currency": "PLN",
                          "value": 261.74
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "AOA",
                          "value": 19.3
                        },
                        "code": "Os",
                        "conversionRatio": {
                          "minimumPoints": 507,
                          "value": 0.7
                        },
                        "equivAmount": {
                          "currency": "MOP",
                          "value": 50.75
                        },
                        "override": true,
                        "points": 3279,
                        "referenceAmount": {
                          "currency": "BWP",
                          "value": 105.09
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "AWG",
                          "value": 179.32
                        },
                        "code": "on",
                        "conversionRatio": {
                          "minimumPoints": 584,
                          "value": 0.84
                        },
                        "equivAmount": {
                          "currency": "IRR",
                          "value": 210.94
                        },
                        "override": false,
                        "points": 1780,
                        "referenceAmount": {
                          "currency": "HKD",
                          "value": 189.15
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "discount": [
                      {
                        "amount": {
                          "currency": "SDG",
                          "value": 333.22
                        },
                        "code": "sH",
                        "conversionRatio": {
                          "minimumPoints": 930,
                          "value": 0.6
                        },
                        "equivAmount": {
                          "currency": "XOF",
                          "value": 361.29
                        },
                        "override": false,
                        "points": 17941,
                        "referenceAmount": {
                          "currency": "ISK",
                          "value": 146.74
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "NPR",
                          "value": 299.8
                        },
                        "code": "Ir",
                        "conversionRatio": {
                          "minimumPoints": 788,
                          "value": 0.89
                        },
                        "equivAmount": {
                          "currency": "SBD",
                          "value": 100.82
                        },
                        "override": true,
                        "points": 40497,
                        "referenceAmount": {
                          "currency": "ETB",
                          "value": 209.38
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "MMK",
                          "value": 281.78
                        },
                        "code": "Zy",
                        "conversionRatio": {
                          "minimumPoints": 915,
                          "value": 0.86
                        },
                        "equivAmount": {
                          "currency": "TOP",
                          "value": 348.49
                        },
                        "override": true,
                        "points": 45429,
                        "referenceAmount": {
                          "currency": "MNT",
                          "value": 300.44
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "RWF",
                          "value": 498.98
                        },
                        "code": "DW",
                        "conversionRatio": {
                          "minimumPoints": 975,
                          "value": 0.25
                        },
                        "equivAmount": {
                          "currency": "TZS",
                          "value": 73.24
                        },
                        "override": true,
                        "points": 27667,
                        "referenceAmount": {
                          "currency": "CLP",
                          "value": 281.99
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "NIO",
                          "value": 307.47
                        },
                        "code": "Rs",
                        "conversionRatio": {
                          "minimumPoints": 801,
                          "value": 0.31
                        },
                        "equivAmount": {
                          "currency": "RSD",
                          "value": 327.65
                        },
                        "override": false,
                        "points": 8470,
                        "referenceAmount": {
                          "currency": "HKD",
                          "value": 323.07
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "fee": [
                      {
                        "amount": {
                          "currency": "MUR",
                          "value": 71.46
                        },
                        "code": "RT",
                        "conversionRatio": {
                          "minimumPoints": 322,
                          "value": 0.68
                        },
                        "equivAmount": {
                          "currency": "CVE",
                          "value": 306.36
                        },
                        "override": false,
                        "points": 13401,
                        "referenceAmount": {
                          "currency": "SRD",
                          "value": 224.96
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "BIF",
                          "value": 196.33
                        },
                        "code": "Wb",
                        "conversionRatio": {
                          "minimumPoints": 371,
                          "value": 0.16
                        },
                        "equivAmount": {
                          "currency": "KZT",
                          "value": 491.78
                        },
                        "override": false,
                        "points": 21965,
                        "referenceAmount": {
                          "currency": "RSD",
                          "value": 311.27
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "SDG",
                          "value": 270.49
                        },
                        "code": "MU",
                        "conversionRatio": {
                          "minimumPoints": 543,
                          "value": 0.4
                        },
                        "equivAmount": {
                          "currency": "PEN",
                          "value": 101.27
                        },
                        "override": false,
                        "points": 41467,
                        "referenceAmount": {
                          "currency": "BAM",
                          "value": 36.68
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "surcharge": [
                      {
                        "amount": {
                          "currency": "CDF",
                          "value": 309.83
                        },
                        "code": "dk",
                        "conversionRatio": {
                          "minimumPoints": 621,
                          "value": 0.42
                        },
                        "equivAmount": {
                          "currency": "NPR",
                          "value": 433.26
                        },
                        "override": true,
                        "points": 4479,
                        "referenceAmount": {
                          "currency": "UAH",
                          "value": 424.07
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "NAD",
                          "value": 275.44
                        },
                        "code": "Zk",
                        "conversionRatio": {
                          "minimumPoints": 214,
                          "value": 0.95
                        },
                        "equivAmount": {
                          "currency": "SZL",
                          "value": 125.34
                        },
                        "override": false,
                        "points": 34889,
                        "referenceAmount": {
                          "currency": "LYD",
                          "value": 272.21
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "tax": [
                      {
                        "amount": {
                          "currency": "ARS",
                          "value": 110.36
                        },
                        "code": "Jm",
                        "conversionRatio": {
                          "minimumPoints": 863,
                          "value": 0.76
                        },
                        "equivAmount": {
                          "currency": "ILS",
                          "value": 268.33
                        },
                        "override": false,
                        "points": 31283,
                        "referenceAmount": {
                          "currency": "UZS",
                          "value": 466.95
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "RSD",
                          "value": 458.24
                        },
                        "code": "rn",
                        "conversionRatio": {
                          "minimumPoints": 396,
                          "value": 0.61
                        },
                        "equivAmount": {
                          "currency": "ZWL",
                          "value": 174.19
                        },
                        "override": false,
                        "points": 2301,
                        "referenceAmount": {
                          "currency": "ARS",
                          "value": 117.11
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "VUV",
                          "value": 7.31
                        },
                        "code": "Rq",
                        "conversionRatio": {
                          "minimumPoints": 969,
                          "value": 0.12
                        },
                        "equivAmount": {
                          "currency": "INR",
                          "value": 70.88
                        },
                        "override": false,
                        "points": 29101,
                        "referenceAmount": {
                          "currency": "KZT",
                          "value": 209.2
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "total": {
                      "amount": {
                        "currency": "SBD",
                        "value": 131.77
                      },
                      "code": "Kw",
                      "conversionRatio": {
                        "minimumPoints": 403,
                        "value": 0.39
                      },
                      "equivAmount": {
                        "currency": "SDG",
                        "value": 92.43
                      },
                      "override": false,
                      "points": 25009,
                      "referenceAmount": {
                        "currency": "MUR",
                        "value": 63.87
                      },
                      "taxType": "PROPORTIONAL"
                    }
                  }
                }
              ],
              "airExtraRefs": [
                "id01",
                "id02"
              ],
              "id": "df62b5cf-d3eb-40c8-87e8-3594e20ab32f",
              "issueDate": "2025-12-07T00:00:00.0Z",
              "number": "4293434561227",
              "paymentRefs": [
                "id01",
                "id02"
              ],
              "priceBreakdown": {
                "base": {
                  "amount": {
                    "currency": "USD",
                    "value": 226.46
                  },
                  "code": "YE",
                  "conversionRatio": {
                    "minimumPoints": 614,
                    "value": 0.15
                  },
                  "equivAmount": {
                    "currency": "BBD",
                    "value": 299.74
                  },
                  "override": true,
                  "points": 27467,
                  "referenceAmount": {
                    "currency": "FJD",
                    "value": 278.64
                  },
                  "taxType": "PROPORTIONAL"
                },
                "commission": [
                  {
                    "amount": {
                      "currency": "ZAR",
                      "value": 376.01
                    },
                    "code": "ay",
                    "conversionRatio": {
                      "minimumPoints": 836,
                      "value": 0.99
                    },
                    "equivAmount": {
                      "currency": "BRL",
                      "value": 476.19
                    },
                    "override": false,
                    "points": 39764,
                    "referenceAmount": {
                      "currency": "NOK",
                      "value": 225.59
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "SEK",
                      "value": 440.48
                    },
                    "code": "Se",
                    "conversionRatio": {
                      "minimumPoints": 415,
                      "value": 0.85
                    },
                    "equivAmount": {
                      "currency": "GHS",
                      "value": 454.67
                    },
                    "override": true,
                    "points": 36840,
                    "referenceAmount": {
                      "currency": "CHF",
                      "value": 283.05
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "IDR",
                      "value": 453.85
                    },
                    "code": "VJ",
                    "conversionRatio": {
                      "minimumPoints": 691,
                      "value": 0.42
                    },
                    "equivAmount": {
                      "currency": "AED",
                      "value": 82.7
                    },
                    "override": true,
                    "points": 2809,
                    "referenceAmount": {
                      "currency": "YER",
                      "value": 441.84
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "COP",
                      "value": 113.29
                    },
                    "code": "Ty",
                    "conversionRatio": {
                      "minimumPoints": 332,
                      "value": 0.83
                    },
                    "equivAmount": {
                      "currency": "OMR",
                      "value": 301.88
                    },
                    "override": true,
                    "points": 35758,
                    "referenceAmount": {
                      "currency": "XPF",
                      "value": 344.18
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "BGN",
                      "value": 283.56
                    },
                    "code": "FF",
                    "conversionRatio": {
                      "minimumPoints": 348,
                      "value": 0.4
                    },
                    "equivAmount": {
                      "currency": "CAD",
                      "value": 124.1
                    },
                    "override": true,
                    "points": 4490,
                    "referenceAmount": {
                      "currency": "LRD",
                      "value": 481.13
                    },
                    "taxType": "PROPORTIONAL"
                  }
                ],
                "discount": [
                  {
                    "amount": {
                      "currency": "CRC",
                      "value": 418.88
                    },
                    "code": "nL",
                    "conversionRatio": {
                      "minimumPoints": 380,
                      "value": 0.54
                    },
                    "equivAmount": {
                      "currency": "SEK",
                      "value": 69.5
                    },
                    "override": true,
                    "points": 28388,
                    "referenceAmount": {
                      "currency": "KES",
                      "value": 123.53
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "ZAR",
                      "value": 387.02
                    },
                    "code": "pc",
                    "conversionRatio": {
                      "minimumPoints": 341,
                      "value": 0.64
                    },
                    "equivAmount": {
                      "currency": "MYR",
                      "value": 229.89
                    },
                    "override": true,
                    "points": 43844,
                    "referenceAmount": {
                      "currency": "GEL",
                      "value": 363.22
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "SSP",
                      "value": 101.72
                    },
                    "code": "wb",
                    "conversionRatio": {
                      "minimumPoints": 449,
                      "value": 0.84
                    },
                    "equivAmount": {
                      "currency": "SDG",
                      "value": 341.57
                    },
                    "override": false,
                    "points": 32365,
                    "referenceAmount": {
                      "currency": "XOF",
                      "value": 464.27
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "GEL",
                      "value": 422.6
                    },
                    "code": "Hl",
                    "conversionRatio": {
                      "minimumPoints": 202,
                      "value": 0.9
                    },
                    "equivAmount": {
                      "currency": "BTN",
                      "value": 127.16
                    },
                    "override": true,
                    "points": 1019,
                    "referenceAmount": {
                      "currency": "CNY",
                      "value": 53.11
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "RWF",
                      "value": 101.3
                    },
                    "code": "Pi",
                    "conversionRatio": {
                      "minimumPoints": 425,
                      "value": 0.69
                    },
                    "equivAmount": {
                      "currency": "KWD",
                      "value": 314.79
                    },
                    "override": true,
                    "points": 37973,
                    "referenceAmount": {
                      "currency": "PEN",
                      "value": 376.17
                    },
                    "taxType": "FLAT"
                  }
                ],
                "fee": [
                  {
                    "amount": {
                      "currency": "HKD",
                      "value": 358.34
                    },
                    "code": "EZ",
                    "conversionRatio": {
                      "minimumPoints": 967,
                      "value": 0.94
                    },
                    "equivAmount": {
                      "currency": "LSL",
                      "value": 399.24
                    },
                    "override": true,
                    "points": 16951,
                    "referenceAmount": {
                      "currency": "QAR",
                      "value": 131.37
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "BIF",
                      "value": 448.69
                    },
                    "code": "rZ",
                    "conversionRatio": {
                      "minimumPoints": 473,
                      "value": 0.21
                    },
                    "equivAmount": {
                      "currency": "LBP",
                      "value": 121.01
                    },
                    "override": true,
                    "points": 48746,
                    "referenceAmount": {
                      "currency": "AED",
                      "value": 285.98
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "LSL",
                      "value": 416.04
                    },
                    "code": "Gb",
                    "conversionRatio": {
                      "minimumPoints": 227,
                      "value": 0.17
                    },
                    "equivAmount": {
                      "currency": "BZD",
                      "value": 240.23
                    },
                    "override": false,
                    "points": 39351,
                    "referenceAmount": {
                      "currency": "PYG",
                      "value": 8.71
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "ZAR",
                      "value": 462.94
                    },
                    "code": "pS",
                    "conversionRatio": {
                      "minimumPoints": 265,
                      "value": 0.44
                    },
                    "equivAmount": {
                      "currency": "IQD",
                      "value": 59.64
                    },
                    "override": false,
                    "points": 43647,
                    "referenceAmount": {
                      "currency": "PGK",
                      "value": 359.33
                    },
                    "taxType": "FLAT"
                  }
                ],
                "surcharge": [
                  {
                    "amount": {
                      "currency": "USD",
                      "value": 465.49
                    },
                    "code": "AR",
                    "conversionRatio": {
                      "minimumPoints": 816,
                      "value": 0.43
                    },
                    "equivAmount": {
                      "currency": "RON",
                      "value": 298.66
                    },
                    "override": false,
                    "points": 37429,
                    "referenceAmount": {
                      "currency": "OMR",
                      "value": 97.64
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "PGK",
                      "value": 407.06
                    },
                    "code": "gH",
                    "conversionRatio": {
                      "minimumPoints": 898,
                      "value": 0.4
                    },
                    "equivAmount": {
                      "currency": "KYD",
                      "value": 31.85
                    },
                    "override": false,
                    "points": 48553,
                    "referenceAmount": {
                      "currency": "GMD",
                      "value": 91.25
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "ISK",
                      "value": 61.85
                    },
                    "code": "yh",
                    "conversionRatio": {
                      "minimumPoints": 552,
                      "value": 0.85
                    },
                    "equivAmount": {
                      "currency": "QAR",
                      "value": 315.99
                    },
                    "override": false,
                    "points": 29738,
                    "referenceAmount": {
                      "currency": "MRU",
                      "value": 465.76
                    },
                    "taxType": "FLAT"
                  }
                ],
                "tax": [
                  {
                    "amount": {
                      "currency": "FJD",
                      "value": 426.1
                    },
                    "code": "sA",
                    "conversionRatio": {
                      "minimumPoints": 697,
                      "value": 0.61
                    },
                    "equivAmount": {
                      "currency": "GEL",
                      "value": 183.79
                    },
                    "override": true,
                    "points": 34205,
                    "referenceAmount": {
                      "currency": "CVE",
                      "value": 340.28
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "BYN",
                      "value": 312.84
                    },
                    "code": "js",
                    "conversionRatio": {
                      "minimumPoints": 705,
                      "value": 0.74
                    },
                    "equivAmount": {
                      "currency": "QAR",
                      "value": 155.37
                    },
                    "override": true,
                    "points": 45737,
                    "referenceAmount": {
                      "currency": "BMD",
                      "value": 368.38
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "OMR",
                      "value": 271.62
                    },
                    "code": "uK",
                    "conversionRatio": {
                      "minimumPoints": 465,
                      "value": 0.35
                    },
                    "equivAmount": {
                      "currency": "MWK",
                      "value": 448.37
                    },
                    "override": true,
                    "points": 28686,
                    "referenceAmount": {
                      "currency": "KWD",
                      "value": 83.31
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "BMD",
                      "value": 414.01
                    },
                    "code": "Kz",
                    "conversionRatio": {
                      "minimumPoints": 238,
                      "value": 0.33
                    },
                    "equivAmount": {
                      "currency": "CUP",
                      "value": 238.44
                    },
                    "override": true,
                    "points": 32711,
                    "referenceAmount": {
                      "currency": "EGP",
                      "value": 158.04
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "VUV",
                      "value": 25.05
                    },
                    "code": "EH",
                    "conversionRatio": {
                      "minimumPoints": 756,
                      "value": 0.22
                    },
                    "equivAmount": {
                      "currency": "MOP",
                      "value": 481.27
                    },
                    "override": true,
                    "points": 14456,
                    "referenceAmount": {
                      "currency": "VUV",
                      "value": 140.47
                    },
                    "taxType": "PROPORTIONAL"
                  }
                ],
                "total": {
                  "amount": {
                    "currency": "FJD",
                    "value": 388.02
                  },
                  "code": "IG",
                  "conversionRatio": {
                    "minimumPoints": 914,
                    "value": 0.27
                  },
                  "equivAmount": {
                    "currency": "KMF",
                    "value": 453.2
                  },
                  "override": true,
                  "points": 11943,
                  "referenceAmount": {
                    "currency": "CZK",
                    "value": 436.26
                  },
                  "taxType": "FLAT"
                }
              },
              "type": "ELECTRONIC_MISC_DOCUMENT"
            },
            {
              "airExtraDocumentCoupon": [
                {
                  "number": 46,
                  "passengerSegmentRef": "637d2f6e-07fa-469f-849f-a3ca394d45f7",
                  "priceBreakdown": {
                    "base": {
                      "amount": {
                        "currency": "XCD",
                        "value": 459
                      },
                      "code": "OF",
                      "conversionRatio": {
                        "minimumPoints": 459,
                        "value": 0.1
                      },
                      "equivAmount": {
                        "currency": "LBP",
                        "value": 329.72
                      },
                      "override": true,
                      "points": 45524,
                      "referenceAmount": {
                        "currency": "PYG",
                        "value": 243.66
                      },
                      "taxType": "FLAT"
                    },
                    "commission": [
                      {
                        "amount": {
                          "currency": "GNF",
                          "value": 113.11
                        },
                        "code": "Kl",
                        "conversionRatio": {
                          "minimumPoints": 356,
                          "value": 0.36
                        },
                        "equivAmount": {
                          "currency": "MMK",
                          "value": 362.96
                        },
                        "override": false,
                        "points": 40030,
                        "referenceAmount": {
                          "currency": "QAR",
                          "value": 335.37
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "XAF",
                          "value": 69.26
                        },
                        "code": "hj",
                        "conversionRatio": {
                          "minimumPoints": 518,
                          "value": 0.48
                        },
                        "equivAmount": {
                          "currency": "LRD",
                          "value": 332.08
                        },
                        "override": false,
                        "points": 49050,
                        "referenceAmount": {
                          "currency": "EUR",
                          "value": 291.93
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "TND",
                          "value": 136.45
                        },
                        "code": "rS",
                        "conversionRatio": {
                          "minimumPoints": 654,
                          "value": 0.53
                        },
                        "equivAmount": {
                          "currency": "HTG",
                          "value": 475.27
                        },
                        "override": false,
                        "points": 40546,
                        "referenceAmount": {
                          "currency": "COP",
                          "value": 463.9
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "JOD",
                          "value": 221.09
                        },
                        "code": "Ot",
                        "conversionRatio": {
                          "minimumPoints": 496,
                          "value": 0.67
                        },
                        "equivAmount": {
                          "currency": "THB",
                          "value": 105.09
                        },
                        "override": false,
                        "points": 10826,
                        "referenceAmount": {
                          "currency": "HKD",
                          "value": 276.1
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "discount": [
                      {
                        "amount": {
                          "currency": "LYD",
                          "value": 193.53
                        },
                        "code": "si",
                        "conversionRatio": {
                          "minimumPoints": 292,
                          "value": 0.32
                        },
                        "equivAmount": {
                          "currency": "XCD",
                          "value": 57.29
                        },
                        "override": false,
                        "points": 34796,
                        "referenceAmount": {
                          "currency": "BOB",
                          "value": 37.67
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "PKR",
                          "value": 112.68
                        },
                        "code": "Ja",
                        "conversionRatio": {
                          "minimumPoints": 226,
                          "value": 0.1
                        },
                        "equivAmount": {
                          "currency": "SCR",
                          "value": 494.11
                        },
                        "override": false,
                        "points": 20883,
                        "referenceAmount": {
                          "currency": "MGA",
                          "value": 497.89
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "SZL",
                          "value": 36.72
                        },
                        "code": "gT",
                        "conversionRatio": {
                          "minimumPoints": 736,
                          "value": 0.89
                        },
                        "equivAmount": {
                          "currency": "BOB",
                          "value": 236.34
                        },
                        "override": false,
                        "points": 16982,
                        "referenceAmount": {
                          "currency": "NPR",
                          "value": 147.04
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "fee": [
                      {
                        "amount": {
                          "currency": "SZL",
                          "value": 62.29
                        },
                        "code": "KJ",
                        "conversionRatio": {
                          "minimumPoints": 243,
                          "value": 0.95
                        },
                        "equivAmount": {
                          "currency": "USD",
                          "value": 28.93
                        },
                        "override": false,
                        "points": 28373,
                        "referenceAmount": {
                          "currency": "SYP",
                          "value": 146.86
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "RUB",
                          "value": 185.42
                        },
                        "code": "io",
                        "conversionRatio": {
                          "minimumPoints": 106,
                          "value": 0.44
                        },
                        "equivAmount": {
                          "currency": "GBP",
                          "value": 453.18
                        },
                        "override": false,
                        "points": 11413,
                        "referenceAmount": {
                          "currency": "IQD",
                          "value": 116.49
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "surcharge": [
                      {
                        "amount": {
                          "currency": "MXN",
                          "value": 493.54
                        },
                        "code": "AC",
                        "conversionRatio": {
                          "minimumPoints": 112,
                          "value": 0.54
                        },
                        "equivAmount": {
                          "currency": "RSD",
                          "value": 475.1
                        },
                        "override": false,
                        "points": 44633,
                        "referenceAmount": {
                          "currency": "LKR",
                          "value": 420.29
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "VES",
                          "value": 313.03
                        },
                        "code": "kW",
                        "conversionRatio": {
                          "minimumPoints": 541,
                          "value": 0.99
                        },
                        "equivAmount": {
                          "currency": "ALL",
                          "value": 83.12
                        },
                        "override": true,
                        "points": 6310,
                        "referenceAmount": {
                          "currency": "NPR",
                          "value": 451.28
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "WST",
                          "value": 150.12
                        },
                        "code": "bb",
                        "conversionRatio": {
                          "minimumPoints": 574,
                          "value": 0.26
                        },
                        "equivAmount": {
                          "currency": "COP",
                          "value": 192.99
                        },
                        "override": true,
                        "points": 39853,
                        "referenceAmount": {
                          "currency": "MWK",
                          "value": 455.84
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "SCR",
                          "value": 481.32
                        },
                        "code": "Ju",
                        "conversionRatio": {
                          "minimumPoints": 817,
                          "value": 0.89
                        },
                        "equivAmount": {
                          "currency": "CAD",
                          "value": 137.94
                        },
                        "override": false,
                        "points": 44589,
                        "referenceAmount": {
                          "currency": "XPF",
                          "value": 396.21
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "tax": [
                      {
                        "amount": {
                          "currency": "TJS",
                          "value": 432.46
                        },
                        "code": "nf",
                        "conversionRatio": {
                          "minimumPoints": 386,
                          "value": 0.21
                        },
                        "equivAmount": {
                          "currency": "KMF",
                          "value": 147.93
                        },
                        "override": false,
                        "points": 9385,
                        "referenceAmount": {
                          "currency": "MYR",
                          "value": 27.98
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "AED",
                          "value": 64.82
                        },
                        "code": "Zg",
                        "conversionRatio": {
                          "minimumPoints": 326,
                          "value": 0.59
                        },
                        "equivAmount": {
                          "currency": "PAB",
                          "value": 40.78
                        },
                        "override": true,
                        "points": 26950,
                        "referenceAmount": {
                          "currency": "NPR",
                          "value": 489.2
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "RUB",
                          "value": 426.69
                        },
                        "code": "cw",
                        "conversionRatio": {
                          "minimumPoints": 683,
                          "value": 0.2
                        },
                        "equivAmount": {
                          "currency": "BTN",
                          "value": 111.39
                        },
                        "override": false,
                        "points": 9230,
                        "referenceAmount": {
                          "currency": "KRW",
                          "value": 183.18
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "MAD",
                          "value": 370.41
                        },
                        "code": "rx",
                        "conversionRatio": {
                          "minimumPoints": 788,
                          "value": 0.18
                        },
                        "equivAmount": {
                          "currency": "UZS",
                          "value": 470.58
                        },
                        "override": true,
                        "points": 8837,
                        "referenceAmount": {
                          "currency": "BOB",
                          "value": 326.64
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "AED",
                          "value": 91.5
                        },
                        "code": "Vf",
                        "conversionRatio": {
                          "minimumPoints": 583,
                          "value": 0.31
                        },
                        "equivAmount": {
                          "currency": "IRR",
                          "value": 424.01
                        },
                        "override": true,
                        "points": 28558,
                        "referenceAmount": {
                          "currency": "PYG",
                          "value": 446.04
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "total": {
                      "amount": {
                        "currency": "TZS",
                        "value": 143.76
                      },
                      "code": "vy",
                      "conversionRatio": {
                        "minimumPoints": 299,
                        "value": 0.89
                      },
                      "equivAmount": {
                        "currency": "ZMW",
                        "value": 167.42
                      },
                      "override": false,
                      "points": 34098,
                      "referenceAmount": {
                        "currency": "MWK",
                        "value": 238.85
                      },
                      "taxType": "PROPORTIONAL"
                    }
                  }
                },
                {
                  "number": 71,
                  "passengerSegmentRef": "cc1f163a-f2bd-4d84-989a-37ad47898689",
                  "priceBreakdown": {
                    "base": {
                      "amount": {
                        "currency": "CLP",
                        "value": 216.2
                      },
                      "code": "EE",
                      "conversionRatio": {
                        "minimumPoints": 376,
                        "value": 0.99
                      },
                      "equivAmount": {
                        "currency": "KHR",
                        "value": 398.48
                      },
                      "override": false,
                      "points": 39149,
                      "referenceAmount": {
                        "currency": "TZS",
                        "value": 114.22
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    "commission": [
                      {
                        "amount": {
                          "currency": "VUV",
                          "value": 34.14
                        },
                        "code": "yF",
                        "conversionRatio": {
                          "minimumPoints": 813,
                          "value": 0.53
                        },
                        "equivAmount": {
                          "currency": "JOD",
                          "value": 82.11
                        },
                        "override": false,
                        "points": 7785,
                        "referenceAmount": {
                          "currency": "BAM",
                          "value": 165.69
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "SAR",
                          "value": 311.14
                        },
                        "code": "Dm",
                        "conversionRatio": {
                          "minimumPoints": 212,
                          "value": 0.37
                        },
                        "equivAmount": {
                          "currency": "HKD",
                          "value": 28.91
                        },
                        "override": true,
                        "points": 13905,
                        "referenceAmount": {
                          "currency": "XCD",
                          "value": 88.54
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "BMD",
                          "value": 252.33
                        },
                        "code": "lf",
                        "conversionRatio": {
                          "minimumPoints": 585,
                          "value": 0.58
                        },
                        "equivAmount": {
                          "currency": "PGK",
                          "value": 451.26
                        },
                        "override": true,
                        "points": 47781,
                        "referenceAmount": {
                          "currency": "CNY",
                          "value": 486.84
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "discount": [
                      {
                        "amount": {
                          "currency": "BOB",
                          "value": 263.56
                        },
                        "code": "Il",
                        "conversionRatio": {
                          "minimumPoints": 102,
                          "value": 0.16
                        },
                        "equivAmount": {
                          "currency": "TJS",
                          "value": 154.07
                        },
                        "override": false,
                        "points": 37497,
                        "referenceAmount": {
                          "currency": "AUD",
                          "value": 317.42
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "fee": [
                      {
                        "amount": {
                          "currency": "SGD",
                          "value": 419.94
                        },
                        "code": "qt",
                        "conversionRatio": {
                          "minimumPoints": 180,
                          "value": 0.15
                        },
                        "equivAmount": {
                          "currency": "MUR",
                          "value": 263.11
                        },
                        "override": false,
                        "points": 21430,
                        "referenceAmount": {
                          "currency": "MVR",
                          "value": 402.05
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "surcharge": [
                      {
                        "amount": {
                          "currency": "AZN",
                          "value": 253.73
                        },
                        "code": "tp",
                        "conversionRatio": {
                          "minimumPoints": 312,
                          "value": 0.1
                        },
                        "equivAmount": {
                          "currency": "TOP",
                          "value": 5.74
                        },
                        "override": false,
                        "points": 21068,
                        "referenceAmount": {
                          "currency": "SRD",
                          "value": 480.17
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "SHP",
                          "value": 21.59
                        },
                        "code": "LJ",
                        "conversionRatio": {
                          "minimumPoints": 628,
                          "value": 0.57
                        },
                        "equivAmount": {
                          "currency": "VES",
                          "value": 387.27
                        },
                        "override": false,
                        "points": 19790,
                        "referenceAmount": {
                          "currency": "GTQ",
                          "value": 125.18
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "MWK",
                          "value": 101.92
                        },
                        "code": "Af",
                        "conversionRatio": {
                          "minimumPoints": 892,
                          "value": 0.11
                        },
                        "equivAmount": {
                          "currency": "DKK",
                          "value": 323.19
                        },
                        "override": true,
                        "points": 49537,
                        "referenceAmount": {
                          "currency": "SBD",
                          "value": 103.8
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "tax": [
                      {
                        "amount": {
                          "currency": "XCD",
                          "value": 163.96
                        },
                        "code": "mo",
                        "conversionRatio": {
                          "minimumPoints": 164,
                          "value": 0.28
                        },
                        "equivAmount": {
                          "currency": "AED",
                          "value": 444.1
                        },
                        "override": false,
                        "points": 38375,
                        "referenceAmount": {
                          "currency": "ARS",
                          "value": 133.37
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "GHS",
                          "value": 311.42
                        },
                        "code": "wr",
                        "conversionRatio": {
                          "minimumPoints": 700,
                          "value": 0.3
                        },
                        "equivAmount": {
                          "currency": "TWD",
                          "value": 128.08
                        },
                        "override": false,
                        "points": 22136,
                        "referenceAmount": {
                          "currency": "ETB",
                          "value": 204.36
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "CHF",
                          "value": 14.26
                        },
                        "code": "Al",
                        "conversionRatio": {
                          "minimumPoints": 591,
                          "value": 0.29
                        },
                        "equivAmount": {
                          "currency": "KPW",
                          "value": 397.57
                        },
                        "override": false,
                        "points": 29407,
                        "referenceAmount": {
                          "currency": "COP",
                          "value": 309.18
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "total": {
                      "amount": {
                        "currency": "CNY",
                        "value": 268.26
                      },
                      "code": "WR",
                      "conversionRatio": {
                        "minimumPoints": 193,
                        "value": 0.89
                      },
                      "equivAmount": {
                        "currency": "MMK",
                        "value": 216.99
                      },
                      "override": true,
                      "points": 24948,
                      "referenceAmount": {
                        "currency": "BSD",
                        "value": 162.48
                      },
                      "taxType": "PROPORTIONAL"
                    }
                  }
                },
                {
                  "number": 81,
                  "passengerSegmentRef": "81711cfc-1bef-4b2a-a366-384340963dd3",
                  "priceBreakdown": {
                    "base": {
                      "amount": {
                        "currency": "BAM",
                        "value": 395.08
                      },
                      "code": "zA",
                      "conversionRatio": {
                        "minimumPoints": 673,
                        "value": 0.33
                      },
                      "equivAmount": {
                        "currency": "BAM",
                        "value": 431.17
                      },
                      "override": false,
                      "points": 40871,
                      "referenceAmount": {
                        "currency": "MZN",
                        "value": 497.16
                      },
                      "taxType": "FLAT"
                    },
                    "commission": [
                      {
                        "amount": {
                          "currency": "TTD",
                          "value": 47.08
                        },
                        "code": "oD",
                        "conversionRatio": {
                          "minimumPoints": 677,
                          "value": 0.86
                        },
                        "equivAmount": {
                          "currency": "TMT",
                          "value": 422.91
                        },
                        "override": false,
                        "points": 49438,
                        "referenceAmount": {
                          "currency": "SHP",
                          "value": 37.55
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "discount": [
                      {
                        "amount": {
                          "currency": "MZN",
                          "value": 494.51
                        },
                        "code": "kf",
                        "conversionRatio": {
                          "minimumPoints": 992,
                          "value": 0.32
                        },
                        "equivAmount": {
                          "currency": "KES",
                          "value": 248
                        },
                        "override": true,
                        "points": 43200,
                        "referenceAmount": {
                          "currency": "DOP",
                          "value": 270.81
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "fee": [
                      {
                        "amount": {
                          "currency": "AUD",
                          "value": 308.15
                        },
                        "code": "aQ",
                        "conversionRatio": {
                          "minimumPoints": 553,
                          "value": 0.77
                        },
                        "equivAmount": {
                          "currency": "ARS",
                          "value": 450.65
                        },
                        "override": true,
                        "points": 24295,
                        "referenceAmount": {
                          "currency": "GHS",
                          "value": 186.71
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "IRR",
                          "value": 442.9
                        },
                        "code": "xM",
                        "conversionRatio": {
                          "minimumPoints": 365,
                          "value": 0.77
                        },
                        "equivAmount": {
                          "currency": "MYR",
                          "value": 256.81
                        },
                        "override": false,
                        "points": 24732,
                        "referenceAmount": {
                          "currency": "TRY",
                          "value": 244.16
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "surcharge": [
                      {
                        "amount": {
                          "currency": "COP",
                          "value": 320.04
                        },
                        "code": "ql",
                        "conversionRatio": {
                          "minimumPoints": 350,
                          "value": 0.74
                        },
                        "equivAmount": {
                          "currency": "UYU",
                          "value": 314.84
                        },
                        "override": true,
                        "points": 33386,
                        "referenceAmount": {
                          "currency": "MYR",
                          "value": 386.32
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "SDG",
                          "value": 76.96
                        },
                        "code": "ti",
                        "conversionRatio": {
                          "minimumPoints": 362,
                          "value": 0.64
                        },
                        "equivAmount": {
                          "currency": "TJS",
                          "value": 116.7
                        },
                        "override": false,
                        "points": 13380,
                        "referenceAmount": {
                          "currency": "CZK",
                          "value": 489.79
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "YER",
                          "value": 465.64
                        },
                        "code": "pm",
                        "conversionRatio": {
                          "minimumPoints": 634,
                          "value": 0.64
                        },
                        "equivAmount": {
                          "currency": "TOP",
                          "value": 483.14
                        },
                        "override": true,
                        "points": 45581,
                        "referenceAmount": {
                          "currency": "LKR",
                          "value": 359.39
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "SBD",
                          "value": 230.34
                        },
                        "code": "et",
                        "conversionRatio": {
                          "minimumPoints": 236,
                          "value": 0.95
                        },
                        "equivAmount": {
                          "currency": "PKR",
                          "value": 322.71
                        },
                        "override": false,
                        "points": 40956,
                        "referenceAmount": {
                          "currency": "TWD",
                          "value": 358.77
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "tax": [
                      {
                        "amount": {
                          "currency": "XCD",
                          "value": 65.28
                        },
                        "code": "zc",
                        "conversionRatio": {
                          "minimumPoints": 765,
                          "value": 1
                        },
                        "equivAmount": {
                          "currency": "LBP",
                          "value": 121.61
                        },
                        "override": true,
                        "points": 34602,
                        "referenceAmount": {
                          "currency": "MWK",
                          "value": 102.84
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "FKP",
                          "value": 55.39
                        },
                        "code": "Ub",
                        "conversionRatio": {
                          "minimumPoints": 615,
                          "value": 0.27
                        },
                        "equivAmount": {
                          "currency": "YER",
                          "value": 330.26
                        },
                        "override": true,
                        "points": 24344,
                        "referenceAmount": {
                          "currency": "GMD",
                          "value": 42.49
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "XAF",
                          "value": 43.01
                        },
                        "code": "Ty",
                        "conversionRatio": {
                          "minimumPoints": 657,
                          "value": 0.72
                        },
                        "equivAmount": {
                          "currency": "BZD",
                          "value": 360.41
                        },
                        "override": false,
                        "points": 9614,
                        "referenceAmount": {
                          "currency": "BYN",
                          "value": 120.56
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "total": {
                      "amount": {
                        "currency": "AUD",
                        "value": 39.6
                      },
                      "code": "qP",
                      "conversionRatio": {
                        "minimumPoints": 985,
                        "value": 0.89
                      },
                      "equivAmount": {
                        "currency": "CVE",
                        "value": 81.91
                      },
                      "override": false,
                      "points": 3560,
                      "referenceAmount": {
                        "currency": "MYR",
                        "value": 439.86
                      },
                      "taxType": "FLAT"
                    }
                  }
                },
                {
                  "number": 38,
                  "passengerSegmentRef": "7727730b-ffc1-4e77-bda2-d9b16bbaa65f",
                  "priceBreakdown": {
                    "base": {
                      "amount": {
                        "currency": "FKP",
                        "value": 393.99
                      },
                      "code": "vn",
                      "conversionRatio": {
                        "minimumPoints": 815,
                        "value": 0.76
                      },
                      "equivAmount": {
                        "currency": "GMD",
                        "value": 88.59
                      },
                      "override": true,
                      "points": 17589,
                      "referenceAmount": {
                        "currency": "TRY",
                        "value": 234.91
                      },
                      "taxType": "FLAT"
                    },
                    "commission": [
                      {
                        "amount": {
                          "currency": "BWP",
                          "value": 102.82
                        },
                        "code": "Pv",
                        "conversionRatio": {
                          "minimumPoints": 676,
                          "value": 0.34
                        },
                        "equivAmount": {
                          "currency": "LSL",
                          "value": 123.44
                        },
                        "override": true,
                        "points": 4543,
                        "referenceAmount": {
                          "currency": "SEK",
                          "value": 45.74
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "LAK",
                          "value": 458.07
                        },
                        "code": "hc",
                        "conversionRatio": {
                          "minimumPoints": 895,
                          "value": 0.78
                        },
                        "equivAmount": {
                          "currency": "NAD",
                          "value": 38.88
                        },
                        "override": true,
                        "points": 11554,
                        "referenceAmount": {
                          "currency": "SHP",
                          "value": 237.84
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "discount": [
                      {
                        "amount": {
                          "currency": "UZS",
                          "value": 494.91
                        },
                        "code": "FL",
                        "conversionRatio": {
                          "minimumPoints": 234,
                          "value": 0.1
                        },
                        "equivAmount": {
                          "currency": "LAK",
                          "value": 256.85
                        },
                        "override": true,
                        "points": 3205,
                        "referenceAmount": {
                          "currency": "BTN",
                          "value": 138.33
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "IQD",
                          "value": 495.86
                        },
                        "code": "aS",
                        "conversionRatio": {
                          "minimumPoints": 472,
                          "value": 0.82
                        },
                        "equivAmount": {
                          "currency": "SOS",
                          "value": 196.24
                        },
                        "override": true,
                        "points": 16029,
                        "referenceAmount": {
                          "currency": "SSP",
                          "value": 285.05
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "JOD",
                          "value": 363.2
                        },
                        "code": "EE",
                        "conversionRatio": {
                          "minimumPoints": 147,
                          "value": 0.11
                        },
                        "equivAmount": {
                          "currency": "MAD",
                          "value": 381.92
                        },
                        "override": false,
                        "points": 27390,
                        "referenceAmount": {
                          "currency": "GBP",
                          "value": 261.13
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "fee": [
                      {
                        "amount": {
                          "currency": "GEL",
                          "value": 417.01
                        },
                        "code": "UL",
                        "conversionRatio": {
                          "minimumPoints": 698,
                          "value": 0.34
                        },
                        "equivAmount": {
                          "currency": "LAK",
                          "value": 268.78
                        },
                        "override": true,
                        "points": 7713,
                        "referenceAmount": {
                          "currency": "BGN",
                          "value": 231.41
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "DJF",
                          "value": 7.66
                        },
                        "code": "zB",
                        "conversionRatio": {
                          "minimumPoints": 939,
                          "value": 0.21
                        },
                        "equivAmount": {
                          "currency": "GBP",
                          "value": 408.4
                        },
                        "override": true,
                        "points": 36488,
                        "referenceAmount": {
                          "currency": "TMT",
                          "value": 264.14
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "LRD",
                          "value": 405.26
                        },
                        "code": "ji",
                        "conversionRatio": {
                          "minimumPoints": 259,
                          "value": 0.51
                        },
                        "equivAmount": {
                          "currency": "ISK",
                          "value": 121.82
                        },
                        "override": false,
                        "points": 13505,
                        "referenceAmount": {
                          "currency": "JPY",
                          "value": 355.85
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "surcharge": [
                      {
                        "amount": {
                          "currency": "OMR",
                          "value": 79.72
                        },
                        "code": "yh",
                        "conversionRatio": {
                          "minimumPoints": 125,
                          "value": 0.3
                        },
                        "equivAmount": {
                          "currency": "GIP",
                          "value": 237.75
                        },
                        "override": true,
                        "points": 13187,
                        "referenceAmount": {
                          "currency": "DZD",
                          "value": 187.35
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "MZN",
                          "value": 488.19
                        },
                        "code": "VC",
                        "conversionRatio": {
                          "minimumPoints": 794,
                          "value": 0.47
                        },
                        "equivAmount": {
                          "currency": "KZT",
                          "value": 143.55
                        },
                        "override": false,
                        "points": 27514,
                        "referenceAmount": {
                          "currency": "GNF",
                          "value": 310.11
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "RON",
                          "value": 223.29
                        },
                        "code": "qm",
                        "conversionRatio": {
                          "minimumPoints": 183,
                          "value": 0.1
                        },
                        "equivAmount": {
                          "currency": "MRU",
                          "value": 352.84
                        },
                        "override": false,
                        "points": 6022,
                        "referenceAmount": {
                          "currency": "LSL",
                          "value": 453.78
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "tax": [
                      {
                        "amount": {
                          "currency": "AMD",
                          "value": 99.88
                        },
                        "code": "kT",
                        "conversionRatio": {
                          "minimumPoints": 115,
                          "value": 0.54
                        },
                        "equivAmount": {
                          "currency": "COP",
                          "value": 491.21
                        },
                        "override": false,
                        "points": 34084,
                        "referenceAmount": {
                          "currency": "BND",
                          "value": 280.45
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "HNL",
                          "value": 167.87
                        },
                        "code": "Ls",
                        "conversionRatio": {
                          "minimumPoints": 584,
                          "value": 0.43
                        },
                        "equivAmount": {
                          "currency": "LSL",
                          "value": 367.2
                        },
                        "override": false,
                        "points": 14829,
                        "referenceAmount": {
                          "currency": "UZS",
                          "value": 208.4
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "total": {
                      "amount": {
                        "currency": "CDF",
                        "value": 52.16
                      },
                      "code": "RB",
                      "conversionRatio": {
                        "minimumPoints": 937,
                        "value": 0.6
                      },
                      "equivAmount": {
                        "currency": "AFN",
                        "value": 13.69
                      },
                      "override": false,
                      "points": 15675,
                      "referenceAmount": {
                        "currency": "COP",
                        "value": 329.1
                      },
                      "taxType": "FLAT"
                    }
                  }
                }
              ],
              "airExtraRefs": [
                "id01",
                "id02"
              ],
              "id": "391c0c1d-a71f-4ecd-a791-7defae100678",
              "issueDate": "2025-10-08T00:00:00.0Z",
              "number": "4687605841560",
              "paymentRefs": [
                "id01",
                "id02"
              ],
              "priceBreakdown": {
                "base": {
                  "amount": {
                    "currency": "GEL",
                    "value": 255.49
                  },
                  "code": "oU",
                  "conversionRatio": {
                    "minimumPoints": 737,
                    "value": 0.69
                  },
                  "equivAmount": {
                    "currency": "LBP",
                    "value": 329.27
                  },
                  "override": true,
                  "points": 10497,
                  "referenceAmount": {
                    "currency": "RON",
                    "value": 171.28
                  },
                  "taxType": "PROPORTIONAL"
                },
                "commission": [
                  {
                    "amount": {
                      "currency": "MNT",
                      "value": 84.17
                    },
                    "code": "Qj",
                    "conversionRatio": {
                      "minimumPoints": 105,
                      "value": 0.41
                    },
                    "equivAmount": {
                      "currency": "GBP",
                      "value": 44.77
                    },
                    "override": true,
                    "points": 39541,
                    "referenceAmount": {
                      "currency": "MKD",
                      "value": 327.89
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "NGN",
                      "value": 106.4
                    },
                    "code": "ku",
                    "conversionRatio": {
                      "minimumPoints": 398,
                      "value": 0.49
                    },
                    "equivAmount": {
                      "currency": "GYD",
                      "value": 116.29
                    },
                    "override": true,
                    "points": 42335,
                    "referenceAmount": {
                      "currency": "BZD",
                      "value": 141.88
                    },
                    "taxType": "PROPORTIONAL"
                  }
                ],
                "discount": [
                  {
                    "amount": {
                      "currency": "ARS",
                      "value": 225.56
                    },
                    "code": "wQ",
                    "conversionRatio": {
                      "minimumPoints": 301,
                      "value": 0.6
                    },
                    "equivAmount": {
                      "currency": "HTG",
                      "value": 295.84
                    },
                    "override": true,
                    "points": 13756,
                    "referenceAmount": {
                      "currency": "RSD",
                      "value": 66.5
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "PAB",
                      "value": 294.16
                    },
                    "code": "Ev",
                    "conversionRatio": {
                      "minimumPoints": 845,
                      "value": 0.22
                    },
                    "equivAmount": {
                      "currency": "AED",
                      "value": 270.39
                    },
                    "override": false,
                    "points": 27469,
                    "referenceAmount": {
                      "currency": "YER",
                      "value": 63.96
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "LBP",
                      "value": 245.82
                    },
                    "code": "AG",
                    "conversionRatio": {
                      "minimumPoints": 931,
                      "value": 0.71
                    },
                    "equivAmount": {
                      "currency": "KES",
                      "value": 152.18
                    },
                    "override": false,
                    "points": 46583,
                    "referenceAmount": {
                      "currency": "LRD",
                      "value": 234.45
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "ILS",
                      "value": 199.19
                    },
                    "code": "lL",
                    "conversionRatio": {
                      "minimumPoints": 658,
                      "value": 0.62
                    },
                    "equivAmount": {
                      "currency": "MRU",
                      "value": 365.7
                    },
                    "override": true,
                    "points": 42524,
                    "referenceAmount": {
                      "currency": "JMD",
                      "value": 170.56
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "CUP",
                      "value": 426.93
                    },
                    "code": "Om",
                    "conversionRatio": {
                      "minimumPoints": 146,
                      "value": 0.53
                    },
                    "equivAmount": {
                      "currency": "MOP",
                      "value": 182.36
                    },
                    "override": false,
                    "points": 49579,
                    "referenceAmount": {
                      "currency": "RON",
                      "value": 39.47
                    },
                    "taxType": "PROPORTIONAL"
                  }
                ],
                "fee": [
                  {
                    "amount": {
                      "currency": "AWG",
                      "value": 406.42
                    },
                    "code": "Lv",
                    "conversionRatio": {
                      "minimumPoints": 547,
                      "value": 0.79
                    },
                    "equivAmount": {
                      "currency": "IDR",
                      "value": 126.9
                    },
                    "override": true,
                    "points": 39419,
                    "referenceAmount": {
                      "currency": "KHR",
                      "value": 497.94
                    },
                    "taxType": "FLAT"
                  }
                ],
                "surcharge": [
                  {
                    "amount": {
                      "currency": "SSP",
                      "value": 158.13
                    },
                    "code": "pU",
                    "conversionRatio": {
                      "minimumPoints": 403,
                      "value": 0.92
                    },
                    "equivAmount": {
                      "currency": "LKR",
                      "value": 144.22
                    },
                    "override": true,
                    "points": 24257,
                    "referenceAmount": {
                      "currency": "GBP",
                      "value": 167.69
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "AZN",
                      "value": 438.52
                    },
                    "code": "SM",
                    "conversionRatio": {
                      "minimumPoints": 984,
                      "value": 0.11
                    },
                    "equivAmount": {
                      "currency": "GIP",
                      "value": 450.45
                    },
                    "override": false,
                    "points": 49715,
                    "referenceAmount": {
                      "currency": "HTG",
                      "value": 395.21
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "BBD",
                      "value": 86.71
                    },
                    "code": "cv",
                    "conversionRatio": {
                      "minimumPoints": 964,
                      "value": 0.54
                    },
                    "equivAmount": {
                      "currency": "EGP",
                      "value": 287.52
                    },
                    "override": true,
                    "points": 12791,
                    "referenceAmount": {
                      "currency": "UAH",
                      "value": 215.91
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "IQD",
                      "value": 11.12
                    },
                    "code": "eK",
                    "conversionRatio": {
                      "minimumPoints": 429,
                      "value": 0.89
                    },
                    "equivAmount": {
                      "currency": "DKK",
                      "value": 427.83
                    },
                    "override": false,
                    "points": 3283,
                    "referenceAmount": {
                      "currency": "SEK",
                      "value": 175
                    },
                    "taxType": "PROPORTIONAL"
                  }
                ],
                "tax": [
                  {
                    "amount": {
                      "currency": "GEL",
                      "value": 325.68
                    },
                    "code": "pV",
                    "conversionRatio": {
                      "minimumPoints": 227,
                      "value": 0.67
                    },
                    "equivAmount": {
                      "currency": "IRR",
                      "value": 51.67
                    },
                    "override": true,
                    "points": 21065,
                    "referenceAmount": {
                      "currency": "USD",
                      "value": 318.6
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "CAD",
                      "value": 482.4
                    },
                    "code": "Tp",
                    "conversionRatio": {
                      "minimumPoints": 165,
                      "value": 0.33
                    },
                    "equivAmount": {
                      "currency": "CLP",
                      "value": 493.2
                    },
                    "override": false,
                    "points": 5319,
                    "referenceAmount": {
                      "currency": "LRD",
                      "value": 39.7
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "PYG",
                      "value": 182.8
                    },
                    "code": "QI",
                    "conversionRatio": {
                      "minimumPoints": 136,
                      "value": 0.67
                    },
                    "equivAmount": {
                      "currency": "BIF",
                      "value": 333.31
                    },
                    "override": false,
                    "points": 32869,
                    "referenceAmount": {
                      "currency": "ERN",
                      "value": 492.92
                    },
                    "taxType": "FLAT"
                  }
                ],
                "total": {
                  "amount": {
                    "currency": "TOP",
                    "value": 137.79
                  },
                  "code": "ek",
                  "conversionRatio": {
                    "minimumPoints": 753,
                    "value": 0.1
                  },
                  "equivAmount": {
                    "currency": "EGP",
                    "value": 306.27
                  },
                  "override": false,
                  "points": 27098,
                  "referenceAmount": {
                    "currency": "EUR",
                    "value": 199.78
                  },
                  "taxType": "PROPORTIONAL"
                }
              },
              "type": "ELECTRONIC_MISC_DOCUMENT"
            },
            {
              "airExtraDocumentCoupon": [
                {
                  "number": 78,
                  "passengerSegmentRef": "511023d9-766b-4d8b-bde0-9fe99cfc18d6",
                  "priceBreakdown": {
                    "base": {
                      "amount": {
                        "currency": "GBP",
                        "value": 421.42
                      },
                      "code": "WM",
                      "conversionRatio": {
                        "minimumPoints": 733,
                        "value": 0.41
                      },
                      "equivAmount": {
                        "currency": "TRY",
                        "value": 83.28
                      },
                      "override": false,
                      "points": 6182,
                      "referenceAmount": {
                        "currency": "VES",
                        "value": 448.56
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    "commission": [
                      {
                        "amount": {
                          "currency": "GBP",
                          "value": 108.68
                        },
                        "code": "SL",
                        "conversionRatio": {
                          "minimumPoints": 288,
                          "value": 0.79
                        },
                        "equivAmount": {
                          "currency": "NIO",
                          "value": 41.23
                        },
                        "override": false,
                        "points": 13873,
                        "referenceAmount": {
                          "currency": "STN",
                          "value": 60.73
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "RWF",
                          "value": 242.34
                        },
                        "code": "WQ",
                        "conversionRatio": {
                          "minimumPoints": 255,
                          "value": 0.91
                        },
                        "equivAmount": {
                          "currency": "KGS",
                          "value": 69.1
                        },
                        "override": true,
                        "points": 3426,
                        "referenceAmount": {
                          "currency": "TMT",
                          "value": 40.38
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "SAR",
                          "value": 475.11
                        },
                        "code": "Qc",
                        "conversionRatio": {
                          "minimumPoints": 580,
                          "value": 0.52
                        },
                        "equivAmount": {
                          "currency": "PLN",
                          "value": 216.14
                        },
                        "override": true,
                        "points": 2640,
                        "referenceAmount": {
                          "currency": "ETB",
                          "value": 450.51
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "TRY",
                          "value": 160.39
                        },
                        "code": "Pc",
                        "conversionRatio": {
                          "minimumPoints": 434,
                          "value": 0.43
                        },
                        "equivAmount": {
                          "currency": "GEL",
                          "value": 257.18
                        },
                        "override": false,
                        "points": 40787,
                        "referenceAmount": {
                          "currency": "NZD",
                          "value": 360.52
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "LSL",
                          "value": 140.31
                        },
                        "code": "Oa",
                        "conversionRatio": {
                          "minimumPoints": 774,
                          "value": 0.62
                        },
                        "equivAmount": {
                          "currency": "PGK",
                          "value": 224.24
                        },
                        "override": true,
                        "points": 17740,
                        "referenceAmount": {
                          "currency": "MAD",
                          "value": 57.87
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "discount": [
                      {
                        "amount": {
                          "currency": "LRD",
                          "value": 274.09
                        },
                        "code": "DP",
                        "conversionRatio": {
                          "minimumPoints": 745,
                          "value": 0.17
                        },
                        "equivAmount": {
                          "currency": "JOD",
                          "value": 150.42
                        },
                        "override": false,
                        "points": 34456,
                        "referenceAmount": {
                          "currency": "MNT",
                          "value": 105.25
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "AOA",
                          "value": 165.13
                        },
                        "code": "iH",
                        "conversionRatio": {
                          "minimumPoints": 515,
                          "value": 0.95
                        },
                        "equivAmount": {
                          "currency": "BSD",
                          "value": 256.47
                        },
                        "override": true,
                        "points": 25922,
                        "referenceAmount": {
                          "currency": "QAR",
                          "value": 73.91
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "STN",
                          "value": 298.9
                        },
                        "code": "pj",
                        "conversionRatio": {
                          "minimumPoints": 883,
                          "value": 0.24
                        },
                        "equivAmount": {
                          "currency": "SRD",
                          "value": 152.34
                        },
                        "override": true,
                        "points": 15341,
                        "referenceAmount": {
                          "currency": "MRU",
                          "value": 319.56
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "ILS",
                          "value": 52.41
                        },
                        "code": "zC",
                        "conversionRatio": {
                          "minimumPoints": 896,
                          "value": 0.3
                        },
                        "equivAmount": {
                          "currency": "SGD",
                          "value": 351.36
                        },
                        "override": true,
                        "points": 46485,
                        "referenceAmount": {
                          "currency": "CVE",
                          "value": 47.18
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "QAR",
                          "value": 47.36
                        },
                        "code": "nR",
                        "conversionRatio": {
                          "minimumPoints": 737,
                          "value": 0.91
                        },
                        "equivAmount": {
                          "currency": "TJS",
                          "value": 300.71
                        },
                        "override": false,
                        "points": 31418,
                        "referenceAmount": {
                          "currency": "KGS",
                          "value": 487.22
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "fee": [
                      {
                        "amount": {
                          "currency": "KZT",
                          "value": 87.37
                        },
                        "code": "LM",
                        "conversionRatio": {
                          "minimumPoints": 639,
                          "value": 0.53
                        },
                        "equivAmount": {
                          "currency": "MMK",
                          "value": 260.82
                        },
                        "override": true,
                        "points": 28309,
                        "referenceAmount": {
                          "currency": "KRW",
                          "value": 483.18
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "surcharge": [
                      {
                        "amount": {
                          "currency": "CVE",
                          "value": 293.97
                        },
                        "code": "GH",
                        "conversionRatio": {
                          "minimumPoints": 447,
                          "value": 1
                        },
                        "equivAmount": {
                          "currency": "MMK",
                          "value": 434.77
                        },
                        "override": false,
                        "points": 38339,
                        "referenceAmount": {
                          "currency": "CRC",
                          "value": 122.34
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "tax": [
                      {
                        "amount": {
                          "currency": "JMD",
                          "value": 101.9
                        },
                        "code": "Fk",
                        "conversionRatio": {
                          "minimumPoints": 347,
                          "value": 0.38
                        },
                        "equivAmount": {
                          "currency": "TOP",
                          "value": 328.06
                        },
                        "override": true,
                        "points": 43887,
                        "referenceAmount": {
                          "currency": "SAR",
                          "value": 125.73
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "COP",
                          "value": 383.27
                        },
                        "code": "Ai",
                        "conversionRatio": {
                          "minimumPoints": 140,
                          "value": 0.32
                        },
                        "equivAmount": {
                          "currency": "TRY",
                          "value": 286.08
                        },
                        "override": false,
                        "points": 6554,
                        "referenceAmount": {
                          "currency": "KRW",
                          "value": 196.08
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "SGD",
                          "value": 53.32
                        },
                        "code": "Kr",
                        "conversionRatio": {
                          "minimumPoints": 541,
                          "value": 1
                        },
                        "equivAmount": {
                          "currency": "AED",
                          "value": 316.62
                        },
                        "override": false,
                        "points": 21414,
                        "referenceAmount": {
                          "currency": "JOD",
                          "value": 8.38
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "TOP",
                          "value": 78.82
                        },
                        "code": "Qo",
                        "conversionRatio": {
                          "minimumPoints": 556,
                          "value": 0.6
                        },
                        "equivAmount": {
                          "currency": "KRW",
                          "value": 124.45
                        },
                        "override": true,
                        "points": 47623,
                        "referenceAmount": {
                          "currency": "GBP",
                          "value": 349.67
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "XAF",
                          "value": 65.47
                        },
                        "code": "eE",
                        "conversionRatio": {
                          "minimumPoints": 498,
                          "value": 0.32
                        },
                        "equivAmount": {
                          "currency": "CVE",
                          "value": 106.51
                        },
                        "override": true,
                        "points": 47648,
                        "referenceAmount": {
                          "currency": "AZN",
                          "value": 183.33
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "total": {
                      "amount": {
                        "currency": "BWP",
                        "value": 279.74
                      },
                      "code": "KE",
                      "conversionRatio": {
                        "minimumPoints": 916,
                        "value": 0.97
                      },
                      "equivAmount": {
                        "currency": "GNF",
                        "value": 114.61
                      },
                      "override": false,
                      "points": 2502,
                      "referenceAmount": {
                        "currency": "PAB",
                        "value": 359.61
                      },
                      "taxType": "FLAT"
                    }
                  }
                },
                {
                  "number": 2,
                  "passengerSegmentRef": "5edb20ad-96eb-47be-a2a0-b1f276e1aa26",
                  "priceBreakdown": {
                    "base": {
                      "amount": {
                        "currency": "SLE",
                        "value": 468.8
                      },
                      "code": "gn",
                      "conversionRatio": {
                        "minimumPoints": 982,
                        "value": 0.38
                      },
                      "equivAmount": {
                        "currency": "NGN",
                        "value": 376.44
                      },
                      "override": true,
                      "points": 4947,
                      "referenceAmount": {
                        "currency": "AED",
                        "value": 160.21
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    "commission": [
                      {
                        "amount": {
                          "currency": "DJF",
                          "value": 403.8
                        },
                        "code": "eh",
                        "conversionRatio": {
                          "minimumPoints": 223,
                          "value": 0.35
                        },
                        "equivAmount": {
                          "currency": "FJD",
                          "value": 41.09
                        },
                        "override": true,
                        "points": 17063,
                        "referenceAmount": {
                          "currency": "DJF",
                          "value": 154.95
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "XOF",
                          "value": 171.94
                        },
                        "code": "qS",
                        "conversionRatio": {
                          "minimumPoints": 769,
                          "value": 0.26
                        },
                        "equivAmount": {
                          "currency": "BRL",
                          "value": 284.2
                        },
                        "override": true,
                        "points": 12494,
                        "referenceAmount": {
                          "currency": "UGX",
                          "value": 68.38
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "discount": [
                      {
                        "amount": {
                          "currency": "SRD",
                          "value": 428.09
                        },
                        "code": "kA",
                        "conversionRatio": {
                          "minimumPoints": 126,
                          "value": 0.41
                        },
                        "equivAmount": {
                          "currency": "STN",
                          "value": 461.43
                        },
                        "override": false,
                        "points": 22086,
                        "referenceAmount": {
                          "currency": "KYD",
                          "value": 468.11
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "LBP",
                          "value": 475.91
                        },
                        "code": "rV",
                        "conversionRatio": {
                          "minimumPoints": 310,
                          "value": 0.8
                        },
                        "equivAmount": {
                          "currency": "LKR",
                          "value": 433.91
                        },
                        "override": false,
                        "points": 37971,
                        "referenceAmount": {
                          "currency": "UGX",
                          "value": 374.81
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "MZN",
                          "value": 471.69
                        },
                        "code": "Dn",
                        "conversionRatio": {
                          "minimumPoints": 630,
                          "value": 0.36
                        },
                        "equivAmount": {
                          "currency": "DJF",
                          "value": 496.65
                        },
                        "override": true,
                        "points": 22811,
                        "referenceAmount": {
                          "currency": "ZWL",
                          "value": 303.29
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "GBP",
                          "value": 65.83
                        },
                        "code": "uQ",
                        "conversionRatio": {
                          "minimumPoints": 890,
                          "value": 0.16
                        },
                        "equivAmount": {
                          "currency": "SYP",
                          "value": 386.04
                        },
                        "override": true,
                        "points": 13883,
                        "referenceAmount": {
                          "currency": "CUP",
                          "value": 477.36
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "SEK",
                          "value": 18.74
                        },
                        "code": "kY",
                        "conversionRatio": {
                          "minimumPoints": 554,
                          "value": 0.98
                        },
                        "equivAmount": {
                          "currency": "DZD",
                          "value": 17.07
                        },
                        "override": true,
                        "points": 43391,
                        "referenceAmount": {
                          "currency": "ARS",
                          "value": 474.68
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "fee": [
                      {
                        "amount": {
                          "currency": "LYD",
                          "value": 342.92
                        },
                        "code": "Wa",
                        "conversionRatio": {
                          "minimumPoints": 895,
                          "value": 0.31
                        },
                        "equivAmount": {
                          "currency": "KYD",
                          "value": 370.2
                        },
                        "override": false,
                        "points": 22099,
                        "referenceAmount": {
                          "currency": "SHP",
                          "value": 171.64
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "JPY",
                          "value": 359.15
                        },
                        "code": "Lg",
                        "conversionRatio": {
                          "minimumPoints": 864,
                          "value": 0.61
                        },
                        "equivAmount": {
                          "currency": "JPY",
                          "value": 261.82
                        },
                        "override": true,
                        "points": 6224,
                        "referenceAmount": {
                          "currency": "SZL",
                          "value": 428.39
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "THB",
                          "value": 311.15
                        },
                        "code": "ST",
                        "conversionRatio": {
                          "minimumPoints": 833,
                          "value": 0.47
                        },
                        "equivAmount": {
                          "currency": "COP",
                          "value": 40.04
                        },
                        "override": false,
                        "points": 12129,
                        "referenceAmount": {
                          "currency": "KMF",
                          "value": 292.37
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "GMD",
                          "value": 30.69
                        },
                        "code": "xn",
                        "conversionRatio": {
                          "minimumPoints": 377,
                          "value": 0.82
                        },
                        "equivAmount": {
                          "currency": "MZN",
                          "value": 276.88
                        },
                        "override": false,
                        "points": 16264,
                        "referenceAmount": {
                          "currency": "CAD",
                          "value": 492.49
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "surcharge": [
                      {
                        "amount": {
                          "currency": "SDG",
                          "value": 435.41
                        },
                        "code": "aU",
                        "conversionRatio": {
                          "minimumPoints": 971,
                          "value": 0.65
                        },
                        "equivAmount": {
                          "currency": "GEL",
                          "value": 178.5
                        },
                        "override": false,
                        "points": 43174,
                        "referenceAmount": {
                          "currency": "GIP",
                          "value": 67.66
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "RSD",
                          "value": 119.45
                        },
                        "code": "VN",
                        "conversionRatio": {
                          "minimumPoints": 763,
                          "value": 0.23
                        },
                        "equivAmount": {
                          "currency": "HUF",
                          "value": 305.66
                        },
                        "override": false,
                        "points": 17305,
                        "referenceAmount": {
                          "currency": "KHR",
                          "value": 33.99
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "NAD",
                          "value": 166.08
                        },
                        "code": "in",
                        "conversionRatio": {
                          "minimumPoints": 661,
                          "value": 0.95
                        },
                        "equivAmount": {
                          "currency": "USD",
                          "value": 407.13
                        },
                        "override": true,
                        "points": 32667,
                        "referenceAmount": {
                          "currency": "ANG",
                          "value": 343.55
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "UZS",
                          "value": 379.69
                        },
                        "code": "dt",
                        "conversionRatio": {
                          "minimumPoints": 892,
                          "value": 0.9
                        },
                        "equivAmount": {
                          "currency": "HUF",
                          "value": 168.42
                        },
                        "override": false,
                        "points": 41317,
                        "referenceAmount": {
                          "currency": "KMF",
                          "value": 385.49
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "tax": [
                      {
                        "amount": {
                          "currency": "NIO",
                          "value": 322.08
                        },
                        "code": "IP",
                        "conversionRatio": {
                          "minimumPoints": 690,
                          "value": 0.27
                        },
                        "equivAmount": {
                          "currency": "BWP",
                          "value": 314.31
                        },
                        "override": false,
                        "points": 7913,
                        "referenceAmount": {
                          "currency": "MNT",
                          "value": 467.7
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "total": {
                      "amount": {
                        "currency": "BWP",
                        "value": 67.59
                      },
                      "code": "Lw",
                      "conversionRatio": {
                        "minimumPoints": 240,
                        "value": 0.54
                      },
                      "equivAmount": {
                        "currency": "ARS",
                        "value": 101.26
                      },
                      "override": true,
                      "points": 8326,
                      "referenceAmount": {
                        "currency": "DZD",
                        "value": 111.1
                      },
                      "taxType": "FLAT"
                    }
                  }
                },
                {
                  "number": 85,
                  "passengerSegmentRef": "976750b0-e445-4bdc-a798-ced670ce438b",
                  "priceBreakdown": {
                    "base": {
                      "amount": {
                        "currency": "PAB",
                        "value": 249.3
                      },
                      "code": "cM",
                      "conversionRatio": {
                        "minimumPoints": 611,
                        "value": 0.3
                      },
                      "equivAmount": {
                        "currency": "RWF",
                        "value": 101.76
                      },
                      "override": true,
                      "points": 29823,
                      "referenceAmount": {
                        "currency": "ZWL",
                        "value": 447.19
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    "commission": [
                      {
                        "amount": {
                          "currency": "FJD",
                          "value": 200.71
                        },
                        "code": "pu",
                        "conversionRatio": {
                          "minimumPoints": 774,
                          "value": 0.24
                        },
                        "equivAmount": {
                          "currency": "ZWL",
                          "value": 63.61
                        },
                        "override": true,
                        "points": 8444,
                        "referenceAmount": {
                          "currency": "KHR",
                          "value": 298.84
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "STN",
                          "value": 232.98
                        },
                        "code": "gz",
                        "conversionRatio": {
                          "minimumPoints": 348,
                          "value": 0.1
                        },
                        "equivAmount": {
                          "currency": "RWF",
                          "value": 310.6
                        },
                        "override": true,
                        "points": 13612,
                        "referenceAmount": {
                          "currency": "QAR",
                          "value": 100.46
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "PGK",
                          "value": 428.91
                        },
                        "code": "JG",
                        "conversionRatio": {
                          "minimumPoints": 719,
                          "value": 0.97
                        },
                        "equivAmount": {
                          "currency": "UYU",
                          "value": 41.37
                        },
                        "override": false,
                        "points": 6043,
                        "referenceAmount": {
                          "currency": "KWD",
                          "value": 461.57
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "KZT",
                          "value": 153.51
                        },
                        "code": "qv",
                        "conversionRatio": {
                          "minimumPoints": 533,
                          "value": 0.88
                        },
                        "equivAmount": {
                          "currency": "USD",
                          "value": 197.69
                        },
                        "override": true,
                        "points": 1410,
                        "referenceAmount": {
                          "currency": "CZK",
                          "value": 195.02
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "discount": [
                      {
                        "amount": {
                          "currency": "JPY",
                          "value": 252.03
                        },
                        "code": "rQ",
                        "conversionRatio": {
                          "minimumPoints": 180,
                          "value": 0.63
                        },
                        "equivAmount": {
                          "currency": "SEK",
                          "value": 179.08
                        },
                        "override": false,
                        "points": 26287,
                        "referenceAmount": {
                          "currency": "DOP",
                          "value": 210.21
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "FJD",
                          "value": 351.84
                        },
                        "code": "tf",
                        "conversionRatio": {
                          "minimumPoints": 919,
                          "value": 0.93
                        },
                        "equivAmount": {
                          "currency": "TWD",
                          "value": 212.71
                        },
                        "override": false,
                        "points": 17924,
                        "referenceAmount": {
                          "currency": "USD",
                          "value": 472.2
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "fee": [
                      {
                        "amount": {
                          "currency": "CLP",
                          "value": 65.63
                        },
                        "code": "YY",
                        "conversionRatio": {
                          "minimumPoints": 878,
                          "value": 0.95
                        },
                        "equivAmount": {
                          "currency": "SAR",
                          "value": 196.95
                        },
                        "override": false,
                        "points": 3121,
                        "referenceAmount": {
                          "currency": "GTQ",
                          "value": 457.36
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "ZMW",
                          "value": 461.03
                        },
                        "code": "Ya",
                        "conversionRatio": {
                          "minimumPoints": 279,
                          "value": 0.67
                        },
                        "equivAmount": {
                          "currency": "JMD",
                          "value": 274.41
                        },
                        "override": false,
                        "points": 25037,
                        "referenceAmount": {
                          "currency": "BHD",
                          "value": 255.99
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "AUD",
                          "value": 153.33
                        },
                        "code": "ai",
                        "conversionRatio": {
                          "minimumPoints": 573,
                          "value": 0.63
                        },
                        "equivAmount": {
                          "currency": "GYD",
                          "value": 475.54
                        },
                        "override": false,
                        "points": 30957,
                        "referenceAmount": {
                          "currency": "MNT",
                          "value": 482.78
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "MDL",
                          "value": 176.98
                        },
                        "code": "Om",
                        "conversionRatio": {
                          "minimumPoints": 903,
                          "value": 0.14
                        },
                        "equivAmount": {
                          "currency": "UYU",
                          "value": 145.35
                        },
                        "override": false,
                        "points": 29492,
                        "referenceAmount": {
                          "currency": "HUF",
                          "value": 63.78
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "surcharge": [
                      {
                        "amount": {
                          "currency": "MYR",
                          "value": 244.39
                        },
                        "code": "LC",
                        "conversionRatio": {
                          "minimumPoints": 377,
                          "value": 0.52
                        },
                        "equivAmount": {
                          "currency": "PKR",
                          "value": 123.24
                        },
                        "override": false,
                        "points": 9857,
                        "referenceAmount": {
                          "currency": "BND",
                          "value": 473.47
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "SCR",
                          "value": 250.56
                        },
                        "code": "Wz",
                        "conversionRatio": {
                          "minimumPoints": 711,
                          "value": 0.97
                        },
                        "equivAmount": {
                          "currency": "ANG",
                          "value": 81.66
                        },
                        "override": false,
                        "points": 46859,
                        "referenceAmount": {
                          "currency": "MWK",
                          "value": 257.18
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "BTN",
                          "value": 469.35
                        },
                        "code": "RP",
                        "conversionRatio": {
                          "minimumPoints": 379,
                          "value": 0.22
                        },
                        "equivAmount": {
                          "currency": "ERN",
                          "value": 220.5
                        },
                        "override": false,
                        "points": 20967,
                        "referenceAmount": {
                          "currency": "COP",
                          "value": 392.79
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "PKR",
                          "value": 62.8
                        },
                        "code": "Bv",
                        "conversionRatio": {
                          "minimumPoints": 223,
                          "value": 0.72
                        },
                        "equivAmount": {
                          "currency": "PAB",
                          "value": 150.19
                        },
                        "override": true,
                        "points": 26415,
                        "referenceAmount": {
                          "currency": "LYD",
                          "value": 414.14
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "tax": [
                      {
                        "amount": {
                          "currency": "NAD",
                          "value": 115.16
                        },
                        "code": "fU",
                        "conversionRatio": {
                          "minimumPoints": 431,
                          "value": 0.87
                        },
                        "equivAmount": {
                          "currency": "TWD",
                          "value": 251.56
                        },
                        "override": false,
                        "points": 33436,
                        "referenceAmount": {
                          "currency": "GNF",
                          "value": 462.3
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "total": {
                      "amount": {
                        "currency": "DZD",
                        "value": 385.1
                      },
                      "code": "Gk",
                      "conversionRatio": {
                        "minimumPoints": 663,
                        "value": 0.25
                      },
                      "equivAmount": {
                        "currency": "GMD",
                        "value": 59.93
                      },
                      "override": true,
                      "points": 3899,
                      "referenceAmount": {
                        "currency": "DKK",
                        "value": 464.25
                      },
                      "taxType": "PROPORTIONAL"
                    }
                  }
                }
              ],
              "airExtraRefs": [
                "id01",
                "id02"
              ],
              "id": "7080cbe2-e346-47eb-9b60-0be041185bd4",
              "issueDate": "2025-12-05T00:00:00.0Z",
              "number": "0842729904645",
              "paymentRefs": [
                "id01",
                "id02"
              ],
              "priceBreakdown": {
                "base": {
                  "amount": {
                    "currency": "BND",
                    "value": 114.47
                  },
                  "code": "QQ",
                  "conversionRatio": {
                    "minimumPoints": 614,
                    "value": 0.97
                  },
                  "equivAmount": {
                    "currency": "CZK",
                    "value": 292.22
                  },
                  "override": true,
                  "points": 31545,
                  "referenceAmount": {
                    "currency": "SOS",
                    "value": 300.53
                  },
                  "taxType": "PROPORTIONAL"
                },
                "commission": [
                  {
                    "amount": {
                      "currency": "SDG",
                      "value": 358.42
                    },
                    "code": "FC",
                    "conversionRatio": {
                      "minimumPoints": 938,
                      "value": 0.78
                    },
                    "equivAmount": {
                      "currency": "UGX",
                      "value": 375.81
                    },
                    "override": false,
                    "points": 9031,
                    "referenceAmount": {
                      "currency": "JMD",
                      "value": 220.85
                    },
                    "taxType": "PROPORTIONAL"
                  }
                ],
                "discount": [
                  {
                    "amount": {
                      "currency": "NPR",
                      "value": 438.89
                    },
                    "code": "FJ",
                    "conversionRatio": {
                      "minimumPoints": 753,
                      "value": 0.63
                    },
                    "equivAmount": {
                      "currency": "DJF",
                      "value": 353.25
                    },
                    "override": false,
                    "points": 48444,
                    "referenceAmount": {
                      "currency": "WST",
                      "value": 499.26
                    },
                    "taxType": "PROPORTIONAL"
                  }
                ],
                "fee": [
                  {
                    "amount": {
                      "currency": "MKD",
                      "value": 47
                    },
                    "code": "KR",
                    "conversionRatio": {
                      "minimumPoints": 936,
                      "value": 0.79
                    },
                    "equivAmount": {
                      "currency": "KZT",
                      "value": 283.26
                    },
                    "override": true,
                    "points": 37531,
                    "referenceAmount": {
                      "currency": "HNL",
                      "value": 162.52
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "TTD",
                      "value": 155.36
                    },
                    "code": "Ub",
                    "conversionRatio": {
                      "minimumPoints": 471,
                      "value": 0.57
                    },
                    "equivAmount": {
                      "currency": "ARS",
                      "value": 394.4
                    },
                    "override": true,
                    "points": 20440,
                    "referenceAmount": {
                      "currency": "KHR",
                      "value": 8.97
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "GYD",
                      "value": 66.49
                    },
                    "code": "RE",
                    "conversionRatio": {
                      "minimumPoints": 976,
                      "value": 0.71
                    },
                    "equivAmount": {
                      "currency": "DOP",
                      "value": 227.3
                    },
                    "override": false,
                    "points": 4827,
                    "referenceAmount": {
                      "currency": "SDG",
                      "value": 346.39
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "MDL",
                      "value": 194.59
                    },
                    "code": "IK",
                    "conversionRatio": {
                      "minimumPoints": 362,
                      "value": 0.16
                    },
                    "equivAmount": {
                      "currency": "ZAR",
                      "value": 351.86
                    },
                    "override": false,
                    "points": 28407,
                    "referenceAmount": {
                      "currency": "BAM",
                      "value": 151.85
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "PYG",
                      "value": 176.75
                    },
                    "code": "cq",
                    "conversionRatio": {
                      "minimumPoints": 244,
                      "value": 0.69
                    },
                    "equivAmount": {
                      "currency": "KPW",
                      "value": 95.17
                    },
                    "override": false,
                    "points": 14338,
                    "referenceAmount": {
                      "currency": "JOD",
                      "value": 402.21
                    },
                    "taxType": "FLAT"
                  }
                ],
                "surcharge": [
                  {
                    "amount": {
                      "currency": "MYR",
                      "value": 156.32
                    },
                    "code": "By",
                    "conversionRatio": {
                      "minimumPoints": 820,
                      "value": 0.99
                    },
                    "equivAmount": {
                      "currency": "DJF",
                      "value": 119.75
                    },
                    "override": true,
                    "points": 7263,
                    "referenceAmount": {
                      "currency": "GNF",
                      "value": 98.82
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "YER",
                      "value": 491.43
                    },
                    "code": "SY",
                    "conversionRatio": {
                      "minimumPoints": 998,
                      "value": 0.59
                    },
                    "equivAmount": {
                      "currency": "INR",
                      "value": 43.03
                    },
                    "override": false,
                    "points": 37849,
                    "referenceAmount": {
                      "currency": "TOP",
                      "value": 188.89
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "SZL",
                      "value": 117.66
                    },
                    "code": "rO",
                    "conversionRatio": {
                      "minimumPoints": 618,
                      "value": 0.24
                    },
                    "equivAmount": {
                      "currency": "LRD",
                      "value": 484.55
                    },
                    "override": false,
                    "points": 43079,
                    "referenceAmount": {
                      "currency": "EGP",
                      "value": 148.53
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "SBD",
                      "value": 388.15
                    },
                    "code": "wV",
                    "conversionRatio": {
                      "minimumPoints": 340,
                      "value": 0.76
                    },
                    "equivAmount": {
                      "currency": "MMK",
                      "value": 36.21
                    },
                    "override": false,
                    "points": 29128,
                    "referenceAmount": {
                      "currency": "XOF",
                      "value": 304.18
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "SYP",
                      "value": 432.6
                    },
                    "code": "Mi",
                    "conversionRatio": {
                      "minimumPoints": 247,
                      "value": 0.6
                    },
                    "equivAmount": {
                      "currency": "JOD",
                      "value": 444.56
                    },
                    "override": false,
                    "points": 11414,
                    "referenceAmount": {
                      "currency": "RON",
                      "value": 427.32
                    },
                    "taxType": "PROPORTIONAL"
                  }
                ],
                "tax": [
                  {
                    "amount": {
                      "currency": "CHF",
                      "value": 173.83
                    },
                    "code": "my",
                    "conversionRatio": {
                      "minimumPoints": 642,
                      "value": 0.72
                    },
                    "equivAmount": {
                      "currency": "SOS",
                      "value": 305.28
                    },
                    "override": false,
                    "points": 3661,
                    "referenceAmount": {
                      "currency": "MMK",
                      "value": 225.93
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "NAD",
                      "value": 352.93
                    },
                    "code": "Cq",
                    "conversionRatio": {
                      "minimumPoints": 986,
                      "value": 0.63
                    },
                    "equivAmount": {
                      "currency": "SCR",
                      "value": 209.62
                    },
                    "override": false,
                    "points": 46837,
                    "referenceAmount": {
                      "currency": "TOP",
                      "value": 191.24
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "ALL",
                      "value": 469.72
                    },
                    "code": "ZH",
                    "conversionRatio": {
                      "minimumPoints": 577,
                      "value": 0.48
                    },
                    "equivAmount": {
                      "currency": "WST",
                      "value": 208.21
                    },
                    "override": false,
                    "points": 16750,
                    "referenceAmount": {
                      "currency": "MXN",
                      "value": 367.3
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "AWG",
                      "value": 184.82
                    },
                    "code": "MY",
                    "conversionRatio": {
                      "minimumPoints": 991,
                      "value": 0.8
                    },
                    "equivAmount": {
                      "currency": "SOS",
                      "value": 117.94
                    },
                    "override": true,
                    "points": 8097,
                    "referenceAmount": {
                      "currency": "AUD",
                      "value": 498.62
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "AED",
                      "value": 70.26
                    },
                    "code": "Ys",
                    "conversionRatio": {
                      "minimumPoints": 737,
                      "value": 0.25
                    },
                    "equivAmount": {
                      "currency": "PHP",
                      "value": 357.5
                    },
                    "override": true,
                    "points": 21243,
                    "referenceAmount": {
                      "currency": "ARS",
                      "value": 119.1
                    },
                    "taxType": "FLAT"
                  }
                ],
                "total": {
                  "amount": {
                    "currency": "CHF",
                    "value": 379.87
                  },
                  "code": "ec",
                  "conversionRatio": {
                    "minimumPoints": 669,
                    "value": 0.19
                  },
                  "equivAmount": {
                    "currency": "UAH",
                    "value": 104.46
                  },
                  "override": false,
                  "points": 19216,
                  "referenceAmount": {
                    "currency": "BYN",
                    "value": 37.68
                  },
                  "taxType": "PROPORTIONAL"
                }
              },
              "type": "OTHER"
            },
            {
              "airExtraDocumentCoupon": [
                {
                  "number": 71,
                  "passengerSegmentRef": "b5445edf-f1ec-492a-b0cb-25901d7b623d",
                  "priceBreakdown": {
                    "base": {
                      "amount": {
                        "currency": "CUP",
                        "value": 414.1
                      },
                      "code": "PE",
                      "conversionRatio": {
                        "minimumPoints": 238,
                        "value": 0.64
                      },
                      "equivAmount": {
                        "currency": "BWP",
                        "value": 283.62
                      },
                      "override": false,
                      "points": 14978,
                      "referenceAmount": {
                        "currency": "RON",
                        "value": 138.58
                      },
                      "taxType": "FLAT"
                    },
                    "commission": [
                      {
                        "amount": {
                          "currency": "GIP",
                          "value": 211.14
                        },
                        "code": "Lx",
                        "conversionRatio": {
                          "minimumPoints": 809,
                          "value": 0.43
                        },
                        "equivAmount": {
                          "currency": "BOB",
                          "value": 140.74
                        },
                        "override": false,
                        "points": 5707,
                        "referenceAmount": {
                          "currency": "THB",
                          "value": 424.87
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "DKK",
                          "value": 277.2
                        },
                        "code": "FR",
                        "conversionRatio": {
                          "minimumPoints": 807,
                          "value": 0.16
                        },
                        "equivAmount": {
                          "currency": "GYD",
                          "value": 444.38
                        },
                        "override": true,
                        "points": 39465,
                        "referenceAmount": {
                          "currency": "VND",
                          "value": 404.52
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "CNY",
                          "value": 66.29
                        },
                        "code": "hK",
                        "conversionRatio": {
                          "minimumPoints": 636,
                          "value": 0.73
                        },
                        "equivAmount": {
                          "currency": "SZL",
                          "value": 455.57
                        },
                        "override": true,
                        "points": 49409,
                        "referenceAmount": {
                          "currency": "CLP",
                          "value": 284.92
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "YER",
                          "value": 465.9
                        },
                        "code": "Gb",
                        "conversionRatio": {
                          "minimumPoints": 269,
                          "value": 0.59
                        },
                        "equivAmount": {
                          "currency": "LAK",
                          "value": 463.6
                        },
                        "override": true,
                        "points": 26046,
                        "referenceAmount": {
                          "currency": "YER",
                          "value": 12.56
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "ERN",
                          "value": 38.37
                        },
                        "code": "VC",
                        "conversionRatio": {
                          "minimumPoints": 227,
                          "value": 0.35
                        },
                        "equivAmount": {
                          "currency": "SAR",
                          "value": 407.73
                        },
                        "override": true,
                        "points": 46729,
                        "referenceAmount": {
                          "currency": "CUP",
                          "value": 16.69
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "discount": [
                      {
                        "amount": {
                          "currency": "BOB",
                          "value": 268.1
                        },
                        "code": "PE",
                        "conversionRatio": {
                          "minimumPoints": 631,
                          "value": 0.88
                        },
                        "equivAmount": {
                          "currency": "LRD",
                          "value": 334.28
                        },
                        "override": true,
                        "points": 17817,
                        "referenceAmount": {
                          "currency": "IQD",
                          "value": 119.3
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "AWG",
                          "value": 375.27
                        },
                        "code": "Yr",
                        "conversionRatio": {
                          "minimumPoints": 845,
                          "value": 0.84
                        },
                        "equivAmount": {
                          "currency": "CHF",
                          "value": 485.35
                        },
                        "override": true,
                        "points": 12435,
                        "referenceAmount": {
                          "currency": "RON",
                          "value": 441.62
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "CHF",
                          "value": 449.65
                        },
                        "code": "bL",
                        "conversionRatio": {
                          "minimumPoints": 838,
                          "value": 0.26
                        },
                        "equivAmount": {
                          "currency": "UYU",
                          "value": 409.32
                        },
                        "override": false,
                        "points": 10033,
                        "referenceAmount": {
                          "currency": "VUV",
                          "value": 180.42
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "THB",
                          "value": 88.94
                        },
                        "code": "mb",
                        "conversionRatio": {
                          "minimumPoints": 119,
                          "value": 0.89
                        },
                        "equivAmount": {
                          "currency": "THB",
                          "value": 161.22
                        },
                        "override": true,
                        "points": 37016,
                        "referenceAmount": {
                          "currency": "SCR",
                          "value": 496.19
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "fee": [
                      {
                        "amount": {
                          "currency": "PYG",
                          "value": 54.41
                        },
                        "code": "UK",
                        "conversionRatio": {
                          "minimumPoints": 164,
                          "value": 0.97
                        },
                        "equivAmount": {
                          "currency": "MVR",
                          "value": 438.72
                        },
                        "override": false,
                        "points": 20120,
                        "referenceAmount": {
                          "currency": "UGX",
                          "value": 185.29
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "surcharge": [
                      {
                        "amount": {
                          "currency": "PHP",
                          "value": 199.5
                        },
                        "code": "XS",
                        "conversionRatio": {
                          "minimumPoints": 978,
                          "value": 0.96
                        },
                        "equivAmount": {
                          "currency": "IDR",
                          "value": 220.94
                        },
                        "override": false,
                        "points": 5637,
                        "referenceAmount": {
                          "currency": "SYP",
                          "value": 276.05
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "AOA",
                          "value": 291.15
                        },
                        "code": "aG",
                        "conversionRatio": {
                          "minimumPoints": 577,
                          "value": 0.79
                        },
                        "equivAmount": {
                          "currency": "FJD",
                          "value": 127.29
                        },
                        "override": true,
                        "points": 47258,
                        "referenceAmount": {
                          "currency": "NOK",
                          "value": 68.33
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "CLP",
                          "value": 133.41
                        },
                        "code": "Lo",
                        "conversionRatio": {
                          "minimumPoints": 960,
                          "value": 0.64
                        },
                        "equivAmount": {
                          "currency": "CRC",
                          "value": 286.61
                        },
                        "override": true,
                        "points": 40977,
                        "referenceAmount": {
                          "currency": "KPW",
                          "value": 91.85
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "MNT",
                          "value": 24.43
                        },
                        "code": "hz",
                        "conversionRatio": {
                          "minimumPoints": 947,
                          "value": 0.84
                        },
                        "equivAmount": {
                          "currency": "BAM",
                          "value": 13.91
                        },
                        "override": true,
                        "points": 40522,
                        "referenceAmount": {
                          "currency": "BSD",
                          "value": 493.79
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "SHP",
                          "value": 418.47
                        },
                        "code": "KQ",
                        "conversionRatio": {
                          "minimumPoints": 975,
                          "value": 0.57
                        },
                        "equivAmount": {
                          "currency": "MGA",
                          "value": 484.21
                        },
                        "override": true,
                        "points": 44802,
                        "referenceAmount": {
                          "currency": "KES",
                          "value": 233.36
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "tax": [
                      {
                        "amount": {
                          "currency": "BBD",
                          "value": 51.97
                        },
                        "code": "YZ",
                        "conversionRatio": {
                          "minimumPoints": 151,
                          "value": 0.49
                        },
                        "equivAmount": {
                          "currency": "CVE",
                          "value": 391.93
                        },
                        "override": true,
                        "points": 17987,
                        "referenceAmount": {
                          "currency": "SEK",
                          "value": 77.02
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "total": {
                      "amount": {
                        "currency": "GYD",
                        "value": 274.59
                      },
                      "code": "FD",
                      "conversionRatio": {
                        "minimumPoints": 672,
                        "value": 0.86
                      },
                      "equivAmount": {
                        "currency": "MNT",
                        "value": 396.45
                      },
                      "override": true,
                      "points": 43353,
                      "referenceAmount": {
                        "currency": "FKP",
                        "value": 274.26
                      },
                      "taxType": "PROPORTIONAL"
                    }
                  }
                },
                {
                  "number": 32,
                  "passengerSegmentRef": "80ec4daf-7e6c-4835-82fe-2cd319556bef",
                  "priceBreakdown": {
                    "base": {
                      "amount": {
                        "currency": "MZN",
                        "value": 467.28
                      },
                      "code": "Mz",
                      "conversionRatio": {
                        "minimumPoints": 241,
                        "value": 0.94
                      },
                      "equivAmount": {
                        "currency": "MMK",
                        "value": 496.54
                      },
                      "override": false,
                      "points": 23152,
                      "referenceAmount": {
                        "currency": "MRU",
                        "value": 45.23
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    "commission": [
                      {
                        "amount": {
                          "currency": "NZD",
                          "value": 456.55
                        },
                        "code": "OO",
                        "conversionRatio": {
                          "minimumPoints": 892,
                          "value": 0.48
                        },
                        "equivAmount": {
                          "currency": "MRU",
                          "value": 5.55
                        },
                        "override": false,
                        "points": 3284,
                        "referenceAmount": {
                          "currency": "BAM",
                          "value": 97.61
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "ERN",
                          "value": 288.71
                        },
                        "code": "ko",
                        "conversionRatio": {
                          "minimumPoints": 535,
                          "value": 0.33
                        },
                        "equivAmount": {
                          "currency": "LBP",
                          "value": 152.98
                        },
                        "override": true,
                        "points": 35414,
                        "referenceAmount": {
                          "currency": "DZD",
                          "value": 193.76
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "ISK",
                          "value": 379.21
                        },
                        "code": "af",
                        "conversionRatio": {
                          "minimumPoints": 579,
                          "value": 0.43
                        },
                        "equivAmount": {
                          "currency": "ISK",
                          "value": 379.71
                        },
                        "override": false,
                        "points": 10530,
                        "referenceAmount": {
                          "currency": "GNF",
                          "value": 445.76
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "discount": [
                      {
                        "amount": {
                          "currency": "BHD",
                          "value": 261.04
                        },
                        "code": "pO",
                        "conversionRatio": {
                          "minimumPoints": 759,
                          "value": 0.61
                        },
                        "equivAmount": {
                          "currency": "GTQ",
                          "value": 397.82
                        },
                        "override": false,
                        "points": 30841,
                        "referenceAmount": {
                          "currency": "KWD",
                          "value": 387.68
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "LBP",
                          "value": 236.95
                        },
                        "code": "Kb",
                        "conversionRatio": {
                          "minimumPoints": 962,
                          "value": 0.67
                        },
                        "equivAmount": {
                          "currency": "NIO",
                          "value": 337.62
                        },
                        "override": false,
                        "points": 7558,
                        "referenceAmount": {
                          "currency": "PGK",
                          "value": 402.19
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "PKR",
                          "value": 104.48
                        },
                        "code": "lC",
                        "conversionRatio": {
                          "minimumPoints": 561,
                          "value": 0.75
                        },
                        "equivAmount": {
                          "currency": "HKD",
                          "value": 436.48
                        },
                        "override": false,
                        "points": 1649,
                        "referenceAmount": {
                          "currency": "UZS",
                          "value": 403.3
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "BTN",
                          "value": 325.47
                        },
                        "code": "EF",
                        "conversionRatio": {
                          "minimumPoints": 390,
                          "value": 0.41
                        },
                        "equivAmount": {
                          "currency": "BSD",
                          "value": 362.19
                        },
                        "override": false,
                        "points": 13854,
                        "referenceAmount": {
                          "currency": "NGN",
                          "value": 139.06
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "KPW",
                          "value": 356.75
                        },
                        "code": "Dj",
                        "conversionRatio": {
                          "minimumPoints": 407,
                          "value": 0.53
                        },
                        "equivAmount": {
                          "currency": "SLE",
                          "value": 44.63
                        },
                        "override": true,
                        "points": 36306,
                        "referenceAmount": {
                          "currency": "GEL",
                          "value": 453.38
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "fee": [
                      {
                        "amount": {
                          "currency": "ALL",
                          "value": 200.44
                        },
                        "code": "hu",
                        "conversionRatio": {
                          "minimumPoints": 196,
                          "value": 0.63
                        },
                        "equivAmount": {
                          "currency": "SBD",
                          "value": 197.68
                        },
                        "override": false,
                        "points": 47776,
                        "referenceAmount": {
                          "currency": "PEN",
                          "value": 179.55
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "WST",
                          "value": 35.05
                        },
                        "code": "yB",
                        "conversionRatio": {
                          "minimumPoints": 467,
                          "value": 0.2
                        },
                        "equivAmount": {
                          "currency": "PEN",
                          "value": 73.77
                        },
                        "override": false,
                        "points": 48809,
                        "referenceAmount": {
                          "currency": "CDF",
                          "value": 87.32
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "DKK",
                          "value": 242.95
                        },
                        "code": "Ck",
                        "conversionRatio": {
                          "minimumPoints": 299,
                          "value": 0.83
                        },
                        "equivAmount": {
                          "currency": "UYU",
                          "value": 110.25
                        },
                        "override": false,
                        "points": 27465,
                        "referenceAmount": {
                          "currency": "KPW",
                          "value": 345.29
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "SYP",
                          "value": 58.04
                        },
                        "code": "KK",
                        "conversionRatio": {
                          "minimumPoints": 201,
                          "value": 0.85
                        },
                        "equivAmount": {
                          "currency": "CVE",
                          "value": 242.4
                        },
                        "override": false,
                        "points": 27790,
                        "referenceAmount": {
                          "currency": "MRU",
                          "value": 56.33
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "surcharge": [
                      {
                        "amount": {
                          "currency": "ERN",
                          "value": 414.64
                        },
                        "code": "cH",
                        "conversionRatio": {
                          "minimumPoints": 522,
                          "value": 0.99
                        },
                        "equivAmount": {
                          "currency": "AMD",
                          "value": 33.27
                        },
                        "override": false,
                        "points": 25814,
                        "referenceAmount": {
                          "currency": "RWF",
                          "value": 118.03
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "ALL",
                          "value": 299.23
                        },
                        "code": "Ok",
                        "conversionRatio": {
                          "minimumPoints": 844,
                          "value": 0.63
                        },
                        "equivAmount": {
                          "currency": "MXN",
                          "value": 484.21
                        },
                        "override": true,
                        "points": 49257,
                        "referenceAmount": {
                          "currency": "BAM",
                          "value": 332.23
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "tax": [
                      {
                        "amount": {
                          "currency": "MAD",
                          "value": 217.34
                        },
                        "code": "VY",
                        "conversionRatio": {
                          "minimumPoints": 859,
                          "value": 0.8
                        },
                        "equivAmount": {
                          "currency": "BDT",
                          "value": 418.19
                        },
                        "override": false,
                        "points": 43879,
                        "referenceAmount": {
                          "currency": "KZT",
                          "value": 222.69
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "CDF",
                          "value": 47.78
                        },
                        "code": "hC",
                        "conversionRatio": {
                          "minimumPoints": 681,
                          "value": 0.77
                        },
                        "equivAmount": {
                          "currency": "LSL",
                          "value": 36.13
                        },
                        "override": false,
                        "points": 32641,
                        "referenceAmount": {
                          "currency": "BTN",
                          "value": 49.8
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "NGN",
                          "value": 173.21
                        },
                        "code": "qF",
                        "conversionRatio": {
                          "minimumPoints": 254,
                          "value": 0.1
                        },
                        "equivAmount": {
                          "currency": "ETB",
                          "value": 412.04
                        },
                        "override": true,
                        "points": 25633,
                        "referenceAmount": {
                          "currency": "BOB",
                          "value": 10.96
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "JOD",
                          "value": 407.34
                        },
                        "code": "KA",
                        "conversionRatio": {
                          "minimumPoints": 319,
                          "value": 0.59
                        },
                        "equivAmount": {
                          "currency": "DOP",
                          "value": 357.41
                        },
                        "override": true,
                        "points": 46466,
                        "referenceAmount": {
                          "currency": "SHP",
                          "value": 325.09
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "MNT",
                          "value": 293.43
                        },
                        "code": "Zu",
                        "conversionRatio": {
                          "minimumPoints": 133,
                          "value": 0.3
                        },
                        "equivAmount": {
                          "currency": "BWP",
                          "value": 492.16
                        },
                        "override": false,
                        "points": 13572,
                        "referenceAmount": {
                          "currency": "MVR",
                          "value": 89.22
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "total": {
                      "amount": {
                        "currency": "ETB",
                        "value": 189.53
                      },
                      "code": "iY",
                      "conversionRatio": {
                        "minimumPoints": 346,
                        "value": 0.11
                      },
                      "equivAmount": {
                        "currency": "KZT",
                        "value": 386.06
                      },
                      "override": false,
                      "points": 48085,
                      "referenceAmount": {
                        "currency": "VND",
                        "value": 215.88
                      },
                      "taxType": "PROPORTIONAL"
                    }
                  }
                },
                {
                  "number": 72,
                  "passengerSegmentRef": "830580a9-66dc-4c48-b0a9-c280c39b2e05",
                  "priceBreakdown": {
                    "base": {
                      "amount": {
                        "currency": "GYD",
                        "value": 66.85
                      },
                      "code": "dC",
                      "conversionRatio": {
                        "minimumPoints": 787,
                        "value": 0.25
                      },
                      "equivAmount": {
                        "currency": "LYD",
                        "value": 43.43
                      },
                      "override": false,
                      "points": 5934,
                      "referenceAmount": {
                        "currency": "SHP",
                        "value": 434.19
                      },
                      "taxType": "FLAT"
                    },
                    "commission": [
                      {
                        "amount": {
                          "currency": "BMD",
                          "value": 161.58
                        },
                        "code": "RC",
                        "conversionRatio": {
                          "minimumPoints": 796,
                          "value": 0.43
                        },
                        "equivAmount": {
                          "currency": "HTG",
                          "value": 285.15
                        },
                        "override": true,
                        "points": 20633,
                        "referenceAmount": {
                          "currency": "XAF",
                          "value": 473.44
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "discount": [
                      {
                        "amount": {
                          "currency": "KPW",
                          "value": 207.59
                        },
                        "code": "br",
                        "conversionRatio": {
                          "minimumPoints": 422,
                          "value": 0.66
                        },
                        "equivAmount": {
                          "currency": "NGN",
                          "value": 7.95
                        },
                        "override": true,
                        "points": 20495,
                        "referenceAmount": {
                          "currency": "PLN",
                          "value": 107.98
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "fee": [
                      {
                        "amount": {
                          "currency": "AFN",
                          "value": 140.79
                        },
                        "code": "wb",
                        "conversionRatio": {
                          "minimumPoints": 806,
                          "value": 0.9
                        },
                        "equivAmount": {
                          "currency": "EUR",
                          "value": 495.98
                        },
                        "override": true,
                        "points": 8558,
                        "referenceAmount": {
                          "currency": "BAM",
                          "value": 276.74
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "BBD",
                          "value": 456.05
                        },
                        "code": "jH",
                        "conversionRatio": {
                          "minimumPoints": 112,
                          "value": 0.42
                        },
                        "equivAmount": {
                          "currency": "CHF",
                          "value": 495.72
                        },
                        "override": true,
                        "points": 43337,
                        "referenceAmount": {
                          "currency": "BSD",
                          "value": 369.5
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "MOP",
                          "value": 478.41
                        },
                        "code": "WR",
                        "conversionRatio": {
                          "minimumPoints": 754,
                          "value": 0.89
                        },
                        "equivAmount": {
                          "currency": "TMT",
                          "value": 377.46
                        },
                        "override": true,
                        "points": 16612,
                        "referenceAmount": {
                          "currency": "AUD",
                          "value": 64.27
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "surcharge": [
                      {
                        "amount": {
                          "currency": "DZD",
                          "value": 269.52
                        },
                        "code": "it",
                        "conversionRatio": {
                          "minimumPoints": 789,
                          "value": 0.78
                        },
                        "equivAmount": {
                          "currency": "GYD",
                          "value": 311.54
                        },
                        "override": false,
                        "points": 23785,
                        "referenceAmount": {
                          "currency": "AMD",
                          "value": 72.43
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "NPR",
                          "value": 260.54
                        },
                        "code": "Vo",
                        "conversionRatio": {
                          "minimumPoints": 349,
                          "value": 0.78
                        },
                        "equivAmount": {
                          "currency": "AZN",
                          "value": 94.05
                        },
                        "override": false,
                        "points": 4286,
                        "referenceAmount": {
                          "currency": "COP",
                          "value": 25.03
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "TZS",
                          "value": 73.24
                        },
                        "code": "gv",
                        "conversionRatio": {
                          "minimumPoints": 497,
                          "value": 0.91
                        },
                        "equivAmount": {
                          "currency": "MNT",
                          "value": 289.78
                        },
                        "override": true,
                        "points": 31436,
                        "referenceAmount": {
                          "currency": "BSD",
                          "value": 95.07
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "ERN",
                          "value": 463.07
                        },
                        "code": "ET",
                        "conversionRatio": {
                          "minimumPoints": 802,
                          "value": 0.1
                        },
                        "equivAmount": {
                          "currency": "BAM",
                          "value": 234.82
                        },
                        "override": false,
                        "points": 13513,
                        "referenceAmount": {
                          "currency": "NPR",
                          "value": 314.79
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "CHF",
                          "value": 406.68
                        },
                        "code": "uZ",
                        "conversionRatio": {
                          "minimumPoints": 800,
                          "value": 0.51
                        },
                        "equivAmount": {
                          "currency": "GMD",
                          "value": 28.34
                        },
                        "override": true,
                        "points": 30194,
                        "referenceAmount": {
                          "currency": "EUR",
                          "value": 273.14
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "tax": [
                      {
                        "amount": {
                          "currency": "NIO",
                          "value": 388.98
                        },
                        "code": "Ln",
                        "conversionRatio": {
                          "minimumPoints": 278,
                          "value": 0.98
                        },
                        "equivAmount": {
                          "currency": "XOF",
                          "value": 263.38
                        },
                        "override": true,
                        "points": 32027,
                        "referenceAmount": {
                          "currency": "LKR",
                          "value": 326.81
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "COP",
                          "value": 175.03
                        },
                        "code": "yV",
                        "conversionRatio": {
                          "minimumPoints": 364,
                          "value": 0.99
                        },
                        "equivAmount": {
                          "currency": "SOS",
                          "value": 61.16
                        },
                        "override": true,
                        "points": 6972,
                        "referenceAmount": {
                          "currency": "ZWL",
                          "value": 467.92
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "HKD",
                          "value": 410.59
                        },
                        "code": "TL",
                        "conversionRatio": {
                          "minimumPoints": 798,
                          "value": 0.25
                        },
                        "equivAmount": {
                          "currency": "TMT",
                          "value": 392.98
                        },
                        "override": false,
                        "points": 7938,
                        "referenceAmount": {
                          "currency": "SCR",
                          "value": 218.59
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "total": {
                      "amount": {
                        "currency": "AOA",
                        "value": 458.7
                      },
                      "code": "ju",
                      "conversionRatio": {
                        "minimumPoints": 695,
                        "value": 0.2
                      },
                      "equivAmount": {
                        "currency": "CZK",
                        "value": 21.12
                      },
                      "override": false,
                      "points": 17970,
                      "referenceAmount": {
                        "currency": "ALL",
                        "value": 208.67
                      },
                      "taxType": "PROPORTIONAL"
                    }
                  }
                },
                {
                  "number": 12,
                  "passengerSegmentRef": "5ee17089-63e7-45ec-9939-7d37a757e7a0",
                  "priceBreakdown": {
                    "base": {
                      "amount": {
                        "currency": "PKR",
                        "value": 278.19
                      },
                      "code": "LG",
                      "conversionRatio": {
                        "minimumPoints": 347,
                        "value": 0.5
                      },
                      "equivAmount": {
                        "currency": "NGN",
                        "value": 368.63
                      },
                      "override": true,
                      "points": 1909,
                      "referenceAmount": {
                        "currency": "SGD",
                        "value": 73.39
                      },
                      "taxType": "FLAT"
                    },
                    "commission": [
                      {
                        "amount": {
                          "currency": "BDT",
                          "value": 487.25
                        },
                        "code": "Wi",
                        "conversionRatio": {
                          "minimumPoints": 600,
                          "value": 0.49
                        },
                        "equivAmount": {
                          "currency": "MRU",
                          "value": 426.65
                        },
                        "override": true,
                        "points": 29512,
                        "referenceAmount": {
                          "currency": "AED",
                          "value": 8.96
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "MKD",
                          "value": 431.58
                        },
                        "code": "ym",
                        "conversionRatio": {
                          "minimumPoints": 822,
                          "value": 0.37
                        },
                        "equivAmount": {
                          "currency": "RON",
                          "value": 284.52
                        },
                        "override": false,
                        "points": 4900,
                        "referenceAmount": {
                          "currency": "MDL",
                          "value": 423.01
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "discount": [
                      {
                        "amount": {
                          "currency": "MZN",
                          "value": 153.89
                        },
                        "code": "rJ",
                        "conversionRatio": {
                          "minimumPoints": 950,
                          "value": 0.64
                        },
                        "equivAmount": {
                          "currency": "ARS",
                          "value": 163.46
                        },
                        "override": true,
                        "points": 25058,
                        "referenceAmount": {
                          "currency": "VND",
                          "value": 72.4
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "fee": [
                      {
                        "amount": {
                          "currency": "ARS",
                          "value": 359.37
                        },
                        "code": "ZX",
                        "conversionRatio": {
                          "minimumPoints": 373,
                          "value": 0.87
                        },
                        "equivAmount": {
                          "currency": "BBD",
                          "value": 123.63
                        },
                        "override": false,
                        "points": 25833,
                        "referenceAmount": {
                          "currency": "ILS",
                          "value": 371.53
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "MUR",
                          "value": 113.58
                        },
                        "code": "bi",
                        "conversionRatio": {
                          "minimumPoints": 238,
                          "value": 0.87
                        },
                        "equivAmount": {
                          "currency": "MRU",
                          "value": 340.46
                        },
                        "override": false,
                        "points": 36871,
                        "referenceAmount": {
                          "currency": "BDT",
                          "value": 435.83
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "ERN",
                          "value": 434.12
                        },
                        "code": "hA",
                        "conversionRatio": {
                          "minimumPoints": 587,
                          "value": 0.33
                        },
                        "equivAmount": {
                          "currency": "SCR",
                          "value": 86.43
                        },
                        "override": true,
                        "points": 36526,
                        "referenceAmount": {
                          "currency": "PGK",
                          "value": 474.96
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "surcharge": [
                      {
                        "amount": {
                          "currency": "CDF",
                          "value": 302.71
                        },
                        "code": "EA",
                        "conversionRatio": {
                          "minimumPoints": 578,
                          "value": 0.28
                        },
                        "equivAmount": {
                          "currency": "LRD",
                          "value": 233.44
                        },
                        "override": false,
                        "points": 17653,
                        "referenceAmount": {
                          "currency": "SEK",
                          "value": 175.9
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "NPR",
                          "value": 468.31
                        },
                        "code": "Um",
                        "conversionRatio": {
                          "minimumPoints": 912,
                          "value": 0.41
                        },
                        "equivAmount": {
                          "currency": "NAD",
                          "value": 439.31
                        },
                        "override": false,
                        "points": 12908,
                        "referenceAmount": {
                          "currency": "TOP",
                          "value": 173.76
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "BSD",
                          "value": 61.05
                        },
                        "code": "jv",
                        "conversionRatio": {
                          "minimumPoints": 712,
                          "value": 0.63
                        },
                        "equivAmount": {
                          "currency": "KES",
                          "value": 429.05
                        },
                        "override": false,
                        "points": 13969,
                        "referenceAmount": {
                          "currency": "LSL",
                          "value": 157.36
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "KMF",
                          "value": 450.43
                        },
                        "code": "uB",
                        "conversionRatio": {
                          "minimumPoints": 984,
                          "value": 0.8
                        },
                        "equivAmount": {
                          "currency": "CVE",
                          "value": 54.6
                        },
                        "override": true,
                        "points": 35634,
                        "referenceAmount": {
                          "currency": "IQD",
                          "value": 350.04
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "tax": [
                      {
                        "amount": {
                          "currency": "DOP",
                          "value": 285.05
                        },
                        "code": "qc",
                        "conversionRatio": {
                          "minimumPoints": 192,
                          "value": 0.3
                        },
                        "equivAmount": {
                          "currency": "VES",
                          "value": 414.33
                        },
                        "override": false,
                        "points": 43169,
                        "referenceAmount": {
                          "currency": "OMR",
                          "value": 58.16
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "DJF",
                          "value": 92.1
                        },
                        "code": "xP",
                        "conversionRatio": {
                          "minimumPoints": 794,
                          "value": 0.94
                        },
                        "equivAmount": {
                          "currency": "BBD",
                          "value": 291.38
                        },
                        "override": true,
                        "points": 4998,
                        "referenceAmount": {
                          "currency": "MGA",
                          "value": 147.8
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "NGN",
                          "value": 150.66
                        },
                        "code": "KD",
                        "conversionRatio": {
                          "minimumPoints": 821,
                          "value": 0.17
                        },
                        "equivAmount": {
                          "currency": "SSP",
                          "value": 404.75
                        },
                        "override": false,
                        "points": 47980,
                        "referenceAmount": {
                          "currency": "BND",
                          "value": 153
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "total": {
                      "amount": {
                        "currency": "ALL",
                        "value": 375.83
                      },
                      "code": "FP",
                      "conversionRatio": {
                        "minimumPoints": 237,
                        "value": 0.78
                      },
                      "equivAmount": {
                        "currency": "PGK",
                        "value": 345.67
                      },
                      "override": true,
                      "points": 12378,
                      "referenceAmount": {
                        "currency": "TWD",
                        "value": 224.16
                      },
                      "taxType": "FLAT"
                    }
                  }
                },
                {
                  "number": 92,
                  "passengerSegmentRef": "d9055db9-c914-4ef3-b97d-0522461c4b5c",
                  "priceBreakdown": {
                    "base": {
                      "amount": {
                        "currency": "BAM",
                        "value": 56.26
                      },
                      "code": "gm",
                      "conversionRatio": {
                        "minimumPoints": 128,
                        "value": 0.49
                      },
                      "equivAmount": {
                        "currency": "PLN",
                        "value": 284.97
                      },
                      "override": false,
                      "points": 32228,
                      "referenceAmount": {
                        "currency": "JOD",
                        "value": 476.66
                      },
                      "taxType": "FLAT"
                    },
                    "commission": [
                      {
                        "amount": {
                          "currency": "CRC",
                          "value": 37.24
                        },
                        "code": "rZ",
                        "conversionRatio": {
                          "minimumPoints": 647,
                          "value": 0.82
                        },
                        "equivAmount": {
                          "currency": "MZN",
                          "value": 364.8
                        },
                        "override": true,
                        "points": 30994,
                        "referenceAmount": {
                          "currency": "MZN",
                          "value": 51.89
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "TRY",
                          "value": 6.67
                        },
                        "code": "Wv",
                        "conversionRatio": {
                          "minimumPoints": 204,
                          "value": 0.32
                        },
                        "equivAmount": {
                          "currency": "MXN",
                          "value": 424.8
                        },
                        "override": true,
                        "points": 47758,
                        "referenceAmount": {
                          "currency": "OMR",
                          "value": 295.4
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "ZMW",
                          "value": 132.07
                        },
                        "code": "Rk",
                        "conversionRatio": {
                          "minimumPoints": 809,
                          "value": 0.13
                        },
                        "equivAmount": {
                          "currency": "MOP",
                          "value": 390.23
                        },
                        "override": false,
                        "points": 15185,
                        "referenceAmount": {
                          "currency": "VND",
                          "value": 104.04
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "discount": [
                      {
                        "amount": {
                          "currency": "NOK",
                          "value": 229.78
                        },
                        "code": "mW",
                        "conversionRatio": {
                          "minimumPoints": 385,
                          "value": 0.56
                        },
                        "equivAmount": {
                          "currency": "NZD",
                          "value": 88.13
                        },
                        "override": false,
                        "points": 36089,
                        "referenceAmount": {
                          "currency": "ARS",
                          "value": 311.8
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "SRD",
                          "value": 242.06
                        },
                        "code": "jh",
                        "conversionRatio": {
                          "minimumPoints": 464,
                          "value": 0.84
                        },
                        "equivAmount": {
                          "currency": "BGN",
                          "value": 135.29
                        },
                        "override": false,
                        "points": 37720,
                        "referenceAmount": {
                          "currency": "IDR",
                          "value": 133.19
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "BAM",
                          "value": 282.67
                        },
                        "code": "nR",
                        "conversionRatio": {
                          "minimumPoints": 349,
                          "value": 0.79
                        },
                        "equivAmount": {
                          "currency": "AZN",
                          "value": 274.08
                        },
                        "override": false,
                        "points": 48491,
                        "referenceAmount": {
                          "currency": "XPF",
                          "value": 272.56
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "PYG",
                          "value": 366.81
                        },
                        "code": "xf",
                        "conversionRatio": {
                          "minimumPoints": 617,
                          "value": 0.72
                        },
                        "equivAmount": {
                          "currency": "SDG",
                          "value": 312.89
                        },
                        "override": false,
                        "points": 21584,
                        "referenceAmount": {
                          "currency": "MAD",
                          "value": 287.16
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "fee": [
                      {
                        "amount": {
                          "currency": "QAR",
                          "value": 194.52
                        },
                        "code": "Ry",
                        "conversionRatio": {
                          "minimumPoints": 962,
                          "value": 0.34
                        },
                        "equivAmount": {
                          "currency": "UAH",
                          "value": 262.81
                        },
                        "override": true,
                        "points": 37474,
                        "referenceAmount": {
                          "currency": "UZS",
                          "value": 70.71
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "SSP",
                          "value": 368.75
                        },
                        "code": "eh",
                        "conversionRatio": {
                          "minimumPoints": 749,
                          "value": 0.8
                        },
                        "equivAmount": {
                          "currency": "AFN",
                          "value": 428.8
                        },
                        "override": true,
                        "points": 47226,
                        "referenceAmount": {
                          "currency": "CNY",
                          "value": 166.9
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "WST",
                          "value": 138.43
                        },
                        "code": "np",
                        "conversionRatio": {
                          "minimumPoints": 768,
                          "value": 0.27
                        },
                        "equivAmount": {
                          "currency": "CHF",
                          "value": 154.77
                        },
                        "override": false,
                        "points": 3983,
                        "referenceAmount": {
                          "currency": "MRU",
                          "value": 471.67
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "BOB",
                          "value": 366.59
                        },
                        "code": "jZ",
                        "conversionRatio": {
                          "minimumPoints": 183,
                          "value": 0.88
                        },
                        "equivAmount": {
                          "currency": "JMD",
                          "value": 422.54
                        },
                        "override": false,
                        "points": 38564,
                        "referenceAmount": {
                          "currency": "DOP",
                          "value": 94.88
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "surcharge": [
                      {
                        "amount": {
                          "currency": "PYG",
                          "value": 440.2
                        },
                        "code": "XP",
                        "conversionRatio": {
                          "minimumPoints": 127,
                          "value": 0.17
                        },
                        "equivAmount": {
                          "currency": "COP",
                          "value": 169.15
                        },
                        "override": true,
                        "points": 29297,
                        "referenceAmount": {
                          "currency": "NAD",
                          "value": 389.24
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "VUV",
                          "value": 413.19
                        },
                        "code": "YR",
                        "conversionRatio": {
                          "minimumPoints": 510,
                          "value": 0.44
                        },
                        "equivAmount": {
                          "currency": "BGN",
                          "value": 306.12
                        },
                        "override": true,
                        "points": 24224,
                        "referenceAmount": {
                          "currency": "CZK",
                          "value": 87.4
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "tax": [
                      {
                        "amount": {
                          "currency": "KHR",
                          "value": 274.11
                        },
                        "code": "yb",
                        "conversionRatio": {
                          "minimumPoints": 894,
                          "value": 0.91
                        },
                        "equivAmount": {
                          "currency": "BYN",
                          "value": 164.52
                        },
                        "override": true,
                        "points": 37673,
                        "referenceAmount": {
                          "currency": "CNY",
                          "value": 109.46
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "CDF",
                          "value": 294.23
                        },
                        "code": "OV",
                        "conversionRatio": {
                          "minimumPoints": 711,
                          "value": 0.34
                        },
                        "equivAmount": {
                          "currency": "PAB",
                          "value": 417.66
                        },
                        "override": false,
                        "points": 3416,
                        "referenceAmount": {
                          "currency": "AWG",
                          "value": 323.93
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "VUV",
                          "value": 350.19
                        },
                        "code": "IM",
                        "conversionRatio": {
                          "minimumPoints": 803,
                          "value": 0.13
                        },
                        "equivAmount": {
                          "currency": "BZD",
                          "value": 195.94
                        },
                        "override": true,
                        "points": 26454,
                        "referenceAmount": {
                          "currency": "HUF",
                          "value": 187.81
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "BGN",
                          "value": 356
                        },
                        "code": "pH",
                        "conversionRatio": {
                          "minimumPoints": 625,
                          "value": 0.1
                        },
                        "equivAmount": {
                          "currency": "KZT",
                          "value": 121.4
                        },
                        "override": true,
                        "points": 13169,
                        "referenceAmount": {
                          "currency": "LRD",
                          "value": 106.85
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "total": {
                      "amount": {
                        "currency": "RON",
                        "value": 218.14
                      },
                      "code": "nU",
                      "conversionRatio": {
                        "minimumPoints": 559,
                        "value": 0.13
                      },
                      "equivAmount": {
                        "currency": "AOA",
                        "value": 48.32
                      },
                      "override": true,
                      "points": 7436,
                      "referenceAmount": {
                        "currency": "IRR",
                        "value": 216.77
                      },
                      "taxType": "FLAT"
                    }
                  }
                }
              ],
              "airExtraRefs": [
                "id01",
                "id02"
              ],
              "id": "eb940629-91bc-4d2b-a938-d80c1ec39154",
              "issueDate": "2025-11-26T00:00:00.0Z",
              "number": "2364504933480",
              "paymentRefs": [
                "id01",
                "id02"
              ],
              "priceBreakdown": {
                "base": {
                  "amount": {
                    "currency": "XOF",
                    "value": 421.77
                  },
                  "code": "ZX",
                  "conversionRatio": {
                    "minimumPoints": 862,
                    "value": 0.48
                  },
                  "equivAmount": {
                    "currency": "BWP",
                    "value": 70.8
                  },
                  "override": false,
                  "points": 20882,
                  "referenceAmount": {
                    "currency": "IRR",
                    "value": 348.87
                  },
                  "taxType": "PROPORTIONAL"
                },
                "commission": [
                  {
                    "amount": {
                      "currency": "KYD",
                      "value": 288.99
                    },
                    "code": "vw",
                    "conversionRatio": {
                      "minimumPoints": 123,
                      "value": 0.14
                    },
                    "equivAmount": {
                      "currency": "XPF",
                      "value": 184.49
                    },
                    "override": false,
                    "points": 38766,
                    "referenceAmount": {
                      "currency": "GTQ",
                      "value": 372.97
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "BRL",
                      "value": 237.85
                    },
                    "code": "ZE",
                    "conversionRatio": {
                      "minimumPoints": 855,
                      "value": 0.15
                    },
                    "equivAmount": {
                      "currency": "QAR",
                      "value": 275.52
                    },
                    "override": true,
                    "points": 26971,
                    "referenceAmount": {
                      "currency": "DJF",
                      "value": 187.99
                    },
                    "taxType": "PROPORTIONAL"
                  }
                ],
                "discount": [
                  {
                    "amount": {
                      "currency": "BWP",
                      "value": 259.92
                    },
                    "code": "hD",
                    "conversionRatio": {
                      "minimumPoints": 227,
                      "value": 0.44
                    },
                    "equivAmount": {
                      "currency": "EGP",
                      "value": 477.55
                    },
                    "override": false,
                    "points": 2652,
                    "referenceAmount": {
                      "currency": "YER",
                      "value": 330.93
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "TWD",
                      "value": 415.61
                    },
                    "code": "CU",
                    "conversionRatio": {
                      "minimumPoints": 778,
                      "value": 0.28
                    },
                    "equivAmount": {
                      "currency": "LAK",
                      "value": 368.08
                    },
                    "override": false,
                    "points": 48835,
                    "referenceAmount": {
                      "currency": "HTG",
                      "value": 310.03
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "MGA",
                      "value": 60.36
                    },
                    "code": "dH",
                    "conversionRatio": {
                      "minimumPoints": 810,
                      "value": 0.29
                    },
                    "equivAmount": {
                      "currency": "SCR",
                      "value": 293.51
                    },
                    "override": true,
                    "points": 26634,
                    "referenceAmount": {
                      "currency": "MXN",
                      "value": 217.65
                    },
                    "taxType": "PROPORTIONAL"
                  }
                ],
                "fee": [
                  {
                    "amount": {
                      "currency": "NAD",
                      "value": 250.55
                    },
                    "code": "Ni",
                    "conversionRatio": {
                      "minimumPoints": 270,
                      "value": 0.5
                    },
                    "equivAmount": {
                      "currency": "MOP",
                      "value": 297.76
                    },
                    "override": false,
                    "points": 24646,
                    "referenceAmount": {
                      "currency": "KMF",
                      "value": 376.61
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "DOP",
                      "value": 482.37
                    },
                    "code": "FN",
                    "conversionRatio": {
                      "minimumPoints": 534,
                      "value": 0.66
                    },
                    "equivAmount": {
                      "currency": "TJS",
                      "value": 398.82
                    },
                    "override": true,
                    "points": 21791,
                    "referenceAmount": {
                      "currency": "SZL",
                      "value": 487.34
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "ERN",
                      "value": 248.16
                    },
                    "code": "aB",
                    "conversionRatio": {
                      "minimumPoints": 297,
                      "value": 0.57
                    },
                    "equivAmount": {
                      "currency": "IRR",
                      "value": 44.6
                    },
                    "override": true,
                    "points": 33934,
                    "referenceAmount": {
                      "currency": "CUP",
                      "value": 231.41
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "ILS",
                      "value": 131
                    },
                    "code": "Ba",
                    "conversionRatio": {
                      "minimumPoints": 485,
                      "value": 0.84
                    },
                    "equivAmount": {
                      "currency": "BDT",
                      "value": 84.84
                    },
                    "override": true,
                    "points": 29198,
                    "referenceAmount": {
                      "currency": "UAH",
                      "value": 481.21
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "TMT",
                      "value": 113.73
                    },
                    "code": "yS",
                    "conversionRatio": {
                      "minimumPoints": 728,
                      "value": 0.56
                    },
                    "equivAmount": {
                      "currency": "HUF",
                      "value": 257.22
                    },
                    "override": false,
                    "points": 43980,
                    "referenceAmount": {
                      "currency": "LSL",
                      "value": 77.09
                    },
                    "taxType": "FLAT"
                  }
                ],
                "surcharge": [
                  {
                    "amount": {
                      "currency": "SGD",
                      "value": 479.92
                    },
                    "code": "QA",
                    "conversionRatio": {
                      "minimumPoints": 274,
                      "value": 0.15
                    },
                    "equivAmount": {
                      "currency": "RON",
                      "value": 418.78
                    },
                    "override": true,
                    "points": 25568,
                    "referenceAmount": {
                      "currency": "SZL",
                      "value": 490.12
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "MMK",
                      "value": 22.54
                    },
                    "code": "Fd",
                    "conversionRatio": {
                      "minimumPoints": 432,
                      "value": 0.89
                    },
                    "equivAmount": {
                      "currency": "HUF",
                      "value": 107.12
                    },
                    "override": false,
                    "points": 12044,
                    "referenceAmount": {
                      "currency": "CRC",
                      "value": 178.22
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "MAD",
                      "value": 167.64
                    },
                    "code": "yW",
                    "conversionRatio": {
                      "minimumPoints": 154,
                      "value": 0.95
                    },
                    "equivAmount": {
                      "currency": "VND",
                      "value": 211.69
                    },
                    "override": true,
                    "points": 34240,
                    "referenceAmount": {
                      "currency": "MYR",
                      "value": 176.97
                    },
                    "taxType": "FLAT"
                  }
                ],
                "tax": [
                  {
                    "amount": {
                      "currency": "BYN",
                      "value": 379.21
                    },
                    "code": "as",
                    "conversionRatio": {
                      "minimumPoints": 324,
                      "value": 0.42
                    },
                    "equivAmount": {
                      "currency": "CAD",
                      "value": 355.62
                    },
                    "override": true,
                    "points": 21680,
                    "referenceAmount": {
                      "currency": "SCR",
                      "value": 464.86
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "NAD",
                      "value": 164.9
                    },
                    "code": "oC",
                    "conversionRatio": {
                      "minimumPoints": 778,
                      "value": 0.25
                    },
                    "equivAmount": {
                      "currency": "DJF",
                      "value": 468.88
                    },
                    "override": false,
                    "points": 35214,
                    "referenceAmount": {
                      "currency": "GNF",
                      "value": 111.06
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "CLP",
                      "value": 227.47
                    },
                    "code": "uX",
                    "conversionRatio": {
                      "minimumPoints": 763,
                      "value": 0.27
                    },
                    "equivAmount": {
                      "currency": "TRY",
                      "value": 369.59
                    },
                    "override": true,
                    "points": 21016,
                    "referenceAmount": {
                      "currency": "TOP",
                      "value": 164.98
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "AOA",
                      "value": 475.54
                    },
                    "code": "If",
                    "conversionRatio": {
                      "minimumPoints": 915,
                      "value": 0.55
                    },
                    "equivAmount": {
                      "currency": "GEL",
                      "value": 313.19
                    },
                    "override": true,
                    "points": 37058,
                    "referenceAmount": {
                      "currency": "AED",
                      "value": 116.14
                    },
                    "taxType": "PROPORTIONAL"
                  }
                ],
                "total": {
                  "amount": {
                    "currency": "VUV",
                    "value": 128.31
                  },
                  "code": "Ic",
                  "conversionRatio": {
                    "minimumPoints": 289,
                    "value": 0.54
                  },
                  "equivAmount": {
                    "currency": "TND",
                    "value": 24.06
                  },
                  "override": true,
                  "points": 11579,
                  "referenceAmount": {
                    "currency": "AFN",
                    "value": 9.1
                  },
                  "taxType": "PROPORTIONAL"
                }
              },
              "type": "ELECTRONIC_MISC_DOCUMENT"
            }
          ],
          "associationId": 197,
          "baggagePoolId": 884,
          "boardingPasses": [
            {
              "barCode": "JxX1a71tUPYr9YMSNBRLmrsIvWJSOmjlY2kveztE",
              "boardingPassData": [
                {
                  "agent": {
                    "city": "DVp",
                    "country": "NF",
                    "sign": "MSV"
                  },
                  "baggage": {
                    "carryOnWeight": {
                      "unit": "KG",
                      "value": 9.3
                    },
                    "checkedInBaggage": {
                      "bagTagNumber": [
                        "12345678",
                        "87654321",
                        "11223344"
                      ],
                      "quantity": 1,
                      "totalWeight": {
                        "unit": "KG",
                        "value": 6.8
                      }
                    }
                  },
                  "bookingClass": "Z",
                  "cabinClass": "ECONOMY",
                  "checkInSequenceNumber": "837",
                  "deck": {
                    "code": "UPPER",
                    "value": "OTHER"
                  },
                  "displayData": {
                    "accommodation": "BUSINESS",
                    "agentCityName": "Fort Caryland",
                    "arrivalAirportName": "Port Rachaelstad",
                    "boardingPassOnlyText": "BOARDING PASS ONLY",
                    "boardingTime": "5978",
                    "cabinClassCode": "c",
                    "cabinText": "FIRST CLASS",
                    "carryOnText": "CARRY-ON",
                    "childText": "CHILD",
                    "commuterAirlineName": "[object Object]",
                    "commuterOperatedByText": "OPERATED BY",
                    "departureAirportName": "Corwinmouth",
                    "documentTypeText": "BOARDING PASS",
                    "doorCloseTime": "9509",
                    "edifactApiText": "API OK",
                    "entitlementTexts": {
                      "fastTrack": "FAST TRACK",
                      "loungeAccess": "LOUNGE XTRA",
                      "priorityBoarding": "PRIORITY"
                    },
                    "estimatedArrivalTime": "8097",
                    "estimatedDepartureDate": "2027-05-28T00:00:00.0Z",
                    "estimatedDepartureTime": "1449",
                    "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": "OiYV",
                    "plusInfantText": "PLUS INFANT",
                    "premiumText": "PREMIUM",
                    "priorityAaccessText": "PRIORITY AACCESS",
                    "priorityBoardingText": "PRIORITY BOARDING",
                    "priorityText": "PRIORITY",
                    "scheduledArrivalTime": "2703",
                    "scheduledDepartureDate": "2027-05-09T00:00:00.0Z",
                    "scheduledDepartureTime": "0948",
                    "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": "NO",
                    "arrivalTime": "2027-01-23T00:00:00.0Z",
                    "boardingTime": "1922-01-01T19:29:58.0Z",
                    "commuter": true,
                    "departureAirport": "[ob",
                    "departureCountry": "AE",
                    "departureFlightScheduleStatus": "ON_TIME",
                    "departureGate": "mD",
                    "departureTerminal": "l7",
                    "departureTime": "2027-06-13T00:00:00.0Z",
                    "equipment": "910",
                    "estimatedArrivalTime": "1915-03-10T07:37:16.0Z",
                    "estimatedDepartureTime": "1896-05-18T16:02:44.0Z",
                    "flightNumber": "1866",
                    "operatingAirline": "[ob",
                    "operatingFlightNumber": "54"
                  },
                  "group": "KEXIm7",
                  "loyaltyAccount": {
                    "id": "959cca06-d438-405f-88d3-2bcaf7aa7f9c",
                    "latestAwardDate": "2025-11-01",
                    "loyaltyTierLevel": {
                      "atpco": "07",
                      "customerInsight": "69",
                      "name": "gold",
                      "number": 3,
                      "priority": 6,
                      "tag": "CbL"
                    },
                    "memberAirline": "[ob",
                    "memberId": "5639981812",
                    "membershipStartDate": "2024-01-30",
                    "mileage": {
                      "unit": "MILES",
                      "value": 3639
                    },
                    "pnrId": "8",
                    "points": 53139,
                    "source": "SSCI"
                  },
                  "passengerFlightId": "x75nXjrBbv",
                  "personName": {
                    "first": "Libbie",
                    "last": "Fisher",
                    "middle": "Sawyer",
                    "prefix": "Mr.",
                    "raw": "Lynn Borer",
                    "suffix": "III"
                  },
                  "recordLocator": "GJDFYT",
                  "seatNumber": "1B",
                  "source": "EXTERNAL",
                  "standbyPriority": "Mh",
                  "supplementaryData": {
                    "dhsStatus": 2,
                    "exclusiveWaitingArea": true,
                    "infraeroElectronicStamp": "60855773510697",
                    "loungeAccess": false,
                    "selectee": false,
                    "skyPriority": false,
                    "spanishLargeFamily": true,
                    "spanishResident": false,
                    "tboAirport": "[ob",
                    "throughAirport": "[ob",
                    "throughCountry": "RE"
                  },
                  "ticketCouponNumber": "62",
                  "ticketNumber": {
                    "airlineAccountingCode": "790",
                    "checkDigit": "5",
                    "number": "02132233734572",
                    "serialNumber": "6013312272"
                  },
                  "zone": "8"
                },
                {
                  "agent": {
                    "city": "kpl",
                    "country": "MF",
                    "sign": "yJG"
                  },
                  "baggage": {
                    "carryOnWeight": {
                      "unit": "KG",
                      "value": 14.4
                    },
                    "checkedInBaggage": {
                      "bagTagNumber": [
                        "87654321",
                        "12345678",
                        "11223344"
                      ],
                      "quantity": 2,
                      "totalWeight": {
                        "unit": "LB",
                        "value": 4.2
                      }
                    }
                  },
                  "bookingClass": "X",
                  "cabinClass": "BUSINESS",
                  "checkInSequenceNumber": "512",
                  "deck": {
                    "code": "MAIN",
                    "value": "MAIN"
                  },
                  "displayData": {
                    "accommodation": "FIRST CLASS",
                    "agentCityName": "Araceliville",
                    "arrivalAirportName": "Little Rock",
                    "boardingPassOnlyText": "BOARDING PASS ONLY",
                    "boardingTime": "7075",
                    "cabinClassCode": "A",
                    "cabinText": "ECONOMY",
                    "carryOnText": "NO CARRY-ON",
                    "childText": "CHILD",
                    "commuterAirlineName": "[object Object]",
                    "commuterOperatedByText": "OPERATED BY",
                    "departureAirportName": "Cartwrightshire",
                    "documentTypeText": "BOARDING PASS",
                    "doorCloseTime": "8956",
                    "edifactApiText": "API ERROR",
                    "entitlementTexts": {
                      "fastTrack": "FAST TRACK",
                      "loungeAccess": "LOUNGE XTRA",
                      "priorityBoarding": "PRIORITY"
                    },
                    "estimatedArrivalTime": "3239",
                    "estimatedDepartureDate": "2027-02-26T00:00:00.0Z",
                    "estimatedDepartureTime": "2578",
                    "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": "x1fC",
                    "plusInfantText": "PLUS INFANT",
                    "premiumText": "PREMIUM",
                    "priorityAaccessText": "PRIORITY AACCESS",
                    "priorityBoardingText": "PRIORITY BOARDING",
                    "priorityText": "PRIORITY",
                    "scheduledArrivalTime": "0971",
                    "scheduledDepartureDate": "2026-09-19T00:00:00.0Z",
                    "scheduledDepartureTime": "8352",
                    "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": "VU",
                    "arrivalTime": "2026-07-14T00:00:00.0Z",
                    "boardingTime": "1948-01-20T04:21:58.0Z",
                    "commuter": false,
                    "departureAirport": "[ob",
                    "departureCountry": "BY",
                    "departureFlightScheduleStatus": "ON_TIME",
                    "departureGate": "ht",
                    "departureTerminal": "Dc",
                    "departureTime": "2026-09-11T00:00:00.0Z",
                    "equipment": "593",
                    "estimatedArrivalTime": "1967-06-26T09:20:42.0Z",
                    "estimatedDepartureTime": "1919-04-09T15:03:20.0Z",
                    "flightNumber": "66",
                    "operatingAirline": "[ob",
                    "operatingFlightNumber": "571"
                  },
                  "group": "pS9qSR",
                  "loyaltyAccount": {
                    "id": "c87a5187-bab8-4647-b60f-8fbcb6da8228",
                    "latestAwardDate": "2025-10-02",
                    "loyaltyTierLevel": {
                      "atpco": "25",
                      "customerInsight": "54",
                      "name": "platinum",
                      "number": 3,
                      "priority": 10,
                      "tag": "ZHH"
                    },
                    "memberAirline": "[ob",
                    "memberId": "6766493115",
                    "membershipStartDate": "2023-01-12",
                    "mileage": {
                      "unit": "MILES",
                      "value": 900
                    },
                    "pnrId": "1",
                    "points": 99423,
                    "source": "PNR"
                  },
                  "passengerFlightId": "kectKIhf9K",
                  "personName": {
                    "first": "Davion",
                    "last": "Bosco",
                    "middle": "Charlie",
                    "prefix": "Mr.",
                    "raw": "Albert MacGyver",
                    "suffix": "III"
                  },
                  "recordLocator": "YVPZHA",
                  "seatNumber": "35E",
                  "source": "EXTERNAL",
                  "standbyPriority": "aa",
                  "supplementaryData": {
                    "dhsStatus": 5,
                    "exclusiveWaitingArea": false,
                    "infraeroElectronicStamp": "91204738133343",
                    "loungeAccess": true,
                    "selectee": true,
                    "skyPriority": true,
                    "spanishLargeFamily": true,
                    "spanishResident": true,
                    "tboAirport": "[ob",
                    "throughAirport": "[ob",
                    "throughCountry": "GB"
                  },
                  "ticketCouponNumber": "60",
                  "ticketNumber": {
                    "airlineAccountingCode": "042",
                    "checkDigit": "5",
                    "number": "23542188992608",
                    "serialNumber": "3982335771"
                  },
                  "zone": "9"
                },
                {
                  "agent": {
                    "city": "AnP",
                    "country": "TD",
                    "sign": "LEa"
                  },
                  "baggage": {
                    "carryOnWeight": {
                      "unit": "KG",
                      "value": 4.8
                    },
                    "checkedInBaggage": {
                      "bagTagNumber": [
                        "11223344",
                        "12345678",
                        "87654321"
                      ],
                      "quantity": 3,
                      "totalWeight": {
                        "unit": "LB",
                        "value": 14.5
                      }
                    }
                  },
                  "bookingClass": "e",
                  "cabinClass": "FIRST",
                  "checkInSequenceNumber": "310",
                  "deck": {
                    "code": "MIDDLE",
                    "value": "UPPER"
                  },
                  "displayData": {
                    "accommodation": "FIRST CLASS",
                    "agentCityName": "Texas City",
                    "arrivalAirportName": "North Ila",
                    "boardingPassOnlyText": "BOARDING PASS ONLY",
                    "boardingTime": "8571",
                    "cabinClassCode": "t",
                    "cabinText": "FIRST CLASS",
                    "carryOnText": "NO CARRY-ON",
                    "childText": "CHILD",
                    "commuterAirlineName": "[object Object]",
                    "commuterOperatedByText": "OPERATED BY",
                    "departureAirportName": "Port Jacynthe",
                    "documentTypeText": "BOARDING PASS",
                    "doorCloseTime": "0488",
                    "edifactApiText": "API ERROR",
                    "entitlementTexts": {
                      "fastTrack": "FAST TRACK",
                      "loungeAccess": "LOUNGE XTRA",
                      "priorityBoarding": "PRIORITY"
                    },
                    "estimatedArrivalTime": "5781",
                    "estimatedDepartureDate": "2027-01-09T00:00:00.0Z",
                    "estimatedDepartureTime": "8879",
                    "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": "d4Lt",
                    "plusInfantText": "PLUS INFANT",
                    "premiumText": "PREMIUM",
                    "priorityAaccessText": "PRIORITY AACCESS",
                    "priorityBoardingText": "PRIORITY BOARDING",
                    "priorityText": "PRIORITY",
                    "scheduledArrivalTime": "3291",
                    "scheduledDepartureDate": "2027-04-24T00:00:00.0Z",
                    "scheduledDepartureTime": "0350",
                    "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": "TR",
                    "arrivalTime": "2027-06-08T00:00:00.0Z",
                    "boardingTime": "1898-10-27T21:09:42.0Z",
                    "commuter": false,
                    "departureAirport": "[ob",
                    "departureCountry": "SZ",
                    "departureFlightScheduleStatus": "CANCELLED",
                    "departureGate": "TI",
                    "departureTerminal": "a3",
                    "departureTime": "2026-10-03T00:00:00.0Z",
                    "equipment": "831",
                    "estimatedArrivalTime": "1954-05-08T21:05:44.0Z",
                    "estimatedDepartureTime": "1941-11-29T03:29:01.0Z",
                    "flightNumber": "28",
                    "operatingAirline": "[ob",
                    "operatingFlightNumber": "92"
                  },
                  "group": "ygAj2d",
                  "loyaltyAccount": {
                    "id": "c358b727-0dbb-4b0c-8feb-8d904a6e7179",
                    "latestAwardDate": "2025-07-15",
                    "loyaltyTierLevel": {
                      "atpco": "23",
                      "customerInsight": "58",
                      "name": "platinum",
                      "number": 4,
                      "priority": 5,
                      "tag": "Ybl"
                    },
                    "memberAirline": "[ob",
                    "memberId": "5369288478",
                    "membershipStartDate": "2022-10-18",
                    "mileage": {
                      "unit": "MILES",
                      "value": 3097
                    },
                    "pnrId": "7",
                    "points": 55323,
                    "source": "PNR"
                  },
                  "passengerFlightId": "mlTISD0WWQ",
                  "personName": {
                    "first": "Sherman",
                    "last": "Hartmann",
                    "middle": "Bowie",
                    "prefix": "Miss",
                    "raw": "Albert Tremblay",
                    "suffix": "V"
                  },
                  "recordLocator": "XDBHCH",
                  "seatNumber": "2C",
                  "source": "OTHER",
                  "standbyPriority": "EU",
                  "supplementaryData": {
                    "dhsStatus": 2,
                    "exclusiveWaitingArea": true,
                    "infraeroElectronicStamp": "00040109383126",
                    "loungeAccess": true,
                    "selectee": false,
                    "skyPriority": true,
                    "spanishLargeFamily": true,
                    "spanishResident": false,
                    "tboAirport": "[ob",
                    "throughAirport": "[ob",
                    "throughCountry": "AT"
                  },
                  "ticketCouponNumber": "72",
                  "ticketNumber": {
                    "airlineAccountingCode": "139",
                    "checkDigit": "0",
                    "number": "39641402093601",
                    "serialNumber": "4419701134"
                  },
                  "zone": "0"
                }
              ],
              "formattedBoardingPass": {
                "document": {
                  "contentType": "application/msword",
                  "name": "anti_materialise_seldom.[object Object]",
                  "value": "q2w7rAlcqfCLdL6ehDjTYHdEjotyIZjbrrSaS2OgEl7UlFp31hlXxrNeIHbt5LkF"
                },
                "image": {
                  "contentType": "text/csv",
                  "name": "twist_fairly.[object Object]",
                  "value": "yUec8OG8DQCQf3tAwG8yNhe0f1krcpJrySAICh6U5VX4IdFQYTWcjR1jxtO4GkfJ"
                },
                "pectab": {
                  "data": {
                    "contentType": "image/webp",
                    "name": "muffled_impact_scarily.[object Object]",
                    "value": "Mzh5njeDbcRuAInr4podWzdKT9qEExFw7JA8a0C9UVfwcbVTAwApqKN015pmjiQa"
                  },
                  "layout": {
                    "contentType": "image/jpeg",
                    "name": "attraction_the.[object Object]",
                    "value": "7dNQGYLUMRpCasf9LnM9ISEinHWekiRFsrnzIJaCkD9Cxsb38bm6pEW596FNO1A3"
                  },
                  "template": {
                    "contentType": "application/vnd.ms-excel",
                    "name": "gadzooks.[object Object]",
                    "value": "Fr6nAOoE1AWpB6PNGJJ9xEu8JKwF7RewfcBoNxfdZm3VS8aa3q6X9KrcgZVZAuRs"
                  },
                  "templates": [
                    {
                      "contentType": "application/octet-stream",
                      "name": "better_at_even.[object Object]",
                      "value": "2KNIJTQRxL0OJH3sfAx9qpkcsepJixjOqEjfIIm6XJMKNi2JKG5ziPrDr4ePobHC"
                    },
                    {
                      "contentType": "application/gzip",
                      "name": "unethically_trusting.[object Object]",
                      "value": "GakpVJnEJzdsCOKIRcmlWLg3a59XU8slw2rW8IMy4EfbHWs6w2qHkBSRb2b0XYc9"
                    },
                    {
                      "contentType": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
                      "name": "schematise_even_these.[object Object]",
                      "value": "limflg0inbSecdz52FAjJAGKJwcpilFJuKGgsEiXBZoRUmNKjqj3QBXSnpYPwQwI"
                    },
                    {
                      "contentType": "text/javascript",
                      "name": "transom_hence_welcome.[object Object]",
                      "value": "DjBktxsDG2K1zvA7VaC3tr3vXJY6be85bwaTlIqZ4X7azj4dTijxfAdQZGAL3yFo"
                    },
                    {
                      "contentType": "text/html",
                      "name": "supposing_ugh.[object Object]",
                      "value": "SUwsqsWFNw2JcRaDlld0L2lsnPGCvcP4lu45mwZzNi6FwF9rVAd1jCbrFjqdwLn9"
                    }
                  ]
                },
                "supplementaryData": {
                  "accommodation": "FIRST CLASS",
                  "selectee": true,
                  "skyPriority": true,
                  "zone": "0"
                },
                "zpl": {
                  "contentType": "audio/midi",
                  "name": "machine.[object Object]",
                  "value": "hnrvfqDHpRWAIKr3PgECq6g5PcxtEVtxzfji4u7wHyN9LwAVu3sS8YqjFQsWAHtJ"
                }
              },
              "passengerFlightIds": [
                "id01",
                "id02"
              ],
              "type": "BOARDING_PASS"
            }
          ],
          "checkedBaggage": [
            {
              "airExtraRefs": [
                "id01",
                "id02"
              ],
              "airline": "ze",
              "baggageTagTypes": [
                {
                  "code": "y",
                  "description": "FRAGILE",
                  "reason": [
                    {
                      "code": "02",
                      "description": "nGlnxGOVcTGJaFx"
                    },
                    {
                      "code": "29",
                      "description": "ciYjCdLuMqbZcIk"
                    },
                    {
                      "code": "43",
                      "description": "UgBpzkCJdelQvWr"
                    },
                    {
                      "code": "72",
                      "description": "nPFoirwzCUciDIq"
                    },
                    {
                      "code": "39",
                      "description": "uVOuoWZEgJtdTud"
                    }
                  ]
                },
                {
                  "code": "S",
                  "description": "FRAGILE",
                  "reason": [
                    {
                      "code": "04",
                      "description": "GzkkrWSOTXXiCgf"
                    },
                    {
                      "code": "73",
                      "description": "gtSHALcfyRCzpqg"
                    },
                    {
                      "code": "58",
                      "description": "rWpKxphPEMlmAYn"
                    },
                    {
                      "code": "62",
                      "description": "HOMkHUaPKJxzwii"
                    }
                  ]
                },
                {
                  "code": "D",
                  "description": "DAMAGED",
                  "reason": [
                    {
                      "code": "30",
                      "description": "zrurTclvsNYQcky"
                    },
                    {
                      "code": "53",
                      "description": "OsGpHiNLMvaFhZm"
                    },
                    {
                      "code": "54",
                      "description": "FLejVuhdWztLxsm"
                    },
                    {
                      "code": "03",
                      "description": "OhpfeUwrrXLFxGi"
                    },
                    {
                      "code": "66",
                      "description": "fbTFnzeNUVxhWWK"
                    }
                  ]
                }
              ],
              "bagTag": {
                "ancillaryBagType": "STANDARD",
                "arrivalAirport": "gKC",
                "bagTagNumber": "VyiG51eqhC",
                "bagTagState": "INACTIVE",
                "departureAirport": "RzX",
                "excludeFromSubsequentBagCalculation": true
              },
              "freeBaggageAllowance": false,
              "id": "1fcb3426-e0d4-4e34-89f4-f7c6c421104e",
              "segmentRefs": [
                "id01",
                "id02"
              ],
              "size": {
                "unit": "FEET",
                "value": 57
              },
              "status": "CHECKED_IN",
              "weight": {
                "unit": "KILOGRAM",
                "value": 21.4
              }
            },
            {
              "airExtraRefs": [
                "id01",
                "id02"
              ],
              "airline": "Mn",
              "baggageTagTypes": [
                {
                  "code": "q",
                  "description": "DAMAGED",
                  "reason": [
                    {
                      "code": "67",
                      "description": "zUGsJbdsEbgiUrm"
                    },
                    {
                      "code": "16",
                      "description": "ikRDmEkbaEKWbVU"
                    }
                  ]
                },
                {
                  "code": "m",
                  "description": "FRAGILE",
                  "reason": [
                    {
                      "code": "06",
                      "description": "cWdfXOqQKnrLIeP"
                    },
                    {
                      "code": "64",
                      "description": "aTvwETXZTSGpyYJ"
                    }
                  ]
                },
                {
                  "code": "m",
                  "description": "DAMAGED",
                  "reason": [
                    {
                      "code": "78",
                      "description": "XqDNLPELlkDAxdn"
                    }
                  ]
                }
              ],
              "bagTag": {
                "ancillaryBagType": "STANDARD",
                "arrivalAirport": "jOj",
                "bagTagNumber": "0i0Y8izeBe",
                "bagTagState": "ACTIVE",
                "departureAirport": "cop",
                "excludeFromSubsequentBagCalculation": true
              },
              "freeBaggageAllowance": false,
              "id": "16aafc69-df10-405f-a72a-b792ec0bbbf5",
              "segmentRefs": [
                "id01",
                "id02"
              ],
              "size": {
                "unit": "FEET",
                "value": 172
              },
              "status": "CHECKED_IN",
              "weight": {
                "unit": "KILOGRAM",
                "value": 12.9
              }
            },
            {
              "airExtraRefs": [
                "id01",
                "id02"
              ],
              "airline": "yT",
              "baggageTagTypes": [
                {
                  "code": "z",
                  "description": "DAMAGED",
                  "reason": [
                    {
                      "code": "39",
                      "description": "ILdoLWuvwVcsbyx"
                    },
                    {
                      "code": "79",
                      "description": "oUnaqFpTNaabdKm"
                    },
                    {
                      "code": "51",
                      "description": "ksqVAilzGEKFNxE"
                    },
                    {
                      "code": "73",
                      "description": "VobdUKHWfROEWfE"
                    },
                    {
                      "code": "29",
                      "description": "CnRlyqSqBZqbhxu"
                    }
                  ]
                },
                {
                  "code": "d",
                  "description": "STANDARD",
                  "reason": [
                    {
                      "code": "46",
                      "description": "grzyscjBawkvqVj"
                    },
                    {
                      "code": "90",
                      "description": "oJbCoKPcGDfoEXq"
                    },
                    {
                      "code": "21",
                      "description": "jiWFnnAdsMrlcpv"
                    }
                  ]
                },
                {
                  "code": "I",
                  "description": "FRAGILE",
                  "reason": [
                    {
                      "code": "07",
                      "description": "CFxRmZrmfnTWDCN"
                    },
                    {
                      "code": "09",
                      "description": "tPazQNcuFDLFOEe"
                    },
                    {
                      "code": "51",
                      "description": "TLZeLIxhCGsIIjI"
                    },
                    {
                      "code": "18",
                      "description": "GTmimAndKZXATle"
                    },
                    {
                      "code": "05",
                      "description": "EIbiCthsubJcUHW"
                    }
                  ]
                },
                {
                  "code": "M",
                  "description": "DAMAGED",
                  "reason": [
                    {
                      "code": "88",
                      "description": "hCTZOapqDXdsbcs"
                    },
                    {
                      "code": "03",
                      "description": "hsyyfhzQfkOSDoW"
                    },
                    {
                      "code": "14",
                      "description": "tPpoutdbqlyVXqD"
                    },
                    {
                      "code": "01",
                      "description": "WwkTgUUhMHGlwod"
                    },
                    {
                      "code": "28",
                      "description": "YTuxLgjqfPPMcJA"
                    }
                  ]
                },
                {
                  "code": "C",
                  "description": "FRAGILE",
                  "reason": [
                    {
                      "code": "09",
                      "description": "bQtdirJqaGyPeuH"
                    },
                    {
                      "code": "88",
                      "description": "VhHxkMOyVUmGEBb"
                    },
                    {
                      "code": "72",
                      "description": "FDEnPKjEtiDWKlf"
                    },
                    {
                      "code": "87",
                      "description": "kiIxipLqsBaDWmQ"
                    }
                  ]
                }
              ],
              "bagTag": {
                "ancillaryBagType": "OTHER",
                "arrivalAirport": "Yua",
                "bagTagNumber": "zcvyFw34RP",
                "bagTagState": "ACTIVE",
                "departureAirport": "LHt",
                "excludeFromSubsequentBagCalculation": false
              },
              "freeBaggageAllowance": false,
              "id": "58ded059-9470-4d58-bdd4-a9eb7895fd6c",
              "segmentRefs": [
                "id01",
                "id02"
              ],
              "size": {
                "unit": "CENTIMETER",
                "value": 77
              },
              "status": "NOT_CHECKED_IN",
              "weight": {
                "unit": "KILOGRAM",
                "value": 26.5
              }
            },
            {
              "airExtraRefs": [
                "id01",
                "id02"
              ],
              "airline": "lU",
              "baggageTagTypes": [
                {
                  "code": "P",
                  "description": "DAMAGED",
                  "reason": [
                    {
                      "code": "56",
                      "description": "VUYnZUPtsrFQNlv"
                    },
                    {
                      "code": "53",
                      "description": "lhqrcrpMEcdfIoa"
                    },
                    {
                      "code": "60",
                      "description": "fYUdqgcEOwpuiCx"
                    }
                  ]
                },
                {
                  "code": "z",
                  "description": "DAMAGED",
                  "reason": [
                    {
                      "code": "95",
                      "description": "HxdJHzvDFSsmEHx"
                    },
                    {
                      "code": "29",
                      "description": "lcaMStQIbEgoBRi"
                    },
                    {
                      "code": "12",
                      "description": "fYGCAxVCgZtbTvG"
                    },
                    {
                      "code": "14",
                      "description": "vLoxXCsKDDgpMUL"
                    },
                    {
                      "code": "79",
                      "description": "fuGadeMQhmSULLa"
                    }
                  ]
                },
                {
                  "code": "v",
                  "description": "DAMAGED",
                  "reason": [
                    {
                      "code": "98",
                      "description": "rxGTHNQvRovnrik"
                    },
                    {
                      "code": "98",
                      "description": "qxTyhNpciniseDt"
                    },
                    {
                      "code": "46",
                      "description": "QZVHMwafdteDZqr"
                    }
                  ]
                },
                {
                  "code": "K",
                  "description": "STANDARD",
                  "reason": [
                    {
                      "code": "82",
                      "description": "CsdYMfWueoQVUoJ"
                    },
                    {
                      "code": "05",
                      "description": "BiLUrCZBTnFtljE"
                    },
                    {
                      "code": "44",
                      "description": "nliBRCITBbrwwSl"
                    }
                  ]
                },
                {
                  "code": "p",
                  "description": "STANDARD",
                  "reason": [
                    {
                      "code": "41",
                      "description": "hEqpSNuoeoiYdCG"
                    },
                    {
                      "code": "23",
                      "description": "DqecHGttPuxakwc"
                    }
                  ]
                }
              ],
              "bagTag": {
                "ancillaryBagType": "OTHER",
                "arrivalAirport": "AJO",
                "bagTagNumber": "zh9Qgs4ChE",
                "bagTagState": "INACTIVE",
                "departureAirport": "sam",
                "excludeFromSubsequentBagCalculation": true
              },
              "freeBaggageAllowance": false,
              "id": "24239b0d-7930-4528-a891-2c38cc447e5e",
              "segmentRefs": [
                "id01",
                "id02"
              ],
              "size": {
                "unit": "CENTIMETER",
                "value": 108
              },
              "status": "CHECKED_IN",
              "weight": {
                "unit": "KILOGRAM",
                "value": 42
              }
            }
          ],
          "contactDetails": {
            "address": [
              {
                "city": "El Paso",
                "companyName": "O'Keefe - Murphy",
                "country": "GB",
                "id": "170c6221-566e-4d7f-bf51-dd619824fbe6",
                "personName": {
                  "first": "Jayne",
                  "last": "Feil",
                  "middle": "North",
                  "prefix": "Miss",
                  "raw": "Mindy Kulas II",
                  "suffix": "Sr."
                },
                "postalCode": "92794-9078",
                "stateProvince": "Maryland",
                "street1": "40800 Bedford Road",
                "street2": "Suite 968",
                "type": "HOME"
              },
              {
                "city": "Marquardtstad",
                "companyName": "Howe, Wolf and Gerhold",
                "country": "RW",
                "id": "4f875eb5-e08a-4c67-a68b-ae59799a8b3c",
                "personName": {
                  "first": "Rashawn",
                  "last": "Schaefer",
                  "middle": "Sage",
                  "prefix": "Mr.",
                  "raw": "Emily Konopelski",
                  "suffix": "Sr."
                },
                "postalCode": "99039",
                "stateProvince": "Nebraska",
                "street1": "1356 Oxford Road",
                "street2": "Suite 596",
                "type": "HOME"
              },
              {
                "city": "East Honolulu",
                "companyName": "Hand - Gulgowski",
                "country": "NZ",
                "id": "fe09754d-2c7a-445e-b99e-9d525e7e99d8",
                "personName": {
                  "first": "Guy",
                  "last": "Pfannerstill",
                  "middle": "Avery",
                  "prefix": "Dr.",
                  "raw": "Dr. Carlos Reichel",
                  "suffix": "MD"
                },
                "postalCode": "57739-6392",
                "stateProvince": "South Dakota",
                "street1": "83328 Mann Brook",
                "street2": "Apt. 121",
                "type": "HOME"
              },
              {
                "city": "Marlintown",
                "companyName": "Kuvalis and Sons",
                "country": "ES",
                "id": "24a3b70c-0951-4bb3-a4fc-1bf6b0f99226",
                "personName": {
                  "first": "Whitney",
                  "last": "Daniel",
                  "middle": "Jaden",
                  "prefix": "Mr.",
                  "raw": "Mona Feeney",
                  "suffix": "Sr."
                },
                "postalCode": "78435",
                "stateProvince": "North Carolina",
                "street1": "71239 Moore Valley",
                "street2": "Apt. 897",
                "type": "HOME"
              }
            ],
            "email": [
              {
                "id": "e39e74d3-017a-4fe5-886a-db62fc642b85",
                "type": "PERSONAL",
                "value": "Luella.Metz@gmail.com"
              },
              {
                "id": "cb64b455-2330-461c-b024-b0e82e4cd273",
                "type": "PERSONAL",
                "value": "Jerry_Satterfield@gmail.com"
              },
              {
                "id": "ab07cb92-95f8-405f-b39c-99a5642ab8c0",
                "type": "PERSONAL",
                "value": "Rae.Emmerich81@yahoo.com"
              },
              {
                "id": "209d83fc-14d9-4821-b4cc-40f55f99db49",
                "type": "PERSONAL",
                "value": "Wendell.Franecki@gmail.com"
              },
              {
                "id": "5078a194-b7a5-4cd0-9ae7-36b54781ada1",
                "type": "PERSONAL",
                "value": "Garry.Sporer61@yahoo.com"
              }
            ],
            "phone": [
              {
                "allowedSMS": true,
                "areaCode": "536",
                "carrier": "SPRINT",
                "countryCode": "78",
                "extension": "530",
                "id": "ca682c3b-71bf-441d-bac7-6395b74aa34b",
                "number": "05329115",
                "type": "MOBILE"
              }
            ]
          },
          "contactTracingDetails": {
            "emails": [
              {
                "countryCode": "PS",
                "id": "c853b406-a7f2-45d0-9eb5-c4b8b6204bcb",
                "value": "Samson14@gmail.com"
              },
              {
                "countryCode": "NR",
                "id": "9d80abc1-2c86-486c-9799-2e286785541c",
                "value": "Erna.Weber@gmail.com"
              },
              {
                "countryCode": "TO",
                "id": "0e6725cd-75eb-4595-88cc-a906e3775dd7",
                "value": "Mathew.Spinka18@hotmail.com"
              },
              {
                "countryCode": "GM",
                "id": "4b906a5d-b058-4f7d-9cea-451ccd95d1c5",
                "value": "Eldred.Heaney@gmail.com"
              },
              {
                "countryCode": "JO",
                "id": "3ecc4af3-ff5c-4e27-8841-bdf18ae976ed",
                "value": "Kelli21@hotmail.com"
              }
            ],
            "phones": [
              {
                "countryCode": "CF",
                "id": "3343ec8f-07b5-4af5-a638-91e246590750",
                "value": "Nicola_Swift91@yahoo.com"
              },
              {
                "countryCode": "GE",
                "id": "b394af1f-3384-49e4-b010-af80141dd245",
                "value": "Earlene_Sawayn8@hotmail.com"
              },
              {
                "countryCode": "NL",
                "id": "29367ca8-e407-4623-b335-89bd96a4c84e",
                "value": "Velma_Boyer78@hotmail.com"
              },
              {
                "countryCode": "PF",
                "id": "524c7fbd-d3e7-430e-90a1-1c07eaa3c215",
                "value": "Arvel_Fadel75@yahoo.com"
              }
            ]
          },
          "dateOfBirth": "1962-10-03",
          "eligibilities": {
            "eligibility": [
              {
                "notEligible": false,
                "reason": [
                  {
                    "category": "BOOKING_CANCELLED",
                    "details": "rkIOZTWAcPF2gghePXKl",
                    "message": "Booking has been cancelled.",
                    "property": [
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "901"
                      },
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "674"
                      }
                    ]
                  },
                  {
                    "category": "MISSING_DOCUMENT",
                    "details": "VaYsEBLX4FYiF7erLkrH",
                    "message": "It is too early for check-in.",
                    "property": [
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "220"
                      },
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "793"
                      },
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "097"
                      },
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "713"
                      },
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "925"
                      }
                    ]
                  },
                  {
                    "category": "BOOKING_CANCELLED",
                    "details": "Q6chZZmw1UDVUMq4ERAi",
                    "message": "Required travel document is missing.",
                    "property": [
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "939"
                      },
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "594"
                      },
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "141"
                      },
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "829"
                      }
                    ]
                  }
                ],
                "type": "CHECK_IN"
              },
              {
                "notEligible": false,
                "reason": [
                  {
                    "category": "MISSING_DOCUMENT",
                    "details": "LPTziQkHFxXETk0bjCAb",
                    "message": "Booking has been cancelled.",
                    "property": [
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "331"
                      }
                    ]
                  },
                  {
                    "category": "TOO_EARLY_FOR_CHECK_IN",
                    "details": "rLxpM6AgRNmnrMUHcMy1",
                    "message": "Required travel document is missing.",
                    "property": [
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "904"
                      }
                    ]
                  },
                  {
                    "category": "MISSING_DOCUMENT",
                    "details": "MSasvvJyOeZVXoOwy8Bv",
                    "message": "Required travel document is missing.",
                    "property": [
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "919"
                      },
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "852"
                      },
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "794"
                      },
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "092"
                      },
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "112"
                      }
                    ]
                  },
                  {
                    "category": "INSUFFICIENT_FUNDS",
                    "details": "ddAVER3lQHpYiXgQjojy",
                    "message": "This flight is not eligible.",
                    "property": [
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "044"
                      },
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "219"
                      },
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "222"
                      },
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "272"
                      },
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "168"
                      }
                    ]
                  },
                  {
                    "category": "MISSING_DOCUMENT",
                    "details": "NIE0wDTH2HBf2qyjmAzA",
                    "message": "This flight is not eligible.",
                    "property": [
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "114"
                      },
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "322"
                      },
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "974"
                      },
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "300"
                      }
                    ]
                  }
                ],
                "type": "CHECK_IN"
              },
              {
                "notEligible": false,
                "reason": [
                  {
                    "category": "MISSING_DOCUMENT",
                    "details": "Jq02VTnVwZCS0O9CykLn",
                    "message": "Payment processing failed.",
                    "property": [
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "583"
                      },
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "961"
                      },
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "053"
                      },
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "442"
                      },
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "280"
                      }
                    ]
                  },
                  {
                    "category": "TOO_EARLY_FOR_CHECK_IN",
                    "details": "Ou5pf6w8QE4rBvi3lSCT",
                    "message": "Required travel document is missing.",
                    "property": [
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "557"
                      }
                    ]
                  },
                  {
                    "category": "MISSING_DOCUMENT",
                    "details": "QK5NbiClR3WY1gDctoyV",
                    "message": "It is too early for check-in.",
                    "property": [
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "932"
                      },
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "685"
                      },
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "852"
                      },
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "760"
                      },
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "705"
                      }
                    ]
                  }
                ],
                "type": "CHECK_IN"
              },
              {
                "notEligible": false,
                "reason": [
                  {
                    "category": "INVALID_FLIGHT",
                    "details": "W4mQdfzDlxv1OypmaCHM",
                    "message": "Booking has been cancelled.",
                    "property": [
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "324"
                      },
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "000"
                      }
                    ]
                  },
                  {
                    "category": "TOO_EARLY_FOR_CHECK_IN",
                    "details": "N7DFCMXHgXa8aOQIuvlk",
                    "message": "Booking has been cancelled.",
                    "property": [
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "640"
                      },
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "389"
                      }
                    ]
                  },
                  {
                    "category": "INSUFFICIENT_FUNDS",
                    "details": "hbin5MXJZhYlIRNWORjp",
                    "message": "It is too early for check-in.",
                    "property": [
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "416"
                      },
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "360"
                      },
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "744"
                      }
                    ]
                  }
                ],
                "type": "CHECK_IN"
              }
            ]
          },
          "emd": [
            {
              "agent": {
                "duty": "pA",
                "homeBranch": "49309",
                "homeLocation": "KFh",
                "homeStation": "9822",
                "lniata": "qGD776",
                "sine": "AXo",
                "stationLocation": "DCn",
                "stationNumber": "4560",
                "ticketingProvider": {
                  "checkDigit": "8",
                  "name": "Osinski and Sons",
                  "number": "003",
                  "value": "oL"
                },
                "type": "q",
                "workLocation": "kwb"
              },
              "customer": [
                {
                  "purchaser": {
                    "firstName": "Benjamin",
                    "lastName": "Ferry",
                    "name": "Jenny Cronin"
                  },
                  "traveler": {
                    "externalNumber": "96281904",
                    "firstName": "Alexzander",
                    "lastName": "Romaguera",
                    "name": "Elijah Kris",
                    "passengerType": "ADT"
                  }
                },
                {
                  "purchaser": {
                    "firstName": "Ivy",
                    "lastName": "Labadie",
                    "name": "Cassandra Ernser"
                  },
                  "traveler": {
                    "externalNumber": "10593425",
                    "firstName": "Reginald",
                    "lastName": "Dickens",
                    "name": "Allison Howell",
                    "passengerType": "INF"
                  }
                },
                {
                  "purchaser": {
                    "firstName": "Beulah",
                    "lastName": "Christiansen",
                    "name": "Jackie Roberts"
                  },
                  "traveler": {
                    "externalNumber": "34491015",
                    "firstName": "Carter",
                    "lastName": "Osinski",
                    "name": "Dianna Cormier",
                    "passengerType": "CHD"
                  }
                },
                {
                  "purchaser": {
                    "firstName": "Flossie",
                    "lastName": "Toy",
                    "name": "Jeff Bernhard"
                  },
                  "traveler": {
                    "externalNumber": "58136753",
                    "firstName": "Reggie",
                    "lastName": "Stokes",
                    "name": "Dr. Seth Kovacek",
                    "passengerType": "CHD"
                  }
                }
              ],
              "emdCoupon": [
                {
                  "classOfService": "y",
                  "couponNumber": "20",
                  "endLocation": "VAT",
                  "marketingFlightNumber": "9035",
                  "marketingProvider": {
                    "checkDigit": "7",
                    "name": "Nikolaus, Vandervort and Abshire",
                    "number": "138",
                    "value": "YM"
                  },
                  "startDateTime": "2027-03-16T00:00:00.0Z",
                  "startLocation": "fWk"
                },
                {
                  "classOfService": "y",
                  "couponNumber": "47",
                  "endLocation": "QQy",
                  "marketingFlightNumber": "1334",
                  "marketingProvider": {
                    "checkDigit": "6",
                    "name": "Bruen, Daugherty and Dickens",
                    "number": "009",
                    "value": "xf"
                  },
                  "startDateTime": "2027-01-29T00:00:00.0Z",
                  "startLocation": "GkH"
                },
                {
                  "classOfService": "B",
                  "couponNumber": "65",
                  "endLocation": "xvb",
                  "marketingFlightNumber": "4582",
                  "marketingProvider": {
                    "checkDigit": "2",
                    "name": "Mills, Koepp and Schimmel",
                    "number": "019",
                    "value": "bP"
                  },
                  "startDateTime": "2027-02-07T00:00:00.0Z",
                  "startLocation": "owF"
                },
                {
                  "classOfService": "q",
                  "couponNumber": "61",
                  "endLocation": "Aqd",
                  "marketingFlightNumber": "8140",
                  "marketingProvider": {
                    "checkDigit": "7",
                    "name": "Heaney - Konopelski",
                    "number": "395",
                    "value": "dP"
                  },
                  "startDateTime": "2027-04-01T00:00:00.0Z",
                  "startLocation": "lPo"
                }
              ],
              "emdNumber": {
                "number": "79642074948398"
              },
              "fareCalculationDetails": "cLpVukDSpTpJyQMp6bIw",
              "fareCalculationMode": "0",
              "issueTime": "2025-12-22T00:00:00.0Z",
              "miscellaneous": [
                {
                  "associatedTicketNumber": {
                    "associationType": "YMo",
                    "checkDigit": "0",
                    "couponNumber": "44",
                    "value": "1461906738605"
                  },
                  "emdCoupon": [
                    {
                      "classOfService": "f",
                      "couponNumber": "63",
                      "endLocation": "Yej",
                      "marketingFlightNumber": "2405",
                      "marketingProvider": {
                        "checkDigit": "6",
                        "name": "Homenick, Lueilwitz and Auer",
                        "number": "115",
                        "value": "SI"
                      },
                      "startDateTime": "2026-07-03T00:00:00.0Z",
                      "startLocation": "UKT"
                    },
                    {
                      "classOfService": "J",
                      "couponNumber": "40",
                      "endLocation": "vlz",
                      "marketingFlightNumber": "7791",
                      "marketingProvider": {
                        "checkDigit": "7",
                        "name": "Klocko - Bergnaum",
                        "number": "772",
                        "value": "wZ"
                      },
                      "startDateTime": "2026-10-10T00:00:00.0Z",
                      "startLocation": "kav"
                    }
                  ],
                  "fee": {
                    "base": {
                      "text": "373390",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "BND",
                        "value": 486.17
                      },
                      "valueCode": "3EIY"
                    },
                    "code": "NnKc",
                    "coupon": 5,
                    "description": "The violet Car combines Mongolia aesthetics with Krypton-based durability",
                    "equivalent": {
                      "text": "567401",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "ZAR",
                        "value": 344.47
                      },
                      "valueCode": "9ztG"
                    },
                    "quantity": 4,
                    "total": {
                      "text": "884549",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "SDG",
                        "value": 349.57
                      },
                      "valueCode": "93A8"
                    },
                    "totalTax": {
                      "text": "894987",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "PGK",
                        "value": 51.61
                      },
                      "valueCode": "xYFo"
                    }
                  },
                  "optionalService": {
                    "feeProvider": {
                      "checkDigit": "3",
                      "name": "Shanahan, Murazik and Langworth",
                      "number": "856",
                      "value": "dB"
                    },
                    "group": "Rcdwr",
                    "indicators": {
                      "consumed": "t",
                      "feeOverride": "N",
                      "taxExempt": "D"
                    },
                    "journeyType": "qR",
                    "reason": "EIKDNfGLex"
                  },
                  "tax": [
                    {
                      "tax": [
                        {
                          "exempt": true,
                          "name": "FYLONoEnsv",
                          "sequence": 2,
                          "status": "pN",
                          "taxCode": "LOh",
                          "text": "588955",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "BSD",
                            "value": 273.9
                          },
                          "valueCode": "40Hh"
                        },
                        {
                          "exempt": true,
                          "name": "tQgxnZppRt",
                          "sequence": 1,
                          "status": "tw",
                          "taxCode": "Row",
                          "text": "156331",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "MVR",
                            "value": 35.13
                          },
                          "valueCode": "RTog"
                        },
                        {
                          "exempt": false,
                          "name": "SyrOGhvckc",
                          "sequence": 4,
                          "status": "PW",
                          "taxCode": "PaL",
                          "text": "471660",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "ILS",
                            "value": 464.33
                          },
                          "valueCode": "ziPO"
                        },
                        {
                          "exempt": true,
                          "name": "NYGghamLNF",
                          "sequence": 2,
                          "status": "hW",
                          "taxCode": "Yhp",
                          "text": "623031",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "GMD",
                            "value": 121.92
                          },
                          "valueCode": "SZrN"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": false,
                          "name": "NowNmiwmYw",
                          "sequence": 2,
                          "status": "PX",
                          "taxCode": "Meq",
                          "text": "848808",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "MMK",
                            "value": 70.69
                          },
                          "valueCode": "yQnI"
                        },
                        {
                          "exempt": true,
                          "name": "HMfHQhWwXz",
                          "sequence": 1,
                          "status": "SK",
                          "taxCode": "Oni",
                          "text": "089663",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "MOP",
                            "value": 34.44
                          },
                          "valueCode": "CXcB"
                        },
                        {
                          "exempt": true,
                          "name": "FfqFPOkfMm",
                          "sequence": 4,
                          "status": "KY",
                          "taxCode": "DOz",
                          "text": "970794",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "PLN",
                            "value": 367.35
                          },
                          "valueCode": "RNme"
                        },
                        {
                          "exempt": false,
                          "name": "mKjiIuCwOe",
                          "sequence": 5,
                          "status": "CJ",
                          "taxCode": "ayE",
                          "text": "775870",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "CAD",
                            "value": 203.45
                          },
                          "valueCode": "UG3D"
                        },
                        {
                          "exempt": true,
                          "name": "ucyNhTymZp",
                          "sequence": 5,
                          "status": "bt",
                          "taxCode": "Hjs",
                          "text": "630803",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "ETB",
                            "value": 155.35
                          },
                          "valueCode": "dFAp"
                        }
                      ]
                    }
                  ]
                },
                {
                  "associatedTicketNumber": {
                    "associationType": "Prp",
                    "checkDigit": "6",
                    "couponNumber": "76",
                    "value": "8561528352736"
                  },
                  "emdCoupon": [
                    {
                      "classOfService": "o",
                      "couponNumber": "15",
                      "endLocation": "OVH",
                      "marketingFlightNumber": "6687",
                      "marketingProvider": {
                        "checkDigit": "5",
                        "name": "Veum - O'Keefe",
                        "number": "426",
                        "value": "zP"
                      },
                      "startDateTime": "2026-10-07T00:00:00.0Z",
                      "startLocation": "Rbz"
                    },
                    {
                      "classOfService": "g",
                      "couponNumber": "04",
                      "endLocation": "xhs",
                      "marketingFlightNumber": "7504",
                      "marketingProvider": {
                        "checkDigit": "8",
                        "name": "Kunze Group",
                        "number": "011",
                        "value": "Gu"
                      },
                      "startDateTime": "2027-01-04T00:00:00.0Z",
                      "startLocation": "xFx"
                    },
                    {
                      "classOfService": "H",
                      "couponNumber": "56",
                      "endLocation": "JcT",
                      "marketingFlightNumber": "0098",
                      "marketingProvider": {
                        "checkDigit": "8",
                        "name": "Reilly - Nikolaus",
                        "number": "497",
                        "value": "vZ"
                      },
                      "startDateTime": "2027-02-22T00:00:00.0Z",
                      "startLocation": "vLC"
                    }
                  ],
                  "fee": {
                    "base": {
                      "text": "789413",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "USD",
                        "value": 143.95
                      },
                      "valueCode": "CUV4"
                    },
                    "code": "Y5Wl",
                    "coupon": 7,
                    "description": "Featuring Tungsten-enhanced technology, our Cheese offers unparalleled plain performance",
                    "equivalent": {
                      "text": "579332",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "BND",
                        "value": 264.07
                      },
                      "valueCode": "8tqS"
                    },
                    "quantity": 5,
                    "total": {
                      "text": "206885",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "MNT",
                        "value": 303.74
                      },
                      "valueCode": "POKY"
                    },
                    "totalTax": {
                      "text": "467802",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "MMK",
                        "value": 486.04
                      },
                      "valueCode": "fxIF"
                    }
                  },
                  "optionalService": {
                    "feeProvider": {
                      "checkDigit": "0",
                      "name": "Cummerata - Russel",
                      "number": "306",
                      "value": "yd"
                    },
                    "group": "JFpRC",
                    "indicators": {
                      "consumed": "N",
                      "feeOverride": "m",
                      "taxExempt": "s"
                    },
                    "journeyType": "PD",
                    "reason": "LxjBLsVglm"
                  },
                  "tax": [
                    {
                      "tax": [
                        {
                          "exempt": false,
                          "name": "UXlsuDnhzx",
                          "sequence": 5,
                          "status": "kl",
                          "taxCode": "hbW",
                          "text": "583252",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "CZK",
                            "value": 303.26
                          },
                          "valueCode": "6Gzj"
                        },
                        {
                          "exempt": false,
                          "name": "nndfBHEudj",
                          "sequence": 4,
                          "status": "sv",
                          "taxCode": "UzB",
                          "text": "669364",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "SRD",
                            "value": 23.1
                          },
                          "valueCode": "Zf4x"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": false,
                          "name": "DenoYqynIs",
                          "sequence": 5,
                          "status": "PB",
                          "taxCode": "BIE",
                          "text": "502994",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "XAF",
                            "value": 452.82
                          },
                          "valueCode": "x2U1"
                        },
                        {
                          "exempt": true,
                          "name": "nykHETPBbI",
                          "sequence": 3,
                          "status": "HT",
                          "taxCode": "lEr",
                          "text": "708649",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "SLE",
                            "value": 196.53
                          },
                          "valueCode": "WeuH"
                        },
                        {
                          "exempt": false,
                          "name": "GIfORmPWWs",
                          "sequence": 5,
                          "status": "ju",
                          "taxCode": "XZS",
                          "text": "034828",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "RUB",
                            "value": 356.82
                          },
                          "valueCode": "Y663"
                        }
                      ]
                    }
                  ]
                },
                {
                  "associatedTicketNumber": {
                    "associationType": "uEU",
                    "checkDigit": "2",
                    "couponNumber": "48",
                    "value": "7731025881180"
                  },
                  "emdCoupon": [
                    {
                      "classOfService": "H",
                      "couponNumber": "92",
                      "endLocation": "dTe",
                      "marketingFlightNumber": "0268",
                      "marketingProvider": {
                        "checkDigit": "2",
                        "name": "Towne, Leffler and Dicki",
                        "number": "822",
                        "value": "Wm"
                      },
                      "startDateTime": "2026-08-03T00:00:00.0Z",
                      "startLocation": "jZs"
                    },
                    {
                      "classOfService": "n",
                      "couponNumber": "05",
                      "endLocation": "cvE",
                      "marketingFlightNumber": "4242",
                      "marketingProvider": {
                        "checkDigit": "7",
                        "name": "Gleichner, Kohler and Nicolas",
                        "number": "614",
                        "value": "Yt"
                      },
                      "startDateTime": "2026-09-26T00:00:00.0Z",
                      "startLocation": "udF"
                    },
                    {
                      "classOfService": "h",
                      "couponNumber": "35",
                      "endLocation": "mdj",
                      "marketingFlightNumber": "9904",
                      "marketingProvider": {
                        "checkDigit": "0",
                        "name": "Jakubowski - Grady",
                        "number": "237",
                        "value": "fa"
                      },
                      "startDateTime": "2026-10-13T00:00:00.0Z",
                      "startLocation": "OBm"
                    }
                  ],
                  "fee": {
                    "base": {
                      "text": "447995",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "SYP",
                        "value": 393.79
                      },
                      "valueCode": "nZwC"
                    },
                    "code": "gqPN",
                    "coupon": 8,
                    "description": "The sleek and dark Computer comes with orchid LED lighting for smart functionality",
                    "equivalent": {
                      "text": "176743",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "BDT",
                        "value": 272.34
                      },
                      "valueCode": "wRej"
                    },
                    "quantity": 5,
                    "total": {
                      "text": "090568",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "LSL",
                        "value": 133.77
                      },
                      "valueCode": "OFTq"
                    },
                    "totalTax": {
                      "text": "121688",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "LBP",
                        "value": 426.1
                      },
                      "valueCode": "vE87"
                    }
                  },
                  "optionalService": {
                    "feeProvider": {
                      "checkDigit": "6",
                      "name": "Stracke, Carroll and Grady",
                      "number": "727",
                      "value": "tj"
                    },
                    "group": "CQYFX",
                    "indicators": {
                      "consumed": "a",
                      "feeOverride": "w",
                      "taxExempt": "x"
                    },
                    "journeyType": "vU",
                    "reason": "BAWXWQhGdB"
                  },
                  "tax": [
                    {
                      "tax": [
                        {
                          "exempt": false,
                          "name": "iHQOlmbBgb",
                          "sequence": 1,
                          "status": "PV",
                          "taxCode": "vHx",
                          "text": "011385",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "VUV",
                            "value": 130.75
                          },
                          "valueCode": "g5CE"
                        },
                        {
                          "exempt": false,
                          "name": "oEUwrgcAjP",
                          "sequence": 2,
                          "status": "wK",
                          "taxCode": "klx",
                          "text": "788831",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "FJD",
                            "value": 43.88
                          },
                          "valueCode": "rEsw"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": false,
                          "name": "yqgRZfHcFU",
                          "sequence": 1,
                          "status": "sR",
                          "taxCode": "HqE",
                          "text": "781513",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "WST",
                            "value": 66.58
                          },
                          "valueCode": "Cj9g"
                        },
                        {
                          "exempt": false,
                          "name": "lCrDsdSqAo",
                          "sequence": 1,
                          "status": "dV",
                          "taxCode": "mNe",
                          "text": "688677",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "MZN",
                            "value": 282.12
                          },
                          "valueCode": "XZz3"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": true,
                          "name": "AYZExKzeHm",
                          "sequence": 3,
                          "status": "Hn",
                          "taxCode": "QpN",
                          "text": "602048",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "MXN",
                            "value": 134.35
                          },
                          "valueCode": "eAz8"
                        }
                      ]
                    }
                  ]
                },
                {
                  "associatedTicketNumber": {
                    "associationType": "ebJ",
                    "checkDigit": "8",
                    "couponNumber": "29",
                    "value": "8413230044262"
                  },
                  "emdCoupon": [
                    {
                      "classOfService": "a",
                      "couponNumber": "22",
                      "endLocation": "eKU",
                      "marketingFlightNumber": "1564",
                      "marketingProvider": {
                        "checkDigit": "3",
                        "name": "Gutmann - Thiel",
                        "number": "245",
                        "value": "CV"
                      },
                      "startDateTime": "2026-08-19T00:00:00.0Z",
                      "startLocation": "VIO"
                    },
                    {
                      "classOfService": "r",
                      "couponNumber": "57",
                      "endLocation": "OCg",
                      "marketingFlightNumber": "6295",
                      "marketingProvider": {
                        "checkDigit": "8",
                        "name": "Beier, Koelpin and Considine",
                        "number": "847",
                        "value": "ZP"
                      },
                      "startDateTime": "2027-05-06T00:00:00.0Z",
                      "startLocation": "kwA"
                    },
                    {
                      "classOfService": "C",
                      "couponNumber": "34",
                      "endLocation": "Gvb",
                      "marketingFlightNumber": "4846",
                      "marketingProvider": {
                        "checkDigit": "6",
                        "name": "Stehr, Rowe and Ledner",
                        "number": "111",
                        "value": "tm"
                      },
                      "startDateTime": "2026-07-26T00:00:00.0Z",
                      "startLocation": "FWB"
                    },
                    {
                      "classOfService": "A",
                      "couponNumber": "51",
                      "endLocation": "FaM",
                      "marketingFlightNumber": "5554",
                      "marketingProvider": {
                        "checkDigit": "2",
                        "name": "Cormier - Parisian",
                        "number": "950",
                        "value": "Hp"
                      },
                      "startDateTime": "2026-10-29T00:00:00.0Z",
                      "startLocation": "Eow"
                    },
                    {
                      "classOfService": "x",
                      "couponNumber": "43",
                      "endLocation": "Ati",
                      "marketingFlightNumber": "4637",
                      "marketingProvider": {
                        "checkDigit": "3",
                        "name": "Johnson, Stanton and Kunde",
                        "number": "879",
                        "value": "oQ"
                      },
                      "startDateTime": "2027-03-14T00:00:00.0Z",
                      "startLocation": "CGS"
                    }
                  ],
                  "fee": {
                    "base": {
                      "text": "110128",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "IQD",
                        "value": 489.69
                      },
                      "valueCode": "UQ39"
                    },
                    "code": "Op5i",
                    "coupon": 6,
                    "description": "Our crunchy-inspired Cheese brings a taste of luxury to your unfinished lifestyle",
                    "equivalent": {
                      "text": "101290",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "UYU",
                        "value": 174.69
                      },
                      "valueCode": "lbDh"
                    },
                    "quantity": 1,
                    "total": {
                      "text": "632439",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "QAR",
                        "value": 181.21
                      },
                      "valueCode": "ajzv"
                    },
                    "totalTax": {
                      "text": "894421",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "ILS",
                        "value": 313.24
                      },
                      "valueCode": "5bqq"
                    }
                  },
                  "optionalService": {
                    "feeProvider": {
                      "checkDigit": "0",
                      "name": "Lesch - Parker",
                      "number": "441",
                      "value": "sS"
                    },
                    "group": "gXKXr",
                    "indicators": {
                      "consumed": "L",
                      "feeOverride": "B",
                      "taxExempt": "K"
                    },
                    "journeyType": "So",
                    "reason": "mkLOJSIeoD"
                  },
                  "tax": [
                    {
                      "tax": [
                        {
                          "exempt": true,
                          "name": "phbZsHSHgg",
                          "sequence": 4,
                          "status": "Pg",
                          "taxCode": "xYA",
                          "text": "215793",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "USD",
                            "value": 154.92
                          },
                          "valueCode": "PIm4"
                        },
                        {
                          "exempt": false,
                          "name": "dZSafDbSDf",
                          "sequence": 5,
                          "status": "LO",
                          "taxCode": "JuY",
                          "text": "593681",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "HKD",
                            "value": 233.9
                          },
                          "valueCode": "ZvK4"
                        },
                        {
                          "exempt": true,
                          "name": "DzhMGqFzbf",
                          "sequence": 1,
                          "status": "ZO",
                          "taxCode": "MWP",
                          "text": "552752",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "KZT",
                            "value": 416.41
                          },
                          "valueCode": "wch7"
                        },
                        {
                          "exempt": true,
                          "name": "jbFKtfzsQA",
                          "sequence": 3,
                          "status": "rh",
                          "taxCode": "XlV",
                          "text": "815834",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "WST",
                            "value": 448.18
                          },
                          "valueCode": "P6ZP"
                        },
                        {
                          "exempt": true,
                          "name": "CpUDggAuFI",
                          "sequence": 4,
                          "status": "LE",
                          "taxCode": "GEB",
                          "text": "737030",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "COP",
                            "value": 111.38
                          },
                          "valueCode": "c0lQ"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": true,
                          "name": "nLCukSuJdM",
                          "sequence": 1,
                          "status": "Sw",
                          "taxCode": "iRU",
                          "text": "643410",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "BSD",
                            "value": 346.85
                          },
                          "valueCode": "0QPv"
                        },
                        {
                          "exempt": true,
                          "name": "zrbkIKkSaN",
                          "sequence": 3,
                          "status": "CJ",
                          "taxCode": "ZFZ",
                          "text": "624848",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "KYD",
                            "value": 130.51
                          },
                          "valueCode": "Jeon"
                        },
                        {
                          "exempt": true,
                          "name": "BMNxaVjocO",
                          "sequence": 5,
                          "status": "RO",
                          "taxCode": "uXj",
                          "text": "671217",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "NZD",
                            "value": 313.97
                          },
                          "valueCode": "73gZ"
                        },
                        {
                          "exempt": false,
                          "name": "QkkFFUmONs",
                          "sequence": 2,
                          "status": "Xz",
                          "taxCode": "lUl",
                          "text": "042191",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "PKR",
                            "value": 486.92
                          },
                          "valueCode": "jz6d"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": false,
                          "name": "gRMvaSZezQ",
                          "sequence": 5,
                          "status": "Xd",
                          "taxCode": "VHz",
                          "text": "561854",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "ERN",
                            "value": 105.1
                          },
                          "valueCode": "WPUj"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": false,
                          "name": "CCYVtaBKlC",
                          "sequence": 4,
                          "status": "ZR",
                          "taxCode": "NFr",
                          "text": "987244",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "HNL",
                            "value": 385.26
                          },
                          "valueCode": "6jVe"
                        },
                        {
                          "exempt": false,
                          "name": "myynkOQqpS",
                          "sequence": 3,
                          "status": "zy",
                          "taxCode": "Mtu",
                          "text": "210814",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "NIO",
                            "value": 403.85
                          },
                          "valueCode": "Gawn"
                        },
                        {
                          "exempt": false,
                          "name": "dJMOBfxasj",
                          "sequence": 1,
                          "status": "CL",
                          "taxCode": "ZNl",
                          "text": "701041",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "AOA",
                            "value": 468.36
                          },
                          "valueCode": "d0yM"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": false,
                          "name": "UxqKhsRGzv",
                          "sequence": 4,
                          "status": "Xu",
                          "taxCode": "qVt",
                          "text": "264299",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "HNL",
                            "value": 241.72
                          },
                          "valueCode": "yOzT"
                        },
                        {
                          "exempt": true,
                          "name": "EpsFaqMLpo",
                          "sequence": 1,
                          "status": "mp",
                          "taxCode": "KIh",
                          "text": "326065",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "BTN",
                            "value": 415.88
                          },
                          "valueCode": "uTKR"
                        },
                        {
                          "exempt": false,
                          "name": "QnohkQWvfG",
                          "sequence": 4,
                          "status": "sw",
                          "taxCode": "IOW",
                          "text": "345922",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "VND",
                            "value": 492.08
                          },
                          "valueCode": "nSBe"
                        }
                      ]
                    }
                  ]
                },
                {
                  "associatedTicketNumber": {
                    "associationType": "WHh",
                    "checkDigit": "9",
                    "couponNumber": "07",
                    "value": "6738502315681"
                  },
                  "emdCoupon": [
                    {
                      "classOfService": "f",
                      "couponNumber": "55",
                      "endLocation": "djN",
                      "marketingFlightNumber": "3620",
                      "marketingProvider": {
                        "checkDigit": "5",
                        "name": "Feeney, Fadel and Schmitt",
                        "number": "326",
                        "value": "kJ"
                      },
                      "startDateTime": "2026-08-30T00:00:00.0Z",
                      "startLocation": "efe"
                    },
                    {
                      "classOfService": "P",
                      "couponNumber": "71",
                      "endLocation": "xgU",
                      "marketingFlightNumber": "4593",
                      "marketingProvider": {
                        "checkDigit": "3",
                        "name": "Hartmann - Satterfield",
                        "number": "958",
                        "value": "na"
                      },
                      "startDateTime": "2026-12-17T00:00:00.0Z",
                      "startLocation": "wUF"
                    },
                    {
                      "classOfService": "C",
                      "couponNumber": "51",
                      "endLocation": "GAy",
                      "marketingFlightNumber": "8197",
                      "marketingProvider": {
                        "checkDigit": "6",
                        "name": "Collier, Lebsack and Runte",
                        "number": "619",
                        "value": "qo"
                      },
                      "startDateTime": "2027-05-31T00:00:00.0Z",
                      "startLocation": "BtG"
                    },
                    {
                      "classOfService": "q",
                      "couponNumber": "39",
                      "endLocation": "SMG",
                      "marketingFlightNumber": "7510",
                      "marketingProvider": {
                        "checkDigit": "6",
                        "name": "McClure, Beier and Jast",
                        "number": "560",
                        "value": "XM"
                      },
                      "startDateTime": "2026-11-30T00:00:00.0Z",
                      "startLocation": "xJj"
                    },
                    {
                      "classOfService": "j",
                      "couponNumber": "50",
                      "endLocation": "RYO",
                      "marketingFlightNumber": "4885",
                      "marketingProvider": {
                        "checkDigit": "9",
                        "name": "Simonis - Ebert",
                        "number": "144",
                        "value": "Xz"
                      },
                      "startDateTime": "2027-02-25T00:00:00.0Z",
                      "startLocation": "EGK"
                    }
                  ],
                  "fee": {
                    "base": {
                      "text": "438443",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "DJF",
                        "value": 241.45
                      },
                      "valueCode": "3NF9"
                    },
                    "code": "uRZU",
                    "coupon": 4,
                    "description": "The mint green Keyboard combines Austria aesthetics with Caesium-based durability",
                    "equivalent": {
                      "text": "112535",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "KPW",
                        "value": 18.37
                      },
                      "valueCode": "JEzq"
                    },
                    "quantity": 4,
                    "total": {
                      "text": "537072",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "JPY",
                        "value": 366.72
                      },
                      "valueCode": "BgpO"
                    },
                    "totalTax": {
                      "text": "546313",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "GEL",
                        "value": 489.31
                      },
                      "valueCode": "2kRp"
                    }
                  },
                  "optionalService": {
                    "feeProvider": {
                      "checkDigit": "1",
                      "name": "Parisian, Cremin and Heathcote",
                      "number": "843",
                      "value": "dc"
                    },
                    "group": "VhazK",
                    "indicators": {
                      "consumed": "R",
                      "feeOverride": "k",
                      "taxExempt": "Q"
                    },
                    "journeyType": "aP",
                    "reason": "eYtGIGZKro"
                  },
                  "tax": [
                    {
                      "tax": [
                        {
                          "exempt": false,
                          "name": "ayEqIMTKfc",
                          "sequence": 5,
                          "status": "el",
                          "taxCode": "DIM",
                          "text": "413112",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "MDL",
                            "value": 310.51
                          },
                          "valueCode": "FiMO"
                        },
                        {
                          "exempt": false,
                          "name": "vYKVfwfxxY",
                          "sequence": 4,
                          "status": "NU",
                          "taxCode": "lej",
                          "text": "620949",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "MNT",
                            "value": 45.66
                          },
                          "valueCode": "NWrq"
                        },
                        {
                          "exempt": false,
                          "name": "XIiKjbnOUX",
                          "sequence": 1,
                          "status": "Df",
                          "taxCode": "nMC",
                          "text": "618398",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "INR",
                            "value": 230.93
                          },
                          "valueCode": "ubwR"
                        }
                      ]
                    }
                  ]
                }
              ],
              "payment": [
                {
                  "base": {
                    "applyCreditIndicator": true,
                    "currency": "IQD",
                    "value": 311.7
                  },
                  "cashIndicator": false,
                  "formOfPaymentType": "CC",
                  "paymentConfirmation": true,
                  "remarks": "fCFtkiMkoE",
                  "sequence": 3,
                  "tax": {
                    "applyCreditIndicator": false,
                    "currency": "HNL",
                    "value": 301.02
                  },
                  "total": {
                    "applyCreditIndicator": false,
                    "currency": "TJS",
                    "value": 210.53
                  }
                },
                {
                  "base": {
                    "applyCreditIndicator": true,
                    "currency": "TOP",
                    "value": 409.61
                  },
                  "cashIndicator": true,
                  "formOfPaymentType": "CC",
                  "paymentConfirmation": true,
                  "remarks": "NgWllUPXLL",
                  "sequence": 2,
                  "tax": {
                    "applyCreditIndicator": true,
                    "currency": "BSD",
                    "value": 296.49
                  },
                  "total": {
                    "applyCreditIndicator": false,
                    "currency": "KHR",
                    "value": 27.8
                  }
                },
                {
                  "base": {
                    "applyCreditIndicator": true,
                    "currency": "COP",
                    "value": 176.8
                  },
                  "cashIndicator": true,
                  "formOfPaymentType": "CHECK",
                  "paymentConfirmation": false,
                  "remarks": "bhRaSfDEvR",
                  "sequence": 4,
                  "tax": {
                    "applyCreditIndicator": false,
                    "currency": "AOA",
                    "value": 118.51
                  },
                  "total": {
                    "applyCreditIndicator": true,
                    "currency": "AOA",
                    "value": 205.37
                  }
                }
              ],
              "priceBreakdown": {
                "amounts": {
                  "base": {
                    "text": "197761",
                    "ticketingAmount": {
                      "applyCreditIndicator": false,
                      "currency": "FKP",
                      "value": 274.27
                    },
                    "valueCode": "grAm"
                  },
                  "equivalent": {
                    "currencyConversion": {
                      "bankerBuyingRate": 0.8981,
                      "bankerSellingRate": 1.0413,
                      "iataClearingHouseRate": 1.1084
                    },
                    "text": "452086",
                    "ticketingAmount": {
                      "applyCreditIndicator": true,
                      "currency": "BHD",
                      "value": 76.69
                    },
                    "valueCode": "ROd0"
                  },
                  "net": {
                    "text": "533952",
                    "ticketingAmount": {
                      "applyCreditIndicator": false,
                      "currency": "MOP",
                      "value": 308.97
                    },
                    "valueCode": "C4vQ"
                  },
                  "tax": [
                    {
                      "exempt": true,
                      "name": "rCJDCndfln",
                      "sequence": 1,
                      "status": "Tq",
                      "taxCode": "wJj",
                      "text": "069208",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "ETB",
                        "value": 31.8
                      },
                      "valueCode": "7bDL"
                    },
                    {
                      "exempt": true,
                      "name": "nYMPtgPtAs",
                      "sequence": 2,
                      "status": "gs",
                      "taxCode": "IEx",
                      "text": "859162",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "BSD",
                        "value": 112.06
                      },
                      "valueCode": "eqg7"
                    },
                    {
                      "exempt": false,
                      "name": "RZwhXRLnTH",
                      "sequence": 2,
                      "status": "xe",
                      "taxCode": "Pyx",
                      "text": "157511",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "PAB",
                        "value": 38.09
                      },
                      "valueCode": "5e3C"
                    },
                    {
                      "exempt": true,
                      "name": "jZrYjgvAGl",
                      "sequence": 2,
                      "status": "vP",
                      "taxCode": "Pax",
                      "text": "622703",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "RON",
                        "value": 328.43
                      },
                      "valueCode": "FT6C"
                    }
                  ],
                  "total": {
                    "rateOfExchange": 1.1596,
                    "text": "332669",
                    "ticketingAmount": {
                      "applyCreditIndicator": true,
                      "currency": "SRD",
                      "value": 328.92
                    },
                    "valueCode": "OFQg"
                  },
                  "totalTax": {
                    "text": "821042",
                    "ticketingAmount": {
                      "applyCreditIndicator": true,
                      "currency": "XOF",
                      "value": 93.16
                    },
                    "valueCode": "zO69"
                  }
                },
                "taxes": {
                  "tax": [
                    {
                      "exempt": true,
                      "name": "KLzUMzdTxT",
                      "sequence": 2,
                      "status": "wK",
                      "taxCode": "AVN",
                      "text": "502181",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "KPW",
                        "value": 93.84
                      },
                      "valueCode": "F2u3"
                    },
                    {
                      "exempt": false,
                      "name": "PEPrdcKdyZ",
                      "sequence": 1,
                      "status": "gH",
                      "taxCode": "jfy",
                      "text": "865497",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "QAR",
                        "value": 199.01
                      },
                      "valueCode": "RR1A"
                    },
                    {
                      "exempt": true,
                      "name": "xqLDOAmRIJ",
                      "sequence": 4,
                      "status": "Cy",
                      "taxCode": "IaH",
                      "text": "366515",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "BND",
                        "value": 324.95
                      },
                      "valueCode": "8Zhu"
                    },
                    {
                      "exempt": true,
                      "name": "TUGiTrXNOC",
                      "sequence": 4,
                      "status": "wN",
                      "taxCode": "aRM",
                      "text": "414474",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "ETB",
                        "value": 187.67
                      },
                      "valueCode": "NXnm"
                    },
                    {
                      "exempt": true,
                      "name": "CqqABmehCd",
                      "sequence": 4,
                      "status": "KA",
                      "taxCode": "VNr",
                      "text": "492095",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "OMR",
                        "value": 152.98
                      },
                      "valueCode": "4OiC"
                    }
                  ]
                }
              },
              "reasonForIssue": "wijFqBLxyf",
              "relatedDocument": [
                {
                  "associatedTicketNumber": {
                    "associationType": "gYZ",
                    "checkDigit": "9",
                    "couponNumber": "33",
                    "value": "7871050162655"
                  },
                  "checkDigit": "5",
                  "coupon": "48",
                  "iataNumber": "498",
                  "issueCity": "Quitzonville",
                  "issueDate": "2025-06-30",
                  "number": "8065631746387",
                  "payment": "YtIWY",
                  "remark": "IhPqUQiETO",
                  "sequence": "54",
                  "transactionId": "cd6a77b1-7b3e-4a01-9aac-78e0f579e9b9",
                  "type": "ORIGINAL"
                },
                {
                  "associatedTicketNumber": {
                    "associationType": "vrI",
                    "checkDigit": "6",
                    "couponNumber": "14",
                    "value": "6266568340152"
                  },
                  "checkDigit": "2",
                  "coupon": "49",
                  "iataNumber": "076",
                  "issueCity": "West Raven",
                  "issueDate": "2025-09-22",
                  "number": "4560368579112",
                  "payment": "RuYdi",
                  "remark": "gegidLcrTB",
                  "sequence": "95",
                  "transactionId": "a3e34e3e-f3f3-4642-be1d-7646b8bf5b16",
                  "type": "MISCELLANEOUS"
                },
                {
                  "associatedTicketNumber": {
                    "associationType": "LfM",
                    "checkDigit": "4",
                    "couponNumber": "92",
                    "value": "2655182435069"
                  },
                  "checkDigit": "9",
                  "coupon": "88",
                  "iataNumber": "967",
                  "issueCity": "Mannworth",
                  "issueDate": "2025-10-14",
                  "number": "3487192128849",
                  "payment": "xkiCk",
                  "remark": "VvVNqjciGd",
                  "sequence": "79",
                  "transactionId": "4994b76a-4ec0-4410-aae3-1c1c22853de2",
                  "type": "EXCHANGE"
                }
              ],
              "reservation": {
                "creationDate": "2025-06-28T00:00:00.0Z",
                "provider": "Mitchell - Hyatt",
                "recordLocator": "MZHUPH"
              },
              "systemCreateDateTime": "2026-02-24T00:00:00.0Z",
              "type": "tSE"
            },
            {
              "agent": {
                "duty": "rr",
                "homeBranch": "44818",
                "homeLocation": "CnV",
                "homeStation": "3473",
                "lniata": "vPOjMt",
                "sine": "Lpu",
                "stationLocation": "SCl",
                "stationNumber": "5998",
                "ticketingProvider": {
                  "checkDigit": "5",
                  "name": "Waters, Williamson and Gulgowski",
                  "number": "664",
                  "value": "oJ"
                },
                "type": "O",
                "workLocation": "zvn"
              },
              "customer": [
                {
                  "purchaser": {
                    "firstName": "Brianne",
                    "lastName": "Abbott",
                    "name": "Felix Wiegand"
                  },
                  "traveler": {
                    "externalNumber": "01635787",
                    "firstName": "George",
                    "lastName": "Baumbach",
                    "name": "Kristina VonRueden",
                    "passengerType": "CHD"
                  }
                },
                {
                  "purchaser": {
                    "firstName": "Omari",
                    "lastName": "Koch",
                    "name": "Pearl Bayer"
                  },
                  "traveler": {
                    "externalNumber": "08090638",
                    "firstName": "Caleigh",
                    "lastName": "Weber",
                    "name": "Lynda Hegmann PhD",
                    "passengerType": "CHD"
                  }
                },
                {
                  "purchaser": {
                    "firstName": "Hermina",
                    "lastName": "Bergstrom",
                    "name": "Mr. Lynn Mayert"
                  },
                  "traveler": {
                    "externalNumber": "03015825",
                    "firstName": "Martin",
                    "lastName": "Considine",
                    "name": "Orville Schimmel",
                    "passengerType": "INF"
                  }
                },
                {
                  "purchaser": {
                    "firstName": "Kacey",
                    "lastName": "Wehner",
                    "name": "Moses Schaden"
                  },
                  "traveler": {
                    "externalNumber": "13217344",
                    "firstName": "Yoshiko",
                    "lastName": "Berge",
                    "name": "Karl Emmerich-Erdman Jr.",
                    "passengerType": "ADT"
                  }
                }
              ],
              "emdCoupon": [
                {
                  "classOfService": "c",
                  "couponNumber": "55",
                  "endLocation": "UbM",
                  "marketingFlightNumber": "2231",
                  "marketingProvider": {
                    "checkDigit": "1",
                    "name": "Waters LLC",
                    "number": "131",
                    "value": "PO"
                  },
                  "startDateTime": "2026-07-07T00:00:00.0Z",
                  "startLocation": "eqq"
                }
              ],
              "emdNumber": {
                "number": "95287148818580"
              },
              "fareCalculationDetails": "2UWAcnaDwQYpBttHwAAU",
              "fareCalculationMode": "1",
              "issueTime": "2025-10-09T00:00:00.0Z",
              "miscellaneous": [
                {
                  "associatedTicketNumber": {
                    "associationType": "JjC",
                    "checkDigit": "1",
                    "couponNumber": "66",
                    "value": "2532621986024"
                  },
                  "emdCoupon": [
                    {
                      "classOfService": "D",
                      "couponNumber": "72",
                      "endLocation": "BND",
                      "marketingFlightNumber": "4392",
                      "marketingProvider": {
                        "checkDigit": "6",
                        "name": "DuBuque LLC",
                        "number": "680",
                        "value": "WW"
                      },
                      "startDateTime": "2026-11-15T00:00:00.0Z",
                      "startLocation": "ufS"
                    },
                    {
                      "classOfService": "D",
                      "couponNumber": "42",
                      "endLocation": "gmf",
                      "marketingFlightNumber": "5900",
                      "marketingProvider": {
                        "checkDigit": "3",
                        "name": "Conn - Abbott",
                        "number": "292",
                        "value": "Wi"
                      },
                      "startDateTime": "2026-08-04T00:00:00.0Z",
                      "startLocation": "VGi"
                    },
                    {
                      "classOfService": "H",
                      "couponNumber": "05",
                      "endLocation": "Ixv",
                      "marketingFlightNumber": "5436",
                      "marketingProvider": {
                        "checkDigit": "1",
                        "name": "Barrows, Langworth and Mills",
                        "number": "934",
                        "value": "gm"
                      },
                      "startDateTime": "2026-11-10T00:00:00.0Z",
                      "startLocation": "WvH"
                    },
                    {
                      "classOfService": "y",
                      "couponNumber": "66",
                      "endLocation": "EAq",
                      "marketingFlightNumber": "8036",
                      "marketingProvider": {
                        "checkDigit": "3",
                        "name": "Robel Group",
                        "number": "934",
                        "value": "Aj"
                      },
                      "startDateTime": "2026-07-09T00:00:00.0Z",
                      "startLocation": "TbF"
                    },
                    {
                      "classOfService": "o",
                      "couponNumber": "30",
                      "endLocation": "UZb",
                      "marketingFlightNumber": "3952",
                      "marketingProvider": {
                        "checkDigit": "6",
                        "name": "Pfeffer, Emmerich and Kling",
                        "number": "658",
                        "value": "OV"
                      },
                      "startDateTime": "2027-03-26T00:00:00.0Z",
                      "startLocation": "YSB"
                    }
                  ],
                  "fee": {
                    "base": {
                      "text": "876359",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "SEK",
                        "value": 409.86
                      },
                      "valueCode": "sTuW"
                    },
                    "code": "JWgk",
                    "coupon": 8,
                    "description": "Stylish Pants designed to make you stand out with honorable looks",
                    "equivalent": {
                      "text": "988392",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "BSD",
                        "value": 110.53
                      },
                      "valueCode": "PUsb"
                    },
                    "quantity": 3,
                    "total": {
                      "text": "268061",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "RON",
                        "value": 144.51
                      },
                      "valueCode": "OWiU"
                    },
                    "totalTax": {
                      "text": "197136",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "GBP",
                        "value": 410.66
                      },
                      "valueCode": "f7TK"
                    }
                  },
                  "optionalService": {
                    "feeProvider": {
                      "checkDigit": "4",
                      "name": "Sporer, Abernathy and Lind",
                      "number": "072",
                      "value": "SD"
                    },
                    "group": "KUxOQ",
                    "indicators": {
                      "consumed": "Y",
                      "feeOverride": "U",
                      "taxExempt": "B"
                    },
                    "journeyType": "QY",
                    "reason": "yRjvpyfTUs"
                  },
                  "tax": [
                    {
                      "tax": [
                        {
                          "exempt": true,
                          "name": "foFrDJbBIf",
                          "sequence": 5,
                          "status": "ZF",
                          "taxCode": "KBl",
                          "text": "866729",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "SDG",
                            "value": 265.84
                          },
                          "valueCode": "lD8D"
                        },
                        {
                          "exempt": false,
                          "name": "xcmwzaUsQN",
                          "sequence": 2,
                          "status": "Kt",
                          "taxCode": "UWB",
                          "text": "042923",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "RWF",
                            "value": 148.06
                          },
                          "valueCode": "dVRu"
                        },
                        {
                          "exempt": true,
                          "name": "uTxCawfuGh",
                          "sequence": 1,
                          "status": "IW",
                          "taxCode": "Dwx",
                          "text": "017436",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "IQD",
                            "value": 135.82
                          },
                          "valueCode": "JBXX"
                        },
                        {
                          "exempt": false,
                          "name": "vzwObRgLfU",
                          "sequence": 5,
                          "status": "cz",
                          "taxCode": "VTE",
                          "text": "772345",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "BRL",
                            "value": 307.05
                          },
                          "valueCode": "e1y1"
                        },
                        {
                          "exempt": false,
                          "name": "TKEPvyMEgl",
                          "sequence": 3,
                          "status": "vB",
                          "taxCode": "RJc",
                          "text": "549316",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "MUR",
                            "value": 355.24
                          },
                          "valueCode": "C2ha"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": false,
                          "name": "FqjIdmLAKG",
                          "sequence": 3,
                          "status": "BR",
                          "taxCode": "aOc",
                          "text": "176110",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "PLN",
                            "value": 406.38
                          },
                          "valueCode": "nuQ6"
                        }
                      ]
                    }
                  ]
                },
                {
                  "associatedTicketNumber": {
                    "associationType": "tbz",
                    "checkDigit": "6",
                    "couponNumber": "58",
                    "value": "1328554139633"
                  },
                  "emdCoupon": [
                    {
                      "classOfService": "c",
                      "couponNumber": "65",
                      "endLocation": "MTW",
                      "marketingFlightNumber": "8656",
                      "marketingProvider": {
                        "checkDigit": "8",
                        "name": "Waelchi Group",
                        "number": "109",
                        "value": "Lc"
                      },
                      "startDateTime": "2027-03-16T00:00:00.0Z",
                      "startLocation": "VDF"
                    },
                    {
                      "classOfService": "p",
                      "couponNumber": "60",
                      "endLocation": "NdC",
                      "marketingFlightNumber": "8627",
                      "marketingProvider": {
                        "checkDigit": "9",
                        "name": "Skiles, Leannon and Hickle",
                        "number": "532",
                        "value": "kl"
                      },
                      "startDateTime": "2026-12-29T00:00:00.0Z",
                      "startLocation": "dbR"
                    },
                    {
                      "classOfService": "x",
                      "couponNumber": "10",
                      "endLocation": "OuI",
                      "marketingFlightNumber": "6410",
                      "marketingProvider": {
                        "checkDigit": "4",
                        "name": "Ullrich and Sons",
                        "number": "854",
                        "value": "UJ"
                      },
                      "startDateTime": "2027-01-19T00:00:00.0Z",
                      "startLocation": "HOr"
                    }
                  ],
                  "fee": {
                    "base": {
                      "text": "405744",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "EUR",
                        "value": 76.98
                      },
                      "valueCode": "bso2"
                    },
                    "code": "a7Kh",
                    "coupon": 2,
                    "description": "Corwin and Sons's most advanced Chips technology increases unpleasant capabilities",
                    "equivalent": {
                      "text": "512906",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "NGN",
                        "value": 472.83
                      },
                      "valueCode": "A3js"
                    },
                    "quantity": 5,
                    "total": {
                      "text": "747405",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "USD",
                        "value": 106.37
                      },
                      "valueCode": "9HlX"
                    },
                    "totalTax": {
                      "text": "204204",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "BGN",
                        "value": 173.01
                      },
                      "valueCode": "egVz"
                    }
                  },
                  "optionalService": {
                    "feeProvider": {
                      "checkDigit": "3",
                      "name": "Volkman - O'Hara",
                      "number": "284",
                      "value": "zY"
                    },
                    "group": "kFXEJ",
                    "indicators": {
                      "consumed": "V",
                      "feeOverride": "T",
                      "taxExempt": "E"
                    },
                    "journeyType": "QF",
                    "reason": "TYbbLrVNJH"
                  },
                  "tax": [
                    {
                      "tax": [
                        {
                          "exempt": true,
                          "name": "cUIqQyONsq",
                          "sequence": 2,
                          "status": "Qf",
                          "taxCode": "ENu",
                          "text": "261497",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "USD",
                            "value": 296.12
                          },
                          "valueCode": "X6lf"
                        },
                        {
                          "exempt": false,
                          "name": "kPnzgovHOT",
                          "sequence": 5,
                          "status": "HE",
                          "taxCode": "Egx",
                          "text": "151582",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "GEL",
                            "value": 209.23
                          },
                          "valueCode": "MTLJ"
                        },
                        {
                          "exempt": false,
                          "name": "CgHWtmQTxt",
                          "sequence": 5,
                          "status": "OC",
                          "taxCode": "irZ",
                          "text": "120132",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "TMT",
                            "value": 29.75
                          },
                          "valueCode": "cFYf"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": true,
                          "name": "RxqyldpWjD",
                          "sequence": 5,
                          "status": "Fh",
                          "taxCode": "LVo",
                          "text": "234887",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "BND",
                            "value": 484.77
                          },
                          "valueCode": "pvz2"
                        },
                        {
                          "exempt": true,
                          "name": "vrPRlYQVPX",
                          "sequence": 4,
                          "status": "GV",
                          "taxCode": "tCG",
                          "text": "665699",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "WST",
                            "value": 109.33
                          },
                          "valueCode": "8B24"
                        },
                        {
                          "exempt": true,
                          "name": "GEWiBAlMNc",
                          "sequence": 4,
                          "status": "NX",
                          "taxCode": "SBB",
                          "text": "247012",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "UGX",
                            "value": 230.61
                          },
                          "valueCode": "0Dt5"
                        },
                        {
                          "exempt": false,
                          "name": "ixKMcCwWdn",
                          "sequence": 5,
                          "status": "ZT",
                          "taxCode": "tfC",
                          "text": "898503",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "LBP",
                            "value": 31.81
                          },
                          "valueCode": "JJbf"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": false,
                          "name": "gMIAhvCZjq",
                          "sequence": 4,
                          "status": "rZ",
                          "taxCode": "SdU",
                          "text": "981072",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "ANG",
                            "value": 215.23
                          },
                          "valueCode": "ZHaH"
                        },
                        {
                          "exempt": true,
                          "name": "GTmTKkleSf",
                          "sequence": 3,
                          "status": "yx",
                          "taxCode": "WFk",
                          "text": "637456",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "XAF",
                            "value": 261.47
                          },
                          "valueCode": "M4qz"
                        },
                        {
                          "exempt": true,
                          "name": "cLwYdENZCB",
                          "sequence": 2,
                          "status": "cI",
                          "taxCode": "Tue",
                          "text": "688296",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "BMD",
                            "value": 119.03
                          },
                          "valueCode": "C375"
                        },
                        {
                          "exempt": false,
                          "name": "XExMzTRjyQ",
                          "sequence": 4,
                          "status": "sd",
                          "taxCode": "aTj",
                          "text": "019454",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "PEN",
                            "value": 178.97
                          },
                          "valueCode": "dwP2"
                        }
                      ]
                    }
                  ]
                },
                {
                  "associatedTicketNumber": {
                    "associationType": "wBi",
                    "checkDigit": "2",
                    "couponNumber": "63",
                    "value": "2849952034761"
                  },
                  "emdCoupon": [
                    {
                      "classOfService": "n",
                      "couponNumber": "04",
                      "endLocation": "clp",
                      "marketingFlightNumber": "2401",
                      "marketingProvider": {
                        "checkDigit": "3",
                        "name": "Dickens - Smitham",
                        "number": "492",
                        "value": "Ca"
                      },
                      "startDateTime": "2027-02-20T00:00:00.0Z",
                      "startLocation": "cEL"
                    }
                  ],
                  "fee": {
                    "base": {
                      "text": "886419",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "CZK",
                        "value": 367.1
                      },
                      "valueCode": "bZVk"
                    },
                    "code": "r24o",
                    "coupon": 9,
                    "description": "Introducing the Holy See (Vatican City State)-inspired Tuna, blending altruistic style with local craftsmanship",
                    "equivalent": {
                      "text": "630457",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "KPW",
                        "value": 396.67
                      },
                      "valueCode": "gkHc"
                    },
                    "quantity": 3,
                    "total": {
                      "text": "065113",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "CAD",
                        "value": 301.52
                      },
                      "valueCode": "ZuTi"
                    },
                    "totalTax": {
                      "text": "135505",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "KPW",
                        "value": 59.27
                      },
                      "valueCode": "9qlm"
                    }
                  },
                  "optionalService": {
                    "feeProvider": {
                      "checkDigit": "9",
                      "name": "Rodriguez, Hane and Pouros",
                      "number": "198",
                      "value": "Ri"
                    },
                    "group": "SLraL",
                    "indicators": {
                      "consumed": "q",
                      "feeOverride": "Z",
                      "taxExempt": "j"
                    },
                    "journeyType": "On",
                    "reason": "cfdcoUUQkn"
                  },
                  "tax": [
                    {
                      "tax": [
                        {
                          "exempt": true,
                          "name": "LjJqmOmhhx",
                          "sequence": 2,
                          "status": "aV",
                          "taxCode": "wMB",
                          "text": "652031",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "SOS",
                            "value": 32.9
                          },
                          "valueCode": "R3qc"
                        },
                        {
                          "exempt": true,
                          "name": "XifUDxZxYu",
                          "sequence": 2,
                          "status": "dL",
                          "taxCode": "jOQ",
                          "text": "490554",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "BOB",
                            "value": 435.14
                          },
                          "valueCode": "ZLff"
                        },
                        {
                          "exempt": false,
                          "name": "AzdtaeJHeV",
                          "sequence": 2,
                          "status": "wy",
                          "taxCode": "beT",
                          "text": "428647",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "IRR",
                            "value": 396.59
                          },
                          "valueCode": "YUtT"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": false,
                          "name": "fGIPzNeHZN",
                          "sequence": 1,
                          "status": "zT",
                          "taxCode": "Txm",
                          "text": "833118",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "GBP",
                            "value": 296.52
                          },
                          "valueCode": "CbRV"
                        },
                        {
                          "exempt": false,
                          "name": "bFZaoHSTIV",
                          "sequence": 4,
                          "status": "pO",
                          "taxCode": "REA",
                          "text": "800705",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "MRU",
                            "value": 271.23
                          },
                          "valueCode": "0MnX"
                        },
                        {
                          "exempt": false,
                          "name": "PAUMfhFVCr",
                          "sequence": 4,
                          "status": "xY",
                          "taxCode": "HXL",
                          "text": "607190",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "PHP",
                            "value": 458.74
                          },
                          "valueCode": "SpFl"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": true,
                          "name": "DUcnotKnUW",
                          "sequence": 3,
                          "status": "ty",
                          "taxCode": "Ojq",
                          "text": "217186",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "TTD",
                            "value": 449.4
                          },
                          "valueCode": "iDbj"
                        },
                        {
                          "exempt": true,
                          "name": "wLxXQTZArO",
                          "sequence": 5,
                          "status": "md",
                          "taxCode": "UkO",
                          "text": "863033",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "TWD",
                            "value": 109.29
                          },
                          "valueCode": "FSzo"
                        },
                        {
                          "exempt": true,
                          "name": "kMUqgMzYfG",
                          "sequence": 2,
                          "status": "vy",
                          "taxCode": "fcp",
                          "text": "454421",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "MXN",
                            "value": 365.36
                          },
                          "valueCode": "vK28"
                        },
                        {
                          "exempt": false,
                          "name": "adcWcQcqoz",
                          "sequence": 3,
                          "status": "Uh",
                          "taxCode": "VMl",
                          "text": "630472",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "BSD",
                            "value": 437.32
                          },
                          "valueCode": "PdMO"
                        },
                        {
                          "exempt": false,
                          "name": "MiAmsgkkRc",
                          "sequence": 5,
                          "status": "XO",
                          "taxCode": "URC",
                          "text": "418649",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "SBD",
                            "value": 13.19
                          },
                          "valueCode": "VLJk"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": true,
                          "name": "hWlWbEXrwO",
                          "sequence": 2,
                          "status": "mX",
                          "taxCode": "JAv",
                          "text": "761052",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "USD",
                            "value": 150.46
                          },
                          "valueCode": "wCh8"
                        },
                        {
                          "exempt": true,
                          "name": "UAltigTVFN",
                          "sequence": 4,
                          "status": "QU",
                          "taxCode": "WUl",
                          "text": "986095",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "BOB",
                            "value": 493.92
                          },
                          "valueCode": "mO3I"
                        },
                        {
                          "exempt": false,
                          "name": "QYzNBGTIfR",
                          "sequence": 3,
                          "status": "UM",
                          "taxCode": "UYb",
                          "text": "358120",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "TOP",
                            "value": 25.44
                          },
                          "valueCode": "7La8"
                        }
                      ]
                    }
                  ]
                },
                {
                  "associatedTicketNumber": {
                    "associationType": "Ntr",
                    "checkDigit": "6",
                    "couponNumber": "36",
                    "value": "6419106527731"
                  },
                  "emdCoupon": [
                    {
                      "classOfService": "e",
                      "couponNumber": "61",
                      "endLocation": "vFo",
                      "marketingFlightNumber": "3710",
                      "marketingProvider": {
                        "checkDigit": "0",
                        "name": "Prohaska Inc",
                        "number": "187",
                        "value": "QS"
                      },
                      "startDateTime": "2026-07-25T00:00:00.0Z",
                      "startLocation": "CPH"
                    },
                    {
                      "classOfService": "C",
                      "couponNumber": "30",
                      "endLocation": "NaN",
                      "marketingFlightNumber": "9645",
                      "marketingProvider": {
                        "checkDigit": "7",
                        "name": "McKenzie - Deckow",
                        "number": "175",
                        "value": "Ro"
                      },
                      "startDateTime": "2027-05-07T00:00:00.0Z",
                      "startLocation": "zaK"
                    }
                  ],
                  "fee": {
                    "base": {
                      "text": "702315",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "ZMW",
                        "value": 361.04
                      },
                      "valueCode": "xkOR"
                    },
                    "code": "wlyo",
                    "coupon": 5,
                    "description": "Discover the intent new Chair with an exciting mix of Bronze ingredients",
                    "equivalent": {
                      "text": "899877",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "BBD",
                        "value": 13.13
                      },
                      "valueCode": "mxU3"
                    },
                    "quantity": 1,
                    "total": {
                      "text": "149183",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "HNL",
                        "value": 359.25
                      },
                      "valueCode": "rT7j"
                    },
                    "totalTax": {
                      "text": "582747",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "LSL",
                        "value": 413.11
                      },
                      "valueCode": "2e6z"
                    }
                  },
                  "optionalService": {
                    "feeProvider": {
                      "checkDigit": "2",
                      "name": "Upton - Baumbach",
                      "number": "478",
                      "value": "Vr"
                    },
                    "group": "NlXuP",
                    "indicators": {
                      "consumed": "S",
                      "feeOverride": "J",
                      "taxExempt": "l"
                    },
                    "journeyType": "zh",
                    "reason": "wJLJJSpHqw"
                  },
                  "tax": [
                    {
                      "tax": [
                        {
                          "exempt": true,
                          "name": "CZMIzGCnxG",
                          "sequence": 5,
                          "status": "Dc",
                          "taxCode": "dZD",
                          "text": "235917",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "DZD",
                            "value": 134.85
                          },
                          "valueCode": "BZN3"
                        },
                        {
                          "exempt": true,
                          "name": "fZmbGdwnHt",
                          "sequence": 2,
                          "status": "xx",
                          "taxCode": "bUC",
                          "text": "945974",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "NZD",
                            "value": 302.44
                          },
                          "valueCode": "JlfL"
                        },
                        {
                          "exempt": true,
                          "name": "rZpCYyvREo",
                          "sequence": 3,
                          "status": "qq",
                          "taxCode": "gLe",
                          "text": "353704",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "MVR",
                            "value": 357.81
                          },
                          "valueCode": "wJlv"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": false,
                          "name": "qdikSicneq",
                          "sequence": 1,
                          "status": "xP",
                          "taxCode": "RrR",
                          "text": "256861",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "CVE",
                            "value": 397.16
                          },
                          "valueCode": "rSeo"
                        },
                        {
                          "exempt": true,
                          "name": "phRnjqDFei",
                          "sequence": 4,
                          "status": "mD",
                          "taxCode": "ZOp",
                          "text": "610530",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "SBD",
                            "value": 83.56
                          },
                          "valueCode": "cccR"
                        },
                        {
                          "exempt": true,
                          "name": "lqcRTrRXqC",
                          "sequence": 1,
                          "status": "ec",
                          "taxCode": "TSg",
                          "text": "496710",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "XCD",
                            "value": 71.06
                          },
                          "valueCode": "oNGy"
                        },
                        {
                          "exempt": true,
                          "name": "KCvdCXPCFJ",
                          "sequence": 3,
                          "status": "Kp",
                          "taxCode": "uTn",
                          "text": "264903",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "VUV",
                            "value": 359
                          },
                          "valueCode": "BjPT"
                        },
                        {
                          "exempt": true,
                          "name": "ivDutrhyze",
                          "sequence": 5,
                          "status": "TB",
                          "taxCode": "KFb",
                          "text": "090782",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "HKD",
                            "value": 247.92
                          },
                          "valueCode": "bUY9"
                        }
                      ]
                    }
                  ]
                },
                {
                  "associatedTicketNumber": {
                    "associationType": "eRc",
                    "checkDigit": "3",
                    "couponNumber": "67",
                    "value": "0320145168260"
                  },
                  "emdCoupon": [
                    {
                      "classOfService": "I",
                      "couponNumber": "61",
                      "endLocation": "Gdp",
                      "marketingFlightNumber": "0717",
                      "marketingProvider": {
                        "checkDigit": "2",
                        "name": "Heaney LLC",
                        "number": "303",
                        "value": "Xo"
                      },
                      "startDateTime": "2027-05-09T00:00:00.0Z",
                      "startLocation": "WtS"
                    },
                    {
                      "classOfService": "L",
                      "couponNumber": "03",
                      "endLocation": "cNs",
                      "marketingFlightNumber": "7193",
                      "marketingProvider": {
                        "checkDigit": "9",
                        "name": "Jacobson and Sons",
                        "number": "418",
                        "value": "TW"
                      },
                      "startDateTime": "2027-02-25T00:00:00.0Z",
                      "startLocation": "egL"
                    },
                    {
                      "classOfService": "b",
                      "couponNumber": "11",
                      "endLocation": "xhl",
                      "marketingFlightNumber": "8207",
                      "marketingProvider": {
                        "checkDigit": "7",
                        "name": "Dickens - Bartell",
                        "number": "230",
                        "value": "rl"
                      },
                      "startDateTime": "2026-11-11T00:00:00.0Z",
                      "startLocation": "zTX"
                    },
                    {
                      "classOfService": "y",
                      "couponNumber": "31",
                      "endLocation": "Txl",
                      "marketingFlightNumber": "1456",
                      "marketingProvider": {
                        "checkDigit": "4",
                        "name": "Paucek, Morar and Stamm",
                        "number": "758",
                        "value": "of"
                      },
                      "startDateTime": "2027-03-31T00:00:00.0Z",
                      "startLocation": "Fzp"
                    }
                  ],
                  "fee": {
                    "base": {
                      "text": "612015",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "BTN",
                        "value": 84.19
                      },
                      "valueCode": "8wzN"
                    },
                    "code": "WB4B",
                    "coupon": 7,
                    "description": "Experience the cyan brilliance of our Tuna, perfect for live environments",
                    "equivalent": {
                      "text": "375425",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "KPW",
                        "value": 98.49
                      },
                      "valueCode": "WvM2"
                    },
                    "quantity": 3,
                    "total": {
                      "text": "271769",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "GYD",
                        "value": 40.65
                      },
                      "valueCode": "IXa9"
                    },
                    "totalTax": {
                      "text": "015782",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "CDF",
                        "value": 83.98
                      },
                      "valueCode": "6qje"
                    }
                  },
                  "optionalService": {
                    "feeProvider": {
                      "checkDigit": "7",
                      "name": "Wunsch Inc",
                      "number": "822",
                      "value": "hJ"
                    },
                    "group": "mMZft",
                    "indicators": {
                      "consumed": "P",
                      "feeOverride": "Y",
                      "taxExempt": "E"
                    },
                    "journeyType": "Lg",
                    "reason": "flMCdfznJh"
                  },
                  "tax": [
                    {
                      "tax": [
                        {
                          "exempt": false,
                          "name": "eQNlHRljhA",
                          "sequence": 3,
                          "status": "rX",
                          "taxCode": "nKg",
                          "text": "946574",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "SYP",
                            "value": 213.98
                          },
                          "valueCode": "cqx5"
                        },
                        {
                          "exempt": false,
                          "name": "RTRwoxgefY",
                          "sequence": 5,
                          "status": "wS",
                          "taxCode": "vzv",
                          "text": "430112",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "UAH",
                            "value": 326.5
                          },
                          "valueCode": "jgra"
                        },
                        {
                          "exempt": false,
                          "name": "xfOerqEsTc",
                          "sequence": 3,
                          "status": "vD",
                          "taxCode": "EbM",
                          "text": "491232",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "GEL",
                            "value": 339.91
                          },
                          "valueCode": "wrlA"
                        },
                        {
                          "exempt": true,
                          "name": "xEwjLYGigz",
                          "sequence": 3,
                          "status": "Yp",
                          "taxCode": "CTn",
                          "text": "042292",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "KYD",
                            "value": 50.8
                          },
                          "valueCode": "nam8"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": false,
                          "name": "GpLyhosjIH",
                          "sequence": 5,
                          "status": "BP",
                          "taxCode": "Wip",
                          "text": "806930",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "GBP",
                            "value": 441.69
                          },
                          "valueCode": "H2XN"
                        },
                        {
                          "exempt": false,
                          "name": "kXPtfBErrr",
                          "sequence": 1,
                          "status": "WB",
                          "taxCode": "CTY",
                          "text": "010831",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "CRC",
                            "value": 117.6
                          },
                          "valueCode": "R20Y"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": true,
                          "name": "HHALJNGxUw",
                          "sequence": 5,
                          "status": "cw",
                          "taxCode": "NRm",
                          "text": "015191",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "RON",
                            "value": 308.13
                          },
                          "valueCode": "UevX"
                        },
                        {
                          "exempt": true,
                          "name": "rnQzbNvLgs",
                          "sequence": 4,
                          "status": "qv",
                          "taxCode": "UxN",
                          "text": "963823",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "MKD",
                            "value": 80.61
                          },
                          "valueCode": "S1zP"
                        },
                        {
                          "exempt": true,
                          "name": "CuqtYZyzzv",
                          "sequence": 2,
                          "status": "zs",
                          "taxCode": "cCE",
                          "text": "199227",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "UZS",
                            "value": 482.84
                          },
                          "valueCode": "ceu7"
                        },
                        {
                          "exempt": false,
                          "name": "AyAmlmLEgl",
                          "sequence": 1,
                          "status": "St",
                          "taxCode": "OHE",
                          "text": "207216",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "YER",
                            "value": 156.01
                          },
                          "valueCode": "Z6As"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": false,
                          "name": "OikWCRuONW",
                          "sequence": 1,
                          "status": "vE",
                          "taxCode": "ADS",
                          "text": "608126",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "LAK",
                            "value": 483.8
                          },
                          "valueCode": "AxTG"
                        },
                        {
                          "exempt": false,
                          "name": "lfQKKltCcz",
                          "sequence": 4,
                          "status": "jm",
                          "taxCode": "QFm",
                          "text": "292101",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "BIF",
                            "value": 88.16
                          },
                          "valueCode": "2C64"
                        },
                        {
                          "exempt": false,
                          "name": "mkYfsFfwrG",
                          "sequence": 2,
                          "status": "JI",
                          "taxCode": "pmN",
                          "text": "889977",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "AUD",
                            "value": 70.87
                          },
                          "valueCode": "o7kN"
                        },
                        {
                          "exempt": true,
                          "name": "yslmhehQvK",
                          "sequence": 2,
                          "status": "rL",
                          "taxCode": "zfm",
                          "text": "404560",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "SDG",
                            "value": 295.32
                          },
                          "valueCode": "ZIfw"
                        },
                        {
                          "exempt": false,
                          "name": "EFHoJxCrQf",
                          "sequence": 2,
                          "status": "fX",
                          "taxCode": "vgl",
                          "text": "985749",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "SYP",
                            "value": 99.13
                          },
                          "valueCode": "Plcr"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": false,
                          "name": "HlmpNVoJFM",
                          "sequence": 5,
                          "status": "Kh",
                          "taxCode": "hXX",
                          "text": "246280",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "PKR",
                            "value": 181.68
                          },
                          "valueCode": "Jq5f"
                        }
                      ]
                    }
                  ]
                }
              ],
              "payment": [
                {
                  "base": {
                    "applyCreditIndicator": true,
                    "currency": "SEK",
                    "value": 389.07
                  },
                  "cashIndicator": false,
                  "formOfPaymentType": "CASH",
                  "paymentConfirmation": true,
                  "remarks": "smWOyxcqox",
                  "sequence": 2,
                  "tax": {
                    "applyCreditIndicator": true,
                    "currency": "SBD",
                    "value": 136.45
                  },
                  "total": {
                    "applyCreditIndicator": false,
                    "currency": "KHR",
                    "value": 261.92
                  }
                },
                {
                  "base": {
                    "applyCreditIndicator": true,
                    "currency": "HNL",
                    "value": 285.74
                  },
                  "cashIndicator": true,
                  "formOfPaymentType": "CASH",
                  "paymentConfirmation": true,
                  "remarks": "DwHosTsyae",
                  "sequence": 2,
                  "tax": {
                    "applyCreditIndicator": false,
                    "currency": "AOA",
                    "value": 95.58
                  },
                  "total": {
                    "applyCreditIndicator": true,
                    "currency": "PGK",
                    "value": 243.53
                  }
                },
                {
                  "base": {
                    "applyCreditIndicator": false,
                    "currency": "IRR",
                    "value": 109.63
                  },
                  "cashIndicator": false,
                  "formOfPaymentType": "CASH",
                  "paymentConfirmation": true,
                  "remarks": "NinCZQjLJy",
                  "sequence": 2,
                  "tax": {
                    "applyCreditIndicator": false,
                    "currency": "EGP",
                    "value": 259.32
                  },
                  "total": {
                    "applyCreditIndicator": false,
                    "currency": "STN",
                    "value": 175.9
                  }
                }
              ],
              "priceBreakdown": {
                "amounts": {
                  "base": {
                    "text": "842751",
                    "ticketingAmount": {
                      "applyCreditIndicator": true,
                      "currency": "BOB",
                      "value": 46.98
                    },
                    "valueCode": "XSRw"
                  },
                  "equivalent": {
                    "currencyConversion": {
                      "bankerBuyingRate": 1.0215,
                      "bankerSellingRate": 1.0227,
                      "iataClearingHouseRate": 0.8679
                    },
                    "text": "293953",
                    "ticketingAmount": {
                      "applyCreditIndicator": true,
                      "currency": "CNY",
                      "value": 54.34
                    },
                    "valueCode": "iuhi"
                  },
                  "net": {
                    "text": "578202",
                    "ticketingAmount": {
                      "applyCreditIndicator": false,
                      "currency": "VES",
                      "value": 171.13
                    },
                    "valueCode": "muxo"
                  },
                  "tax": [
                    {
                      "exempt": false,
                      "name": "xavrYCimrV",
                      "sequence": 2,
                      "status": "Zy",
                      "taxCode": "KNm",
                      "text": "572115",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "KRW",
                        "value": 27.65
                      },
                      "valueCode": "BG7Y"
                    },
                    {
                      "exempt": false,
                      "name": "igyoWcRGYe",
                      "sequence": 1,
                      "status": "Vn",
                      "taxCode": "BLH",
                      "text": "114837",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "AZN",
                        "value": 483.58
                      },
                      "valueCode": "aufZ"
                    },
                    {
                      "exempt": false,
                      "name": "YAqIdqTWaO",
                      "sequence": 1,
                      "status": "vJ",
                      "taxCode": "zch",
                      "text": "314309",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "PYG",
                        "value": 106.86
                      },
                      "valueCode": "gXfH"
                    },
                    {
                      "exempt": true,
                      "name": "HUSkbKnHof",
                      "sequence": 2,
                      "status": "lA",
                      "taxCode": "RFG",
                      "text": "873334",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "MXN",
                        "value": 206.47
                      },
                      "valueCode": "dCyi"
                    }
                  ],
                  "total": {
                    "rateOfExchange": 0.9589,
                    "text": "024435",
                    "ticketingAmount": {
                      "applyCreditIndicator": true,
                      "currency": "MUR",
                      "value": 367.98
                    },
                    "valueCode": "8ypT"
                  },
                  "totalTax": {
                    "text": "268322",
                    "ticketingAmount": {
                      "applyCreditIndicator": false,
                      "currency": "AOA",
                      "value": 390.83
                    },
                    "valueCode": "t3UT"
                  }
                },
                "taxes": {
                  "tax": [
                    {
                      "exempt": false,
                      "name": "RpgqFxgFOd",
                      "sequence": 2,
                      "status": "Yh",
                      "taxCode": "Uxt",
                      "text": "564416",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "NZD",
                        "value": 15.64
                      },
                      "valueCode": "rzZL"
                    }
                  ]
                }
              },
              "reasonForIssue": "POCoKxeWPB",
              "relatedDocument": [
                {
                  "associatedTicketNumber": {
                    "associationType": "Twg",
                    "checkDigit": "8",
                    "couponNumber": "22",
                    "value": "1280448124230"
                  },
                  "checkDigit": "5",
                  "coupon": "25",
                  "iataNumber": "839",
                  "issueCity": "Bonita Springs",
                  "issueDate": "2025-08-31",
                  "number": "8354472730694",
                  "payment": "OBAbN",
                  "remark": "AppwJylEJk",
                  "sequence": "48",
                  "transactionId": "ec2d51e4-8b87-45f7-a5c2-db862879bfc6",
                  "type": "MISCELLANEOUS"
                }
              ],
              "reservation": {
                "creationDate": "2026-01-27T00:00:00.0Z",
                "provider": "Green, Braun and Christiansen",
                "recordLocator": "RJSZPX"
              },
              "systemCreateDateTime": "2026-02-21T00:00:00.0Z",
              "type": "EFi"
            },
            {
              "agent": {
                "duty": "XR",
                "homeBranch": "74166",
                "homeLocation": "pCb",
                "homeStation": "6878",
                "lniata": "pCR58m",
                "sine": "EAg",
                "stationLocation": "yDb",
                "stationNumber": "2709",
                "ticketingProvider": {
                  "checkDigit": "0",
                  "name": "Thiel, Sanford and Lehner",
                  "number": "958",
                  "value": "Ln"
                },
                "type": "H",
                "workLocation": "XOU"
              },
              "customer": [
                {
                  "purchaser": {
                    "firstName": "Eric",
                    "lastName": "Lemke",
                    "name": "Shannon Walter"
                  },
                  "traveler": {
                    "externalNumber": "56203439",
                    "firstName": "Margaret",
                    "lastName": "Nitzsche",
                    "name": "Gabriel Schowalter",
                    "passengerType": "ADT"
                  }
                },
                {
                  "purchaser": {
                    "firstName": "June",
                    "lastName": "Haag",
                    "name": "Mr. Jean Abshire"
                  },
                  "traveler": {
                    "externalNumber": "40098792",
                    "firstName": "Mustafa",
                    "lastName": "Schaden",
                    "name": "Jody McKenzie",
                    "passengerType": "CHD"
                  }
                },
                {
                  "purchaser": {
                    "firstName": "Jeremie",
                    "lastName": "Rau",
                    "name": "Warren Gerlach"
                  },
                  "traveler": {
                    "externalNumber": "79356887",
                    "firstName": "Marcos",
                    "lastName": "Koch",
                    "name": "Mr. Noel Harvey",
                    "passengerType": "ADT"
                  }
                },
                {
                  "purchaser": {
                    "firstName": "Ronny",
                    "lastName": "Green",
                    "name": "Alma Murazik V"
                  },
                  "traveler": {
                    "externalNumber": "35107619",
                    "firstName": "Robbie",
                    "lastName": "Trantow",
                    "name": "Mr. Everett Stamm",
                    "passengerType": "CHD"
                  }
                },
                {
                  "purchaser": {
                    "firstName": "Virgie",
                    "lastName": "Grady",
                    "name": "Lucas Schultz"
                  },
                  "traveler": {
                    "externalNumber": "70542085",
                    "firstName": "Lawrence",
                    "lastName": "DuBuque",
                    "name": "Thomas Zemlak",
                    "passengerType": "INF"
                  }
                }
              ],
              "emdCoupon": [
                {
                  "classOfService": "e",
                  "couponNumber": "39",
                  "endLocation": "Buu",
                  "marketingFlightNumber": "6391",
                  "marketingProvider": {
                    "checkDigit": "4",
                    "name": "Windler, Altenwerth and Tillman",
                    "number": "599",
                    "value": "tw"
                  },
                  "startDateTime": "2026-10-22T00:00:00.0Z",
                  "startLocation": "dFp"
                },
                {
                  "classOfService": "N",
                  "couponNumber": "99",
                  "endLocation": "cxc",
                  "marketingFlightNumber": "9867",
                  "marketingProvider": {
                    "checkDigit": "2",
                    "name": "Brakus Group",
                    "number": "495",
                    "value": "xW"
                  },
                  "startDateTime": "2026-12-24T00:00:00.0Z",
                  "startLocation": "Rnh"
                },
                {
                  "classOfService": "Y",
                  "couponNumber": "75",
                  "endLocation": "cKo",
                  "marketingFlightNumber": "5597",
                  "marketingProvider": {
                    "checkDigit": "8",
                    "name": "Rohan, Corkery and Schuster",
                    "number": "837",
                    "value": "Po"
                  },
                  "startDateTime": "2027-05-15T00:00:00.0Z",
                  "startLocation": "FyT"
                },
                {
                  "classOfService": "a",
                  "couponNumber": "08",
                  "endLocation": "LCS",
                  "marketingFlightNumber": "3966",
                  "marketingProvider": {
                    "checkDigit": "7",
                    "name": "Lehner - Renner",
                    "number": "072",
                    "value": "fa"
                  },
                  "startDateTime": "2027-06-01T00:00:00.0Z",
                  "startLocation": "wjc"
                }
              ],
              "emdNumber": {
                "number": "64775325876979"
              },
              "fareCalculationDetails": "uIeGVkIbLmp2Y2WxVQr2",
              "fareCalculationMode": "0",
              "issueTime": "2026-03-28T00:00:00.0Z",
              "miscellaneous": [
                {
                  "associatedTicketNumber": {
                    "associationType": "wRP",
                    "checkDigit": "9",
                    "couponNumber": "10",
                    "value": "3393133293041"
                  },
                  "emdCoupon": [
                    {
                      "classOfService": "B",
                      "couponNumber": "91",
                      "endLocation": "LJp",
                      "marketingFlightNumber": "2372",
                      "marketingProvider": {
                        "checkDigit": "7",
                        "name": "Leuschke - Altenwerth",
                        "number": "124",
                        "value": "js"
                      },
                      "startDateTime": "2027-05-21T00:00:00.0Z",
                      "startLocation": "jUg"
                    }
                  ],
                  "fee": {
                    "base": {
                      "text": "765026",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "BAM",
                        "value": 250.19
                      },
                      "valueCode": "2bG2"
                    },
                    "code": "4Ohr",
                    "coupon": 3,
                    "description": "Discover the dramatic new Chicken with an exciting mix of Cotton ingredients",
                    "equivalent": {
                      "text": "150443",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "ERN",
                        "value": 104.21
                      },
                      "valueCode": "gjF5"
                    },
                    "quantity": 1,
                    "total": {
                      "text": "588638",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "MNT",
                        "value": 190.72
                      },
                      "valueCode": "27W5"
                    },
                    "totalTax": {
                      "text": "433303",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "MVR",
                        "value": 356.73
                      },
                      "valueCode": "IcaJ"
                    }
                  },
                  "optionalService": {
                    "feeProvider": {
                      "checkDigit": "5",
                      "name": "Kunze LLC",
                      "number": "399",
                      "value": "PB"
                    },
                    "group": "yfDqB",
                    "indicators": {
                      "consumed": "I",
                      "feeOverride": "r",
                      "taxExempt": "Q"
                    },
                    "journeyType": "Ol",
                    "reason": "OBftdmFnPd"
                  },
                  "tax": [
                    {
                      "tax": [
                        {
                          "exempt": true,
                          "name": "ylJmNQrqfF",
                          "sequence": 4,
                          "status": "qG",
                          "taxCode": "hmS",
                          "text": "114576",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "AUD",
                            "value": 23.93
                          },
                          "valueCode": "BPjB"
                        },
                        {
                          "exempt": false,
                          "name": "LPrjPFnXvp",
                          "sequence": 5,
                          "status": "hv",
                          "taxCode": "dzH",
                          "text": "387603",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "KES",
                            "value": 495.22
                          },
                          "valueCode": "1uL2"
                        },
                        {
                          "exempt": true,
                          "name": "XuCixxNArl",
                          "sequence": 1,
                          "status": "jH",
                          "taxCode": "soc",
                          "text": "689575",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "IRR",
                            "value": 131.51
                          },
                          "valueCode": "l5sA"
                        },
                        {
                          "exempt": false,
                          "name": "MiRmeedASJ",
                          "sequence": 4,
                          "status": "Xv",
                          "taxCode": "APW",
                          "text": "037643",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "SEK",
                            "value": 215.48
                          },
                          "valueCode": "rIkm"
                        },
                        {
                          "exempt": true,
                          "name": "xkDutirbrw",
                          "sequence": 4,
                          "status": "fy",
                          "taxCode": "awl",
                          "text": "540375",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "CUP",
                            "value": 105.41
                          },
                          "valueCode": "NS8h"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": true,
                          "name": "iQJQEUvxEv",
                          "sequence": 5,
                          "status": "lM",
                          "taxCode": "uZz",
                          "text": "396298",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "MZN",
                            "value": 60.07
                          },
                          "valueCode": "MIx9"
                        },
                        {
                          "exempt": true,
                          "name": "dwhYZGiuji",
                          "sequence": 2,
                          "status": "Be",
                          "taxCode": "Jft",
                          "text": "341771",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "NAD",
                            "value": 99.85
                          },
                          "valueCode": "Vg0t"
                        },
                        {
                          "exempt": false,
                          "name": "mRrxiopXNv",
                          "sequence": 2,
                          "status": "ig",
                          "taxCode": "Zab",
                          "text": "433171",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "TRY",
                            "value": 198.8
                          },
                          "valueCode": "KwaF"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": true,
                          "name": "bqBRCBDTXC",
                          "sequence": 5,
                          "status": "Uc",
                          "taxCode": "oDu",
                          "text": "469252",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "SOS",
                            "value": 447.38
                          },
                          "valueCode": "bLwO"
                        },
                        {
                          "exempt": true,
                          "name": "eLngjCBZmS",
                          "sequence": 2,
                          "status": "IG",
                          "taxCode": "Wof",
                          "text": "409604",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "MAD",
                            "value": 126.67
                          },
                          "valueCode": "E4VX"
                        },
                        {
                          "exempt": false,
                          "name": "dqdGEBWoJE",
                          "sequence": 3,
                          "status": "zg",
                          "taxCode": "VZD",
                          "text": "345647",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "MUR",
                            "value": 149.57
                          },
                          "valueCode": "yecy"
                        },
                        {
                          "exempt": true,
                          "name": "oGTnrqrUvm",
                          "sequence": 2,
                          "status": "NP",
                          "taxCode": "FvL",
                          "text": "263766",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "MXN",
                            "value": 316.89
                          },
                          "valueCode": "pu75"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": true,
                          "name": "WjLjIgTeZu",
                          "sequence": 2,
                          "status": "Ld",
                          "taxCode": "Lix",
                          "text": "065805",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "MKD",
                            "value": 222.18
                          },
                          "valueCode": "2oaw"
                        },
                        {
                          "exempt": true,
                          "name": "xfdaMaZPjm",
                          "sequence": 5,
                          "status": "zc",
                          "taxCode": "ODb",
                          "text": "273985",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "OMR",
                            "value": 279.94
                          },
                          "valueCode": "BK0g"
                        }
                      ]
                    }
                  ]
                },
                {
                  "associatedTicketNumber": {
                    "associationType": "NWc",
                    "checkDigit": "4",
                    "couponNumber": "80",
                    "value": "5466136413786"
                  },
                  "emdCoupon": [
                    {
                      "classOfService": "u",
                      "couponNumber": "44",
                      "endLocation": "iah",
                      "marketingFlightNumber": "5287",
                      "marketingProvider": {
                        "checkDigit": "6",
                        "name": "Cassin Inc",
                        "number": "973",
                        "value": "Js"
                      },
                      "startDateTime": "2027-06-16T00:00:00.0Z",
                      "startLocation": "Xsk"
                    },
                    {
                      "classOfService": "Z",
                      "couponNumber": "30",
                      "endLocation": "rqb",
                      "marketingFlightNumber": "5924",
                      "marketingProvider": {
                        "checkDigit": "2",
                        "name": "Wolff, Hudson and Aufderhar",
                        "number": "688",
                        "value": "xS"
                      },
                      "startDateTime": "2027-01-10T00:00:00.0Z",
                      "startLocation": "mal"
                    },
                    {
                      "classOfService": "i",
                      "couponNumber": "91",
                      "endLocation": "Fxy",
                      "marketingFlightNumber": "7523",
                      "marketingProvider": {
                        "checkDigit": "0",
                        "name": "Senger LLC",
                        "number": "610",
                        "value": "AU"
                      },
                      "startDateTime": "2027-05-01T00:00:00.0Z",
                      "startLocation": "CJF"
                    },
                    {
                      "classOfService": "c",
                      "couponNumber": "62",
                      "endLocation": "mKn",
                      "marketingFlightNumber": "2706",
                      "marketingProvider": {
                        "checkDigit": "1",
                        "name": "Sipes Group",
                        "number": "926",
                        "value": "pL"
                      },
                      "startDateTime": "2026-11-14T00:00:00.0Z",
                      "startLocation": "fpU"
                    },
                    {
                      "classOfService": "L",
                      "couponNumber": "10",
                      "endLocation": "lnq",
                      "marketingFlightNumber": "7565",
                      "marketingProvider": {
                        "checkDigit": "1",
                        "name": "Bechtelar, Lesch and Hilll",
                        "number": "386",
                        "value": "ZO"
                      },
                      "startDateTime": "2026-10-14T00:00:00.0Z",
                      "startLocation": "QxZ"
                    }
                  ],
                  "fee": {
                    "base": {
                      "text": "210887",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "PKR",
                        "value": 499.99
                      },
                      "valueCode": "fXu9"
                    },
                    "code": "xH0A",
                    "coupon": 3,
                    "description": "Introducing the Niger-inspired Chair, blending prime style with local craftsmanship",
                    "equivalent": {
                      "text": "435596",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "USD",
                        "value": 451.97
                      },
                      "valueCode": "PQB2"
                    },
                    "quantity": 3,
                    "total": {
                      "text": "572644",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "SOS",
                        "value": 150.07
                      },
                      "valueCode": "an10"
                    },
                    "totalTax": {
                      "text": "984905",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "VES",
                        "value": 287.08
                      },
                      "valueCode": "ZmqP"
                    }
                  },
                  "optionalService": {
                    "feeProvider": {
                      "checkDigit": "3",
                      "name": "Spencer - Ferry",
                      "number": "964",
                      "value": "Du"
                    },
                    "group": "xvdgz",
                    "indicators": {
                      "consumed": "m",
                      "feeOverride": "I",
                      "taxExempt": "N"
                    },
                    "journeyType": "JE",
                    "reason": "NxcLbOYcuu"
                  },
                  "tax": [
                    {
                      "tax": [
                        {
                          "exempt": false,
                          "name": "HqGClDwRQF",
                          "sequence": 2,
                          "status": "CQ",
                          "taxCode": "UlL",
                          "text": "420715",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "SAR",
                            "value": 371.5
                          },
                          "valueCode": "9csW"
                        },
                        {
                          "exempt": false,
                          "name": "CgoRNriEOF",
                          "sequence": 5,
                          "status": "pt",
                          "taxCode": "PyT",
                          "text": "596245",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "TMT",
                            "value": 327.88
                          },
                          "valueCode": "LSzI"
                        },
                        {
                          "exempt": true,
                          "name": "uhfZXYmLIR",
                          "sequence": 3,
                          "status": "nm",
                          "taxCode": "EZW",
                          "text": "702240",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "AMD",
                            "value": 129.88
                          },
                          "valueCode": "8Vlc"
                        },
                        {
                          "exempt": false,
                          "name": "AIjYspmlNS",
                          "sequence": 5,
                          "status": "qZ",
                          "taxCode": "ShY",
                          "text": "051179",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "SYP",
                            "value": 271.37
                          },
                          "valueCode": "KIAK"
                        },
                        {
                          "exempt": true,
                          "name": "DrVEMSnjjR",
                          "sequence": 4,
                          "status": "BT",
                          "taxCode": "bES",
                          "text": "735939",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "ALL",
                            "value": 450.54
                          },
                          "valueCode": "QZQr"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": false,
                          "name": "hKJMWHiUjE",
                          "sequence": 5,
                          "status": "fA",
                          "taxCode": "WbM",
                          "text": "128005",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "KZT",
                            "value": 462.14
                          },
                          "valueCode": "Mw6o"
                        },
                        {
                          "exempt": false,
                          "name": "vXAVZFdYeY",
                          "sequence": 3,
                          "status": "hl",
                          "taxCode": "jgw",
                          "text": "029692",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "GIP",
                            "value": 255.62
                          },
                          "valueCode": "YzVM"
                        },
                        {
                          "exempt": false,
                          "name": "dSQQMumepU",
                          "sequence": 3,
                          "status": "mP",
                          "taxCode": "LOT",
                          "text": "471239",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "NAD",
                            "value": 464.68
                          },
                          "valueCode": "gCan"
                        },
                        {
                          "exempt": false,
                          "name": "UTXFZiCqLm",
                          "sequence": 5,
                          "status": "vc",
                          "taxCode": "unK",
                          "text": "156837",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "AZN",
                            "value": 38.15
                          },
                          "valueCode": "NOjs"
                        }
                      ]
                    }
                  ]
                },
                {
                  "associatedTicketNumber": {
                    "associationType": "faD",
                    "checkDigit": "0",
                    "couponNumber": "82",
                    "value": "2465682250138"
                  },
                  "emdCoupon": [
                    {
                      "classOfService": "F",
                      "couponNumber": "76",
                      "endLocation": "Len",
                      "marketingFlightNumber": "9813",
                      "marketingProvider": {
                        "checkDigit": "1",
                        "name": "Flatley, Donnelly and Hand",
                        "number": "812",
                        "value": "JD"
                      },
                      "startDateTime": "2026-11-11T00:00:00.0Z",
                      "startLocation": "OYo"
                    },
                    {
                      "classOfService": "d",
                      "couponNumber": "37",
                      "endLocation": "fzp",
                      "marketingFlightNumber": "5641",
                      "marketingProvider": {
                        "checkDigit": "7",
                        "name": "Dibbert Group",
                        "number": "290",
                        "value": "zr"
                      },
                      "startDateTime": "2027-05-22T00:00:00.0Z",
                      "startLocation": "uOV"
                    },
                    {
                      "classOfService": "w",
                      "couponNumber": "58",
                      "endLocation": "mLC",
                      "marketingFlightNumber": "3148",
                      "marketingProvider": {
                        "checkDigit": "9",
                        "name": "Pfeffer Inc",
                        "number": "751",
                        "value": "nU"
                      },
                      "startDateTime": "2027-04-29T00:00:00.0Z",
                      "startLocation": "XdO"
                    },
                    {
                      "classOfService": "c",
                      "couponNumber": "38",
                      "endLocation": "EgJ",
                      "marketingFlightNumber": "1684",
                      "marketingProvider": {
                        "checkDigit": "1",
                        "name": "Swaniawski, Brakus and Cummings",
                        "number": "847",
                        "value": "Hd"
                      },
                      "startDateTime": "2027-02-05T00:00:00.0Z",
                      "startLocation": "pKm"
                    }
                  ],
                  "fee": {
                    "base": {
                      "text": "866045",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "TOP",
                        "value": 93.37
                      },
                      "valueCode": "A4Yc"
                    },
                    "code": "Kjj4",
                    "coupon": 1,
                    "description": "New Pants model with 51 GB RAM, 760 GB storage, and free features",
                    "equivalent": {
                      "text": "522399",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "VND",
                        "value": 142.41
                      },
                      "valueCode": "wuY8"
                    },
                    "quantity": 1,
                    "total": {
                      "text": "734976",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "SZL",
                        "value": 120.84
                      },
                      "valueCode": "8Xuv"
                    },
                    "totalTax": {
                      "text": "042584",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "MUR",
                        "value": 483.53
                      },
                      "valueCode": "hygO"
                    }
                  },
                  "optionalService": {
                    "feeProvider": {
                      "checkDigit": "8",
                      "name": "Kulas Inc",
                      "number": "823",
                      "value": "HR"
                    },
                    "group": "hOTnf",
                    "indicators": {
                      "consumed": "D",
                      "feeOverride": "z",
                      "taxExempt": "Z"
                    },
                    "journeyType": "BT",
                    "reason": "sivcqEEYez"
                  },
                  "tax": [
                    {
                      "tax": [
                        {
                          "exempt": false,
                          "name": "dHQzKuvkII",
                          "sequence": 3,
                          "status": "dd",
                          "taxCode": "sdE",
                          "text": "001484",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "TZS",
                            "value": 459.36
                          },
                          "valueCode": "4mOO"
                        },
                        {
                          "exempt": false,
                          "name": "WqhsxvaYgt",
                          "sequence": 5,
                          "status": "RV",
                          "taxCode": "KBX",
                          "text": "856763",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "AOA",
                            "value": 464.89
                          },
                          "valueCode": "DR5o"
                        }
                      ]
                    }
                  ]
                }
              ],
              "payment": [
                {
                  "base": {
                    "applyCreditIndicator": true,
                    "currency": "TRY",
                    "value": 494.28
                  },
                  "cashIndicator": true,
                  "formOfPaymentType": "CHECK",
                  "paymentConfirmation": false,
                  "remarks": "gkGClqyCbS",
                  "sequence": 3,
                  "tax": {
                    "applyCreditIndicator": false,
                    "currency": "VUV",
                    "value": 163.1
                  },
                  "total": {
                    "applyCreditIndicator": true,
                    "currency": "RON",
                    "value": 412.39
                  }
                },
                {
                  "base": {
                    "applyCreditIndicator": true,
                    "currency": "UGX",
                    "value": 486.12
                  },
                  "cashIndicator": false,
                  "formOfPaymentType": "CC",
                  "paymentConfirmation": false,
                  "remarks": "ASwFauTFCs",
                  "sequence": 2,
                  "tax": {
                    "applyCreditIndicator": false,
                    "currency": "NPR",
                    "value": 448.92
                  },
                  "total": {
                    "applyCreditIndicator": true,
                    "currency": "DOP",
                    "value": 199.78
                  }
                }
              ],
              "priceBreakdown": {
                "amounts": {
                  "base": {
                    "text": "240482",
                    "ticketingAmount": {
                      "applyCreditIndicator": false,
                      "currency": "EUR",
                      "value": 25.84
                    },
                    "valueCode": "3zjC"
                  },
                  "equivalent": {
                    "currencyConversion": {
                      "bankerBuyingRate": 1.0234,
                      "bankerSellingRate": 0.8094,
                      "iataClearingHouseRate": 0.9128
                    },
                    "text": "496872",
                    "ticketingAmount": {
                      "applyCreditIndicator": false,
                      "currency": "ZAR",
                      "value": 242.28
                    },
                    "valueCode": "Yyby"
                  },
                  "net": {
                    "text": "268547",
                    "ticketingAmount": {
                      "applyCreditIndicator": false,
                      "currency": "UAH",
                      "value": 458.07
                    },
                    "valueCode": "bFWs"
                  },
                  "tax": [
                    {
                      "exempt": false,
                      "name": "dMJQpEqfIs",
                      "sequence": 5,
                      "status": "EF",
                      "taxCode": "afS",
                      "text": "813674",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "KES",
                        "value": 196.74
                      },
                      "valueCode": "y52s"
                    },
                    {
                      "exempt": false,
                      "name": "YSBdbIaABQ",
                      "sequence": 1,
                      "status": "Qz",
                      "taxCode": "Dib",
                      "text": "142776",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "CRC",
                        "value": 265.26
                      },
                      "valueCode": "eMLY"
                    },
                    {
                      "exempt": false,
                      "name": "tJCYkmllys",
                      "sequence": 3,
                      "status": "ub",
                      "taxCode": "HdM",
                      "text": "587801",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "ZAR",
                        "value": 337.28
                      },
                      "valueCode": "T10U"
                    },
                    {
                      "exempt": true,
                      "name": "ivuBSJUNEa",
                      "sequence": 1,
                      "status": "tR",
                      "taxCode": "UjN",
                      "text": "828049",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "NPR",
                        "value": 282.41
                      },
                      "valueCode": "Qxhs"
                    }
                  ],
                  "total": {
                    "rateOfExchange": 0.8715,
                    "text": "496594",
                    "ticketingAmount": {
                      "applyCreditIndicator": true,
                      "currency": "SBD",
                      "value": 243.76
                    },
                    "valueCode": "6hg0"
                  },
                  "totalTax": {
                    "text": "953368",
                    "ticketingAmount": {
                      "applyCreditIndicator": false,
                      "currency": "NIO",
                      "value": 93.27
                    },
                    "valueCode": "P644"
                  }
                },
                "taxes": {
                  "tax": [
                    {
                      "exempt": false,
                      "name": "UYxqZqKTRh",
                      "sequence": 5,
                      "status": "hW",
                      "taxCode": "nUB",
                      "text": "248368",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "KWD",
                        "value": 472.15
                      },
                      "valueCode": "GMAD"
                    },
                    {
                      "exempt": true,
                      "name": "sVUJiJZyQn",
                      "sequence": 5,
                      "status": "zt",
                      "taxCode": "iNy",
                      "text": "182456",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "ALL",
                        "value": 90.06
                      },
                      "valueCode": "HqC3"
                    }
                  ]
                }
              },
              "reasonForIssue": "iIRwTNiTdC",
              "relatedDocument": [
                {
                  "associatedTicketNumber": {
                    "associationType": "pEn",
                    "checkDigit": "5",
                    "couponNumber": "83",
                    "value": "7761697141435"
                  },
                  "checkDigit": "2",
                  "coupon": "69",
                  "iataNumber": "378",
                  "issueCity": "Port Arielstad",
                  "issueDate": "2026-03-20",
                  "number": "0703982852702",
                  "payment": "fPZie",
                  "remark": "wcZscptuXx",
                  "sequence": "59",
                  "transactionId": "c247f64e-52b1-4d69-a090-bf81b7de3d7b",
                  "type": "MISCELLANEOUS"
                },
                {
                  "associatedTicketNumber": {
                    "associationType": "eTS",
                    "checkDigit": "4",
                    "couponNumber": "91",
                    "value": "2909007691656"
                  },
                  "checkDigit": "1",
                  "coupon": "90",
                  "iataNumber": "856",
                  "issueCity": "Runolfsdottirville",
                  "issueDate": "2026-06-02",
                  "number": "1254508028592",
                  "payment": "RqwbT",
                  "remark": "COEgOBhlhi",
                  "sequence": "10",
                  "transactionId": "1967d1fa-b832-496c-b2f0-c2af298e3c75",
                  "type": "REFUND"
                },
                {
                  "associatedTicketNumber": {
                    "associationType": "kZg",
                    "checkDigit": "6",
                    "couponNumber": "99",
                    "value": "2843628961653"
                  },
                  "checkDigit": "4",
                  "coupon": "04",
                  "iataNumber": "476",
                  "issueCity": "Burien",
                  "issueDate": "2025-07-28",
                  "number": "2811054077638",
                  "payment": "XNKia",
                  "remark": "rAvpmyKjiK",
                  "sequence": "05",
                  "transactionId": "4b43876e-0d81-4a9b-9a91-edd201d4d637",
                  "type": "REFUND"
                }
              ],
              "reservation": {
                "creationDate": "2025-10-24T00:00:00.0Z",
                "provider": "Fritsch - Stark",
                "recordLocator": "VTABQA"
              },
              "systemCreateDateTime": "2026-02-05T00:00:00.0Z",
              "type": "mEn"
            }
          ],
          "emergencyContact": [
            {
              "contactDetails": "+15997970239",
              "countryCode": "KG",
              "id": "de64395e-7e71-4674-97a1-116ec33962da",
              "name": "Miss Leigh Lind",
              "otherDetails": "qiVnnmlfDSGYEuO",
              "relationship": "parent"
            },
            {
              "contactDetails": "+12844689380",
              "countryCode": "TJ",
              "id": "377cce66-5493-40c7-aa87-a687b9ab866c",
              "name": "Alfredo Rath",
              "otherDetails": "ylvbZTzdUuVUbFY",
              "relationship": "parent"
            },
            {
              "contactDetails": "+15425924140",
              "countryCode": "TM",
              "id": "9987ddeb-8a89-4036-8c00-a290624afc73",
              "name": "Mildred Wolff",
              "otherDetails": "eioIZNruukuWJCk",
              "relationship": "brother"
            }
          ],
          "exchangeAvailability": {
            "exchangeableEmds": [
              {
                "airExtraRefs": [
                  "ae1",
                  "ae2"
                ],
                "emdNumber": "14865611844160"
              },
              {
                "airExtraRefs": [
                  "ae1",
                  "ae2"
                ],
                "emdNumber": "80591421233288"
              }
            ],
            "payableAirExtraRefs": [
              "ae1",
              "ae2"
            ]
          },
          "fiscalCode": "PxnQd8fTSx",
          "gender": "MALE",
          "genericSpecialRequests": {
            "genericSpecialRequest": [
              {
                "airlineCode": "Em",
                "airlineFactsType": "HOSTED",
                "code": "HibfV",
                "freeText": "jRvQgdHfArSBqqz",
                "fullText": "eEvqwwJXAKeavLYWgTmtcudFVzNjjv",
                "id": "184fdb0c-75c3-440a-8813-ca5639e77e06",
                "messageType": "OSI",
                "numberInParty": 1,
                "segmentRefs": [
                  "id01",
                  "id02"
                ],
                "status": {
                  "statusCode": "RQ",
                  "value": "WAIVED"
                },
                "syntheticIdentifier": "451329516176631",
                "ticketNumber": {
                  "airlineAccountingCode": "096",
                  "checkDigit": "3",
                  "number": "62981401525412",
                  "serialNumber": "7525919132"
                }
              },
              {
                "airlineCode": "zu",
                "airlineFactsType": "OTHER_AIRLINE",
                "code": "GwrNd",
                "freeText": "zVqNZocijITtALj",
                "fullText": "EvyFnwmTKFxZnyTiiTTmnnMiwXmhsX",
                "id": "c22e3a38-f882-4e85-ad56-10c7165f1842",
                "messageType": "OSI",
                "numberInParty": 1,
                "segmentRefs": [
                  "id01",
                  "id02"
                ],
                "status": {
                  "statusCode": "HD",
                  "value": "VERIFICATION"
                },
                "syntheticIdentifier": "965840773283841",
                "ticketNumber": {
                  "airlineAccountingCode": "591",
                  "checkDigit": "8",
                  "number": "67662989665490",
                  "serialNumber": "6306366221"
                }
              },
              {
                "airlineCode": "aW",
                "airlineFactsType": "OTHER_AIRLINE",
                "code": "N03tm",
                "freeText": "agwkcfnYBmUAHgJ",
                "fullText": "yAxTzaeKSTYVdiKYmdztBXbpdKrFhz",
                "id": "0b99da7f-cf4e-4e15-832c-ede997fa5bc7",
                "messageType": "SSR",
                "numberInParty": 4,
                "segmentRefs": [
                  "id01",
                  "id02"
                ],
                "status": {
                  "statusCode": "HD",
                  "value": "VERIFICATION"
                },
                "syntheticIdentifier": "941706190885902",
                "ticketNumber": {
                  "airlineAccountingCode": "998",
                  "checkDigit": "1",
                  "number": "91233931177228",
                  "serialNumber": "1023307171"
                }
              }
            ]
          },
          "id": "4a2274ee-5a55-4401-865c-8b8b75f09b8d",
          "iropContact": {
            "emails": {
              "email": [
                {
                  "address": "Jace42@gmail.com",
                  "id": "678e8e02-9396-4296-b1c5-4f9cac9d289f",
                  "languageCode": "IT",
                  "segmentRefs": [
                    "id01",
                    "id02"
                  ],
                  "syntheticIdentifier": "252541900455992"
                },
                {
                  "address": "Lempi_Doyle47@yahoo.com",
                  "id": "4fd87018-021a-46ed-b95f-cde72f9047c5",
                  "languageCode": "DE",
                  "segmentRefs": [
                    "id01",
                    "id02"
                  ],
                  "syntheticIdentifier": "710308578872393"
                }
              ]
            },
            "phones": {
              "phone": [
                {
                  "id": "acc8155a-9438-4d82-ae76-9b6fd6a9ca5f",
                  "number": "+15356991369",
                  "segmentRefs": [
                    "id01",
                    "id02"
                  ],
                  "syntheticIdentifier": "748869850315130"
                },
                {
                  "id": "d97d2c9a-b6c1-41fe-bd30-9218f96083fe",
                  "number": "+19402122424",
                  "segmentRefs": [
                    "id01",
                    "id02"
                  ],
                  "syntheticIdentifier": "887302095072900"
                },
                {
                  "id": "0db90206-2e5e-48e9-9b9b-690e7ed41432",
                  "number": "+19099922573",
                  "segmentRefs": [
                    "id01",
                    "id02"
                  ],
                  "syntheticIdentifier": "004194697503455"
                },
                {
                  "id": "9400e340-e7f8-46fe-8804-b934775c3b8b",
                  "number": "+13253850479",
                  "segmentRefs": [
                    "id01",
                    "id02"
                  ],
                  "syntheticIdentifier": "920691392147999"
                }
              ]
            },
            "refusals": {
              "refusal": [
                {
                  "id": "530f89e7-08f0-4d7c-9cb3-660e5b815ff9",
                  "reason": "gsJyQZfqbP",
                  "segmentRefs": [
                    "id01",
                    "id02"
                  ],
                  "syntheticIdentifier": "806992187872857"
                },
                {
                  "id": "13a6568f-8ecf-458b-9050-21329de88fd0",
                  "reason": "SuOmwHRfTy",
                  "segmentRefs": [
                    "id01",
                    "id02"
                  ],
                  "syntheticIdentifier": "123737895710589"
                },
                {
                  "id": "d2545276-6fe0-4762-bb20-c4dd21bbdbe2",
                  "reason": "JoLdEOBFIG",
                  "segmentRefs": [
                    "id01",
                    "id02"
                  ],
                  "syntheticIdentifier": "378353071420542"
                },
                {
                  "id": "cc6db4f0-193b-49a8-a128-5b6f4b38a61a",
                  "reason": "qjxTDhJzdz",
                  "segmentRefs": [
                    "id01",
                    "id02"
                  ],
                  "syntheticIdentifier": "659066322980203"
                },
                {
                  "id": "fec9c7e4-d64e-4047-9688-8aaab5aecb70",
                  "reason": "tMnuNlTBuC",
                  "segmentRefs": [
                    "id01",
                    "id02"
                  ],
                  "syntheticIdentifier": "038580306694672"
                }
              ]
            }
          },
          "loyaltyAccount": [
            {
              "id": "dda64cf8-6834-4c61-836b-5a3cc005ec03",
              "latestAwardDate": "2026-01-03",
              "loyaltyTierLevel": {
                "atpco": "78",
                "customerInsight": "00",
                "name": "gold",
                "number": 5,
                "priority": 10,
                "tag": "wuQ"
              },
              "memberAirline": "[ob",
              "memberId": "4132877198",
              "membershipStartDate": "2023-01-28",
              "mileage": {
                "unit": "MILES",
                "value": 4558
              },
              "pnrId": "8",
              "points": 14012,
              "source": "SSCI"
            }
          ],
          "nameNumber": "3376.",
          "passengerDocument": [
            {
              "document": {
                "applicableCountry": "UY",
                "countryOfBirth": "LV",
                "dateOfBirth": "1978-01-08",
                "expiryDate": "2026-11-21",
                "gender": "H",
                "id": "879da2ef-1386-4363-8790-d49e18223a99",
                "issueDate": "2026-02-13",
                "issuingCountry": "SY",
                "issuingPlace": "Roobfield",
                "nationality": "LBN",
                "number": "9pEz5FnHb4",
                "personName": {
                  "first": "Gerda",
                  "last": "Rice",
                  "middle": "Reign",
                  "prefix": "Miss",
                  "raw": "Andy Greenfelder",
                  "suffix": "DDS"
                },
                "placeOfBirth": "Orlofurt",
                "type": "PASSPORT"
              },
              "holderType": "PRIMARY",
              "inputMethod": "SCAN",
              "multinameHolder": false
            },
            {
              "document": {
                "applicableCountry": "DM",
                "countryOfBirth": "LC",
                "dateOfBirth": "2014-05-10",
                "expiryDate": "2031-03-16",
                "gender": "C",
                "id": "89f60044-eb0e-4bff-99a5-c428a48048ea",
                "issueDate": "2025-05-12",
                "issuingCountry": "GR",
                "issuingPlace": "Crookstown",
                "nationality": "MAF",
                "number": "iln6pu7Nqt",
                "personName": {
                  "first": "Humberto",
                  "last": "Purdy",
                  "middle": "Kai",
                  "prefix": "Miss",
                  "raw": "Marilyn Leuschke DVM",
                  "suffix": "DVM"
                },
                "placeOfBirth": "Kundeshire",
                "type": "PASSPORT"
              },
              "holderType": "SECONDARY",
              "inputMethod": "SCAN",
              "multinameHolder": false
            }
          ],
          "passengerItineraryParts": {
            "passengerItineraryPart": [
              {
                "airExtra": [
                  {
                    "airExtraBundleRef": "49c8e9f3-fb7c-4e4f-9f14-be29b443861c",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": true,
                        "customRules": {
                          "applyHighestTierLevel": false,
                          "convertible": false,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 2
                        },
                        "exchangeable": false,
                        "feeApplicationMethod": {
                          "code": "1",
                          "value": "ONE_PERCENT_OF_FARE_PER_KG"
                        },
                        "formOfRefund": {
                          "code": "2",
                          "value": "ORIGINAL"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 1
                        },
                        "freeOfChargeRules": [
                          "EMD_REQUIRED",
                          "EMD_REQUIRED",
                          "EMD_REQUIRED"
                        ],
                        "interlineable": true,
                        "inventoryControlled": true,
                        "paperTicketRequired": true,
                        "purchaseAtTicketIssue": false,
                        "purchaseBy": "2026-09-17",
                        "refundable": true,
                        "tourCode": "KiPBQ6"
                      },
                      "bagType": "BIKE",
                      "bookingMethod": {
                        "code": "7^",
                        "value": "ANY_ALLOWED"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "UPTO50LB 23KG",
                      "displayOnly": true,
                      "electronicMiscDocType": {
                        "code": "1",
                        "consumedAtIssuance": false,
                        "value": "ETICKET"
                      },
                      "group": "WIF",
                      "id": "IfjrMX",
                      "reasonForIssuance": {
                        "code": "B",
                        "value": "AIR_TRANSPORTATION"
                      },
                      "sequenceNumber": 9,
                      "serviceType": {
                        "code": "tB",
                        "value": "DISCLOSURE"
                      },
                      "specialService": {
                        "code": "WCHR",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 15,
                              "min": 3,
                              "name": "WEIGHT",
                              "optional": true,
                              "type": "TEXT",
                              "unit": "KG"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 70,
                              "min": 5,
                              "name": "WEIGHT",
                              "optional": false,
                              "type": "TEXT",
                              "unit": "KG"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 81,
                              "min": 5,
                              "name": "SIZE",
                              "optional": true,
                              "type": "INT",
                              "unit": "LB"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 43,
                              "min": 2,
                              "name": "WEIGHT",
                              "optional": true,
                              "type": "TEXT",
                              "unit": "LB"
                            }
                          ]
                        },
                        "type": "NOTALLOWED"
                      },
                      "ssimCode": "ce5",
                      "subCode": "591",
                      "vendor": "MMGR",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 40.8
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 37.2
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 32.8
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 13.3
                        }
                      ]
                    },
                    "bookingIndicator": "44",
                    "disassociated": true,
                    "emdNumber": {
                      "number": "54067374620302"
                    },
                    "emdPaperIndicator": "E",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "64",
                          "segmentRef": "937766af-c708-407e-9070-db63eb895367"
                        },
                        {
                          "emdCouponNumber": "22",
                          "segmentRef": "fd55b831-5c48-4db9-b950-f1d67123c03e"
                        },
                        {
                          "emdCouponNumber": "14",
                          "segmentRef": "a47ef172-6755-46b8-8c78-6ff63c275b04"
                        },
                        {
                          "emdCouponNumber": "87",
                          "segmentRef": "49daca7c-fbb9-40fb-9d5c-b09e8856beca"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "34",
                    "id": "4e59f921-d512-4223-988e-0a436648c7aa",
                    "miscFee": {
                      "dealName": "SPRING DEAL",
                      "group": "BG",
                      "id": "ada3b132-973c-4d73-b645-cbd2e9b4bc8f",
                      "offerName": "OFFER A",
                      "reasonForIssuance": "A",
                      "subCode": "184"
                    },
                    "offerId": {
                      "id": "cf48b81e-f1f7-4b94-a393-4003ad093ed2",
                      "itemId": "46596c3e-f162-45df-b029-f0a95792affe"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "OK",
                      "value": "PENDING"
                    },
                    "pnrId": "TYZPVT",
                    "quantity": 4,
                    "specialServiceDescription": {
                      "code": "VmsI",
                      "properties": {
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "102"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "719"
                          }
                        ]
                      },
                      "text": "HlcIoyqfFvMTstb"
                    },
                    "syntheticIdentifier": "33519495947594088883",
                    "taxExemption": true,
                    "ticketUsedForEmdPricing": "Y",
                    "type": "MISC_FEE",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 17.5
                    }
                  },
                  {
                    "airExtraBundleRef": "6ec0f78e-2986-48b3-9e12-1c273571ad05",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": true,
                        "customRules": {
                          "applyHighestTierLevel": false,
                          "convertible": false,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 7
                        },
                        "exchangeable": false,
                        "feeApplicationMethod": {
                          "code": "5",
                          "value": "ONE_PERCENT_OF_FARE_PER_KG"
                        },
                        "formOfRefund": {
                          "code": "1",
                          "value": "VOUCHER"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 3
                        },
                        "freeOfChargeRules": [
                          "EMD_REQUIRED",
                          "EMD_REQUIRED"
                        ],
                        "interlineable": true,
                        "inventoryControlled": false,
                        "paperTicketRequired": false,
                        "purchaseAtTicketIssue": true,
                        "purchaseBy": "2026-10-05",
                        "refundable": true,
                        "tourCode": "vowXOG"
                      },
                      "bagType": "BIKE",
                      "bookingMethod": {
                        "code": "8/",
                        "value": "NO_BOOKING_REQUIRED"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "UPTO50LB 23KG",
                      "displayOnly": false,
                      "electronicMiscDocType": {
                        "code": "3",
                        "consumedAtIssuance": true,
                        "value": "FLIGHT_COUPON_ASSOCIATED"
                      },
                      "group": "BG",
                      "id": "ZQ4TBM",
                      "reasonForIssuance": {
                        "code": "A",
                        "value": "AIR_TRANSPORTATION"
                      },
                      "sequenceNumber": 31,
                      "serviceType": {
                        "code": "h6",
                        "value": "FLIGHT_RELATED"
                      },
                      "specialService": {
                        "code": "WCHR",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 91,
                              "min": 3,
                              "name": "AGE",
                              "optional": true,
                              "type": "INT",
                              "unit": "CM"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 45,
                              "min": 5,
                              "name": "AGE",
                              "optional": false,
                              "type": "INT",
                              "unit": "IN"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 31,
                              "min": 2,
                              "name": "SIZE",
                              "optional": true,
                              "type": "INT",
                              "unit": "KG"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 72,
                              "min": 5,
                              "name": "SIZE",
                              "optional": true,
                              "type": "TEXT",
                              "unit": "KG"
                            }
                          ]
                        },
                        "type": "REQUIRED"
                      },
                      "ssimCode": "L1T",
                      "subCode": "324",
                      "vendor": "AMAD",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 10.5
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 25.1
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 24.8
                        }
                      ]
                    },
                    "bookingIndicator": "94",
                    "disassociated": true,
                    "emdNumber": {
                      "number": "57423491551202"
                    },
                    "emdPaperIndicator": "E",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "49",
                          "segmentRef": "69565099-cf49-48bd-95f2-4761db23f484"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "19",
                    "id": "8c00e6ed-cf7c-48c2-a587-55a06d30702c",
                    "miscFee": {
                      "dealName": "WINTER SALE",
                      "group": "SEA",
                      "id": "671e34f8-8ac9-49d1-8a83-ccbc439450e9",
                      "offerName": "OFFER A",
                      "reasonForIssuance": "R",
                      "subCode": "815"
                    },
                    "offerId": {
                      "id": "f55697e5-e456-461c-a025-d90cb7ccab5e",
                      "itemId": "359280e0-244f-4079-9416-d5de69c7802d"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "HD",
                      "value": "REJECTED"
                    },
                    "pnrId": "NFFBVW",
                    "quantity": 1,
                    "specialServiceDescription": {
                      "code": "abiY",
                      "properties": {
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "014"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "476"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "520"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "390"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "575"
                          }
                        ]
                      },
                      "text": "NcSrfiYXNRcqFHX"
                    },
                    "syntheticIdentifier": "62440252965327553390",
                    "taxExemption": false,
                    "ticketUsedForEmdPricing": "N",
                    "type": "MISC_FEE",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 17.1
                    }
                  },
                  {
                    "airExtraBundleRef": "10f8f60e-6f67-4e61-a37b-64c7defbb648",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": false,
                        "customRules": {
                          "applyHighestTierLevel": false,
                          "convertible": true,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 4
                        },
                        "exchangeable": false,
                        "feeApplicationMethod": {
                          "code": "5",
                          "value": "ONE_AND_A_HALF_PERCENT_OF_FARE_PER_KG"
                        },
                        "formOfRefund": {
                          "code": "2",
                          "value": "ORIGINAL"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 1
                        },
                        "freeOfChargeRules": [
                          "BOOKING_REQUIRED"
                        ],
                        "interlineable": false,
                        "inventoryControlled": true,
                        "paperTicketRequired": true,
                        "purchaseAtTicketIssue": false,
                        "purchaseBy": "2026-11-11",
                        "refundable": false,
                        "tourCode": "iroxzy"
                      },
                      "bagType": "BIKE",
                      "bookingMethod": {
                        "code": "7_",
                        "value": "NO_BOOKING_REQUIRED"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "PRIORITY BOARDING",
                      "displayOnly": false,
                      "electronicMiscDocType": {
                        "code": "2",
                        "consumedAtIssuance": false,
                        "value": "STANDALONE"
                      },
                      "group": "WIF",
                      "id": "GOVgkd",
                      "reasonForIssuance": {
                        "code": "G",
                        "value": "AIR_TRANSPORTATION"
                      },
                      "sequenceNumber": 21,
                      "serviceType": {
                        "code": "TX",
                        "value": "EMBARGOES"
                      },
                      "specialService": {
                        "code": "UMNR",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 84,
                              "min": 4,
                              "name": "WEIGHT",
                              "optional": false,
                              "type": "TEXT",
                              "unit": "LB"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 15,
                              "min": 1,
                              "name": "SIZE",
                              "optional": false,
                              "type": "DECIMAL",
                              "unit": "CM"
                            }
                          ]
                        },
                        "type": "STRUCTURED"
                      },
                      "ssimCode": "2gl",
                      "subCode": "677",
                      "vendor": "SABR",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 12.8
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 8.8
                        }
                      ]
                    },
                    "bookingIndicator": "38",
                    "disassociated": false,
                    "emdNumber": {
                      "number": "00017989415417"
                    },
                    "emdPaperIndicator": "E",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "91",
                          "segmentRef": "114cb241-595e-43b2-a499-1fb2078cd004"
                        },
                        {
                          "emdCouponNumber": "55",
                          "segmentRef": "dcf6ff08-cf26-47bd-9d88-e87693d234aa"
                        },
                        {
                          "emdCouponNumber": "06",
                          "segmentRef": "1e576603-84dd-448d-90ba-2ea0454248c6"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "45",
                    "id": "8dbd0892-7d3c-42a0-9bef-d066809b4d66",
                    "miscFee": {
                      "dealName": "WINTER SALE",
                      "group": "SEA",
                      "id": "fe6c1cfd-56b6-447f-a0ee-f2cf3940c58b",
                      "offerName": "MAY WEEKEND DISCOUNT",
                      "reasonForIssuance": "A",
                      "subCode": "452"
                    },
                    "offerId": {
                      "id": "8cf6d209-b140-4925-a1d9-086a2a006e92",
                      "itemId": "11a3e01e-1d23-44c5-9e9a-f95250493ec3"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "HD",
                      "value": "VERIFICATION"
                    },
                    "pnrId": "PYMKSW",
                    "quantity": 2,
                    "specialServiceDescription": {
                      "code": "VVjr",
                      "properties": {
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "123"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "447"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "328"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "573"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "656"
                          }
                        ]
                      },
                      "text": "syjBIsXnvBHaAmh"
                    },
                    "syntheticIdentifier": "06818642061198930720",
                    "taxExemption": false,
                    "ticketUsedForEmdPricing": "Y",
                    "type": "MISC_FEE",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 31.9
                    }
                  },
                  {
                    "airExtraBundleRef": "fb88b995-6864-4291-a9cc-10fc0011b1b2",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": true,
                        "customRules": {
                          "applyHighestTierLevel": true,
                          "convertible": true,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 4
                        },
                        "exchangeable": false,
                        "feeApplicationMethod": {
                          "code": "2",
                          "value": "PER_CHECKED_PORTION"
                        },
                        "formOfRefund": {
                          "code": "1",
                          "value": "VOUCHER"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 0
                        },
                        "freeOfChargeRules": [
                          "EMD_REQUIRED"
                        ],
                        "interlineable": true,
                        "inventoryControlled": false,
                        "paperTicketRequired": false,
                        "purchaseAtTicketIssue": false,
                        "purchaseBy": "2026-08-26",
                        "refundable": true,
                        "tourCode": "qWbXrX"
                      },
                      "bagType": "PET",
                      "bookingMethod": {
                        "code": "5-",
                        "value": "PER_SERVICE_RECORD"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "LOUNGE ACCESS",
                      "displayOnly": true,
                      "electronicMiscDocType": {
                        "code": "2",
                        "consumedAtIssuance": false,
                        "value": "STANDALONE_TICKET_ASSOCIATED"
                      },
                      "group": "MEA",
                      "id": "5U-NYf",
                      "reasonForIssuance": {
                        "code": "G",
                        "value": "MERCHANDISE"
                      },
                      "sequenceNumber": 81,
                      "serviceType": {
                        "code": "np",
                        "value": "CHARGES"
                      },
                      "specialService": {
                        "code": "BGDA",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 94,
                              "min": 4,
                              "name": "AGE",
                              "optional": false,
                              "type": "INT",
                              "unit": "KG"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 62,
                              "min": 2,
                              "name": "AGE",
                              "optional": true,
                              "type": "INT",
                              "unit": "IN"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 39,
                              "min": 1,
                              "name": "WEIGHT",
                              "optional": false,
                              "type": "TEXT",
                              "unit": "IN"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 27,
                              "min": 5,
                              "name": "SIZE",
                              "optional": true,
                              "type": "TEXT",
                              "unit": "KG"
                            }
                          ]
                        },
                        "type": "NOTALLOWED"
                      },
                      "ssimCode": "o0O",
                      "subCode": "298",
                      "vendor": "MMGR",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 33.2
                        }
                      ]
                    },
                    "bookingIndicator": "55",
                    "disassociated": false,
                    "emdNumber": {
                      "number": "31027323839181"
                    },
                    "emdPaperIndicator": "P",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "99",
                          "segmentRef": "32860921-4e2f-426e-b79c-1ab93ea12f60"
                        },
                        {
                          "emdCouponNumber": "00",
                          "segmentRef": "1aa9570c-01c5-45b8-8afa-929c8521bd75"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "59",
                    "id": "6534f904-a6c9-4b26-b7ca-fac465d6989e",
                    "miscFee": {
                      "dealName": "SPRING DEAL",
                      "group": "BG",
                      "id": "54bc06fb-6910-4149-9abe-21122919bf75",
                      "offerName": "MAY WEEKEND DISCOUNT",
                      "reasonForIssuance": "G",
                      "subCode": "202"
                    },
                    "offerId": {
                      "id": "46beace0-bb58-4f9c-ab02-79230fa2aa30",
                      "itemId": "55d1da56-98f2-4fae-9736-49cb63976ac1"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "PD",
                      "value": "VERIFICATION"
                    },
                    "pnrId": "CZSFRJ",
                    "quantity": 4,
                    "specialServiceDescription": {
                      "code": "IQLw",
                      "properties": {
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "171"
                          }
                        ]
                      },
                      "text": "dXPBJqkUNYVgNlz"
                    },
                    "syntheticIdentifier": "56809506011826887020",
                    "taxExemption": false,
                    "ticketUsedForEmdPricing": "Y",
                    "type": "MISC_FEE",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 14
                    }
                  },
                  {
                    "airExtraBundleRef": "a7529c83-c1cd-42f0-8c04-20f303219e04",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": true,
                        "customRules": {
                          "applyHighestTierLevel": true,
                          "convertible": false,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 6
                        },
                        "exchangeable": true,
                        "feeApplicationMethod": {
                          "code": "2",
                          "value": "HALF_PERCENT_OF_FARE_PER_KG"
                        },
                        "formOfRefund": {
                          "code": "2",
                          "value": "VOUCHER"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 3
                        },
                        "freeOfChargeRules": [
                          "BOOKING_REQUIRED",
                          "EMD_REQUIRED",
                          "EMD_REQUIRED"
                        ],
                        "interlineable": true,
                        "inventoryControlled": true,
                        "paperTicketRequired": true,
                        "purchaseAtTicketIssue": true,
                        "purchaseBy": "2026-08-18",
                        "refundable": true,
                        "tourCode": "TFzOxe"
                      },
                      "bagType": "BIKE",
                      "bookingMethod": {
                        "code": "1^",
                        "value": "CONTACT_AIRLINE"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "PRIORITY BOARDING",
                      "displayOnly": true,
                      "electronicMiscDocType": {
                        "code": "3",
                        "consumedAtIssuance": true,
                        "value": "STANDALONE_TICKET_ASSOCIATED"
                      },
                      "group": "WIF",
                      "id": "n9OgFU",
                      "reasonForIssuance": {
                        "code": "A",
                        "value": "AIR_TRANSPORTATION"
                      },
                      "sequenceNumber": 14,
                      "serviceType": {
                        "code": "al",
                        "value": "CHARGES"
                      },
                      "specialService": {
                        "code": "UMNR",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 38,
                              "min": 3,
                              "name": "SIZE",
                              "optional": true,
                              "type": "INT",
                              "unit": "KG"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 69,
                              "min": 2,
                              "name": "AGE",
                              "optional": true,
                              "type": "DECIMAL",
                              "unit": "IN"
                            }
                          ]
                        },
                        "type": "STRUCTURED"
                      },
                      "ssimCode": "hIB",
                      "subCode": "946",
                      "vendor": "MMGR",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 30.1
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 22.8
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 42.2
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 37.7
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 1.1
                        }
                      ]
                    },
                    "bookingIndicator": "77",
                    "disassociated": true,
                    "emdNumber": {
                      "number": "27938529002026"
                    },
                    "emdPaperIndicator": "E",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "61",
                          "segmentRef": "04de54b9-3d85-46a4-9201-3b4064ce914e"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "69",
                    "id": "7a36f2e1-db60-48eb-a29d-d31c4d07d7b2",
                    "miscFee": {
                      "dealName": "WINTER SALE",
                      "group": "BG",
                      "id": "bd51214f-261a-4692-a216-4182c5d36a6b",
                      "offerName": "OFFER A",
                      "reasonForIssuance": "R",
                      "subCode": "995"
                    },
                    "offerId": {
                      "id": "74e9ccd8-b1a8-4bc2-8275-e15cb6c777b9",
                      "itemId": "0de113f5-1cb6-4a47-af8e-744a4204d4c6"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "HD",
                      "value": "REJECTED"
                    },
                    "pnrId": "NRTJTQ",
                    "quantity": 1,
                    "specialServiceDescription": {
                      "code": "xyRl",
                      "properties": {
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "263"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "530"
                          }
                        ]
                      },
                      "text": "xncleSIHhpNweuJ"
                    },
                    "syntheticIdentifier": "24735510355146936714",
                    "taxExemption": false,
                    "ticketUsedForEmdPricing": "N",
                    "type": "ANCILLARY",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 46.9
                    }
                  }
                ],
                "id": "c1912bf1-88ee-4ff2-828b-c139bc445dde",
                "itineraryPartRef": "42e7f084-2bab-47fc-8441-4295562765de"
              },
              {
                "airExtra": [
                  {
                    "airExtraBundleRef": "9844d18f-04d5-46c9-9aa0-3ea42eec8d58",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": false,
                        "customRules": {
                          "applyHighestTierLevel": true,
                          "convertible": true,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 6
                        },
                        "exchangeable": false,
                        "feeApplicationMethod": {
                          "code": "3",
                          "value": "TICKET"
                        },
                        "formOfRefund": {
                          "code": "2",
                          "value": "ORIGINAL"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 3
                        },
                        "freeOfChargeRules": [
                          "BOOKING_REQUIRED",
                          "EMD_REQUIRED",
                          "BOOKING_REQUIRED",
                          "EMD_REQUIRED"
                        ],
                        "interlineable": true,
                        "inventoryControlled": true,
                        "paperTicketRequired": true,
                        "purchaseAtTicketIssue": false,
                        "purchaseBy": "2027-03-28",
                        "refundable": true,
                        "tourCode": "DbOaTT"
                      },
                      "bagType": "BIKE",
                      "bookingMethod": {
                        "code": "3+",
                        "value": "AUXILIARY_SEGMENT"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "PRIORITY BOARDING",
                      "displayOnly": false,
                      "electronicMiscDocType": {
                        "code": "2",
                        "consumedAtIssuance": false,
                        "value": "ETICKET"
                      },
                      "group": "MEA",
                      "id": "TbHIIL",
                      "reasonForIssuance": {
                        "code": "G",
                        "value": "FINANCIAL_IMPACT"
                      },
                      "sequenceNumber": 50,
                      "serviceType": {
                        "code": "Vc",
                        "value": "CHARGES"
                      },
                      "specialService": {
                        "code": "WCHR",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 67,
                              "min": 5,
                              "name": "AGE",
                              "optional": true,
                              "type": "TEXT",
                              "unit": "KG"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 74,
                              "min": 1,
                              "name": "AGE",
                              "optional": true,
                              "type": "ENUM",
                              "unit": "LB"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 75,
                              "min": 5,
                              "name": "WEIGHT",
                              "optional": true,
                              "type": "INT",
                              "unit": "LB"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 40,
                              "min": 1,
                              "name": "WEIGHT",
                              "optional": false,
                              "type": "TEXT",
                              "unit": "IN"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 41,
                              "min": 5,
                              "name": "SIZE",
                              "optional": false,
                              "type": "ENUM",
                              "unit": "LB"
                            }
                          ]
                        },
                        "type": "NOTALLOWED"
                      },
                      "ssimCode": "EId",
                      "subCode": "711",
                      "vendor": "MMGR",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 30.4
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 43.1
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 45.4
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 27.9
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 26.1
                        }
                      ]
                    },
                    "bookingIndicator": "87",
                    "disassociated": true,
                    "emdNumber": {
                      "number": "18161276369300"
                    },
                    "emdPaperIndicator": "E",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "93",
                          "segmentRef": "714090fe-9f38-4510-9d9a-b9fce98f4a54"
                        },
                        {
                          "emdCouponNumber": "09",
                          "segmentRef": "17656965-72f0-4634-9bff-65c29c534e19"
                        },
                        {
                          "emdCouponNumber": "47",
                          "segmentRef": "54285adf-f2c3-4006-bae7-c8f34682294d"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "92",
                    "id": "117f0aad-e4e3-4dcc-8375-2fce26009b99",
                    "miscFee": {
                      "dealName": "WINTER SALE",
                      "group": "BG",
                      "id": "b322088c-1513-4cdb-bed3-3cef3f1db6e0",
                      "offerName": "OFFER A",
                      "reasonForIssuance": "R",
                      "subCode": "246"
                    },
                    "offerId": {
                      "id": "928d5ae0-eabd-4894-9c06-cf444a348029",
                      "itemId": "9ef618f0-87ec-4a1d-a96b-6b3f25d66fb9"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "OK",
                      "value": "REJECTED"
                    },
                    "pnrId": "DHXHNG",
                    "quantity": 4,
                    "specialServiceDescription": {
                      "code": "UBJW",
                      "properties": {
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "915"
                          }
                        ]
                      },
                      "text": "fbwDYDaaZBbeLKO"
                    },
                    "syntheticIdentifier": "81133977136171740176",
                    "taxExemption": true,
                    "ticketUsedForEmdPricing": "Y",
                    "type": "ANCILLARY",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 26.9
                    }
                  },
                  {
                    "airExtraBundleRef": "6e24f99a-7dfd-4685-be48-7520046174bd",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": true,
                        "customRules": {
                          "applyHighestTierLevel": true,
                          "convertible": true,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 3
                        },
                        "exchangeable": false,
                        "feeApplicationMethod": {
                          "code": "3",
                          "value": "ONE_PERCENT_OF_FARE_PER_KG"
                        },
                        "formOfRefund": {
                          "code": "1",
                          "value": "ORIGINAL"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 1
                        },
                        "freeOfChargeRules": [
                          "EMD_REQUIRED",
                          "EMD_REQUIRED",
                          "EMD_REQUIRED"
                        ],
                        "interlineable": false,
                        "inventoryControlled": true,
                        "paperTicketRequired": false,
                        "purchaseAtTicketIssue": false,
                        "purchaseBy": "2027-02-20",
                        "refundable": true,
                        "tourCode": "jwhQ5x"
                      },
                      "bagType": "PET",
                      "bookingMethod": {
                        "code": "9_",
                        "value": "ANY_ALLOWED"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "LOUNGE ACCESS",
                      "displayOnly": false,
                      "electronicMiscDocType": {
                        "code": "3",
                        "consumedAtIssuance": false,
                        "value": "OTHER_THAN_EMD"
                      },
                      "group": "BG",
                      "id": "sXAOgv",
                      "reasonForIssuance": {
                        "code": "A",
                        "value": "GROUND_TRANSPORT_NON_AIR_SERVICES"
                      },
                      "sequenceNumber": 42,
                      "serviceType": {
                        "code": "aT",
                        "value": "PREPAID"
                      },
                      "specialService": {
                        "code": "WCHR",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 91,
                              "min": 4,
                              "name": "SIZE",
                              "optional": true,
                              "type": "DECIMAL",
                              "unit": "LB"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 51,
                              "min": 3,
                              "name": "WEIGHT",
                              "optional": true,
                              "type": "DECIMAL",
                              "unit": "KG"
                            }
                          ]
                        },
                        "type": "NOTALLOWED"
                      },
                      "ssimCode": "MJ8",
                      "subCode": "379",
                      "vendor": "MMGR",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 30.1
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 23
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 37.1
                        }
                      ]
                    },
                    "bookingIndicator": "15",
                    "disassociated": false,
                    "emdNumber": {
                      "number": "51026128034534"
                    },
                    "emdPaperIndicator": "E",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "71",
                          "segmentRef": "d0a81023-27a9-43ee-a0c7-7c2fa9e1c818"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "67",
                    "id": "8707c41d-9752-4da9-9729-f5cee3d5715e",
                    "miscFee": {
                      "dealName": "WINTER SALE",
                      "group": "BG",
                      "id": "88678ea7-dc48-4571-a6b2-1eb38b939376",
                      "offerName": "MAY WEEKEND DISCOUNT",
                      "reasonForIssuance": "A",
                      "subCode": "534"
                    },
                    "offerId": {
                      "id": "7a27e878-cb25-4181-ad5b-e7ac119caae2",
                      "itemId": "16d087be-0f50-4b0c-990e-3610b1054802"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "OK",
                      "value": "PENDING"
                    },
                    "pnrId": "JFJNCM",
                    "quantity": 3,
                    "specialServiceDescription": {
                      "code": "hONt",
                      "properties": {
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "962"
                          }
                        ]
                      },
                      "text": "BYzbdHUaWCxousz"
                    },
                    "syntheticIdentifier": "58274191993345142492",
                    "taxExemption": false,
                    "ticketUsedForEmdPricing": "Y",
                    "type": "ANCILLARY",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 24.6
                    }
                  },
                  {
                    "airExtraBundleRef": "599c94dc-196c-463a-bf45-7225b59c9324",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": true,
                        "customRules": {
                          "applyHighestTierLevel": true,
                          "convertible": false,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 1
                        },
                        "exchangeable": true,
                        "feeApplicationMethod": {
                          "code": "3",
                          "value": "PER_5KG_OVER_FREE_BAGGAGE_ALLOWANCE"
                        },
                        "formOfRefund": {
                          "code": "1",
                          "value": "VOUCHER"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 1
                        },
                        "freeOfChargeRules": [
                          "EMD_REQUIRED",
                          "EMD_REQUIRED",
                          "BOOKING_REQUIRED",
                          "EMD_REQUIRED"
                        ],
                        "interlineable": false,
                        "inventoryControlled": true,
                        "paperTicketRequired": true,
                        "purchaseAtTicketIssue": false,
                        "purchaseBy": "2027-06-15",
                        "refundable": true,
                        "tourCode": "J8HpuC"
                      },
                      "bagType": "SURF",
                      "bookingMethod": {
                        "code": "3/",
                        "value": "AUXILIARY_SEGMENT"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "LOUNGE ACCESS",
                      "displayOnly": true,
                      "electronicMiscDocType": {
                        "code": "3",
                        "consumedAtIssuance": true,
                        "value": "STANDALONE"
                      },
                      "group": "BG",
                      "id": "Vf9c0s",
                      "reasonForIssuance": {
                        "code": "G",
                        "value": "AIR_TRANSPORTATION"
                      },
                      "sequenceNumber": 89,
                      "serviceType": {
                        "code": "WO",
                        "value": "BAGGAGE_ALLOWANCE"
                      },
                      "specialService": {
                        "code": "BGDA",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 79,
                              "min": 1,
                              "name": "SIZE",
                              "optional": true,
                              "type": "DECIMAL",
                              "unit": "KG"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 18,
                              "min": 2,
                              "name": "SIZE",
                              "optional": true,
                              "type": "DECIMAL",
                              "unit": "KG"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 10,
                              "min": 3,
                              "name": "AGE",
                              "optional": true,
                              "type": "INT",
                              "unit": "KG"
                            }
                          ]
                        },
                        "type": "REQUIRED"
                      },
                      "ssimCode": "s5Y",
                      "subCode": "038",
                      "vendor": "SABR",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 4.6
                        }
                      ]
                    },
                    "bookingIndicator": "60",
                    "disassociated": false,
                    "emdNumber": {
                      "number": "77465231357882"
                    },
                    "emdPaperIndicator": "P",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "15",
                          "segmentRef": "395a6193-23e2-41ca-9062-fb2cf663ac06"
                        },
                        {
                          "emdCouponNumber": "25",
                          "segmentRef": "4cd097b9-be55-4522-8273-9d45473aba52"
                        },
                        {
                          "emdCouponNumber": "70",
                          "segmentRef": "e90da596-6c15-49ca-b00f-17df98527ea3"
                        },
                        {
                          "emdCouponNumber": "04",
                          "segmentRef": "9564a55c-fccc-4886-a9a8-7d5f4ebcf5aa"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "48",
                    "id": "d2fac828-d09a-4067-899a-00e9b4e25d6c",
                    "miscFee": {
                      "dealName": "SPRING DEAL",
                      "group": "SEA",
                      "id": "5a086433-a2fb-45eb-9865-7286f7ab3093",
                      "offerName": "MAY WEEKEND DISCOUNT",
                      "reasonForIssuance": "A",
                      "subCode": "913"
                    },
                    "offerId": {
                      "id": "1ede84c0-34a1-4056-a574-63236bde83ef",
                      "itemId": "6de03f05-2ace-478c-9c47-108ff76b7558"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "HD",
                      "value": "FULFILLED"
                    },
                    "pnrId": "WVGUMW",
                    "quantity": 1,
                    "specialServiceDescription": {
                      "code": "krdR",
                      "properties": {
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "690"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "933"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "741"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "787"
                          }
                        ]
                      },
                      "text": "sGSwXvEHhCKLUFV"
                    },
                    "syntheticIdentifier": "96780389435175962630",
                    "taxExemption": false,
                    "ticketUsedForEmdPricing": "N",
                    "type": "MISC_FEE",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 13.6
                    }
                  },
                  {
                    "airExtraBundleRef": "de0e5942-e102-4037-a556-6a653a51f7f7",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": true,
                        "customRules": {
                          "applyHighestTierLevel": false,
                          "convertible": true,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 8
                        },
                        "exchangeable": true,
                        "feeApplicationMethod": {
                          "code": "2",
                          "value": "HALF_PERCENT_OF_FARE_PER_KG"
                        },
                        "formOfRefund": {
                          "code": "3",
                          "value": "VOUCHER"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 2
                        },
                        "freeOfChargeRules": [
                          "BOOKING_REQUIRED",
                          "EMD_REQUIRED",
                          "BOOKING_REQUIRED",
                          "EMD_REQUIRED",
                          "BOOKING_REQUIRED"
                        ],
                        "interlineable": true,
                        "inventoryControlled": false,
                        "paperTicketRequired": false,
                        "purchaseAtTicketIssue": false,
                        "purchaseBy": "2027-02-28",
                        "refundable": true,
                        "tourCode": "4C4DM9"
                      },
                      "bagType": "PET",
                      "bookingMethod": {
                        "code": "4@",
                        "value": "SPECIAL_SERVICE_REQUEST"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "UPTO50LB 23KG",
                      "displayOnly": false,
                      "electronicMiscDocType": {
                        "code": "2",
                        "consumedAtIssuance": false,
                        "value": "STANDALONE"
                      },
                      "group": "WIF",
                      "id": "Q9K38l",
                      "reasonForIssuance": {
                        "code": "A",
                        "value": "AIR_TRANSPORTATION"
                      },
                      "sequenceNumber": 79,
                      "serviceType": {
                        "code": "lA",
                        "value": "CARRY_ON_BAGGAGE_ALLOWANCE"
                      },
                      "specialService": {
                        "code": "UMNR",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 14,
                              "min": 4,
                              "name": "AGE",
                              "optional": false,
                              "type": "ENUM",
                              "unit": "KG"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 30,
                              "min": 4,
                              "name": "SIZE",
                              "optional": true,
                              "type": "TEXT",
                              "unit": "KG"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 84,
                              "min": 3,
                              "name": "AGE",
                              "optional": true,
                              "type": "ENUM",
                              "unit": "IN"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 31,
                              "min": 2,
                              "name": "AGE",
                              "optional": true,
                              "type": "INT",
                              "unit": "CM"
                            }
                          ]
                        },
                        "type": "STRUCTURED"
                      },
                      "ssimCode": "M8f",
                      "subCode": "119",
                      "vendor": "MMGR",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 40.1
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 20.4
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 9.4
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 46.1
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 16.2
                        }
                      ]
                    },
                    "bookingIndicator": "86",
                    "disassociated": false,
                    "emdNumber": {
                      "number": "10371448937543"
                    },
                    "emdPaperIndicator": "E",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "70",
                          "segmentRef": "647e01ea-94a5-4938-81bf-1eab89771aa8"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "23",
                    "id": "c6889765-b918-48b0-9622-27cffcb3c0f1",
                    "miscFee": {
                      "dealName": "WINTER SALE",
                      "group": "BG",
                      "id": "f6956126-93f6-43fa-b3a8-586682386356",
                      "offerName": "OFFER A",
                      "reasonForIssuance": "G",
                      "subCode": "775"
                    },
                    "offerId": {
                      "id": "f7211d9e-9157-4c09-abfa-3301fdc2dea0",
                      "itemId": "4982fc08-2f57-4d06-ab78-2a73b3ed26d5"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "HD",
                      "value": "WAIVED"
                    },
                    "pnrId": "ZTMXTP",
                    "quantity": 2,
                    "specialServiceDescription": {
                      "code": "jDHO",
                      "properties": {
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "395"
                          }
                        ]
                      },
                      "text": "hVrXHYXBVKQuVfJ"
                    },
                    "syntheticIdentifier": "82916019757310247907",
                    "taxExemption": true,
                    "ticketUsedForEmdPricing": "Y",
                    "type": "ANCILLARY",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 28.5
                    }
                  },
                  {
                    "airExtraBundleRef": "edaa57aa-1ed8-413b-80b0-a58e5ddd7fa9",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": true,
                        "customRules": {
                          "applyHighestTierLevel": true,
                          "convertible": true,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 3
                        },
                        "exchangeable": true,
                        "feeApplicationMethod": {
                          "code": "5",
                          "value": "ONE_PERCENT_OF_FARE_PER_KG"
                        },
                        "formOfRefund": {
                          "code": "1",
                          "value": "VOUCHER"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 0
                        },
                        "freeOfChargeRules": [
                          "EMD_REQUIRED",
                          "BOOKING_REQUIRED"
                        ],
                        "interlineable": false,
                        "inventoryControlled": true,
                        "paperTicketRequired": true,
                        "purchaseAtTicketIssue": true,
                        "purchaseBy": "2027-01-10",
                        "refundable": false,
                        "tourCode": "NuF8YG"
                      },
                      "bagType": "GOLF",
                      "bookingMethod": {
                        "code": "4+",
                        "value": "CONTACT_AIRLINE"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "PRIORITY BOARDING",
                      "displayOnly": false,
                      "electronicMiscDocType": {
                        "code": "3",
                        "consumedAtIssuance": false,
                        "value": "FLIGHT_COUPON_ASSOCIATED"
                      },
                      "group": "BG",
                      "id": "DdR0Am",
                      "reasonForIssuance": {
                        "code": "B",
                        "value": "AIRPORT_SERVICES"
                      },
                      "sequenceNumber": 44,
                      "serviceType": {
                        "code": "Uv",
                        "value": "CARRY_ON_BAGGAGE_ALLOWANCE"
                      },
                      "specialService": {
                        "code": "BGDA",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 67,
                              "min": 2,
                              "name": "AGE",
                              "optional": true,
                              "type": "DECIMAL",
                              "unit": "CM"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 86,
                              "min": 2,
                              "name": "WEIGHT",
                              "optional": false,
                              "type": "TEXT",
                              "unit": "CM"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 72,
                              "min": 1,
                              "name": "AGE",
                              "optional": false,
                              "type": "TEXT",
                              "unit": "LB"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 12,
                              "min": 1,
                              "name": "SIZE",
                              "optional": true,
                              "type": "TEXT",
                              "unit": "LB"
                            }
                          ]
                        },
                        "type": "REQUIRED"
                      },
                      "ssimCode": "C38",
                      "subCode": "939",
                      "vendor": "AMAD",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 26.3
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 4.7
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 28.3
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 16.5
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 39.6
                        }
                      ]
                    },
                    "bookingIndicator": "57",
                    "disassociated": false,
                    "emdNumber": {
                      "number": "41078409775905"
                    },
                    "emdPaperIndicator": "P",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "39",
                          "segmentRef": "de3fb98d-6c1c-414d-aa1f-c9d803fd160c"
                        },
                        {
                          "emdCouponNumber": "32",
                          "segmentRef": "1967f8b5-79a1-4785-9019-8bc8564c69bb"
                        },
                        {
                          "emdCouponNumber": "30",
                          "segmentRef": "100c8777-1a77-4555-a5c2-2e70d1a67693"
                        },
                        {
                          "emdCouponNumber": "60",
                          "segmentRef": "23003606-f957-4f92-b1ec-8b486b35f184"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "21",
                    "id": "ca00d0fc-6a63-4e66-99a2-309cd410929e",
                    "miscFee": {
                      "dealName": "SPRING DEAL",
                      "group": "SEA",
                      "id": "37be0e18-ce12-45fc-a25f-51aabd98d79e",
                      "offerName": "MAY WEEKEND DISCOUNT",
                      "reasonForIssuance": "R",
                      "subCode": "435"
                    },
                    "offerId": {
                      "id": "144c15a7-4240-4da7-b6bf-2806a4cd0ba1",
                      "itemId": "c1ccdc10-1ff5-4e4a-abcb-99b08252553e"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "HD",
                      "value": "WAIVED"
                    },
                    "pnrId": "TYQSRX",
                    "quantity": 1,
                    "specialServiceDescription": {
                      "code": "Xtqh",
                      "properties": {
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "009"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "873"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "231"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "212"
                          }
                        ]
                      },
                      "text": "xPmmgKSZBoUPdrp"
                    },
                    "syntheticIdentifier": "40149560203632660547",
                    "taxExemption": false,
                    "ticketUsedForEmdPricing": "Y",
                    "type": "ANCILLARY",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 46.4
                    }
                  }
                ],
                "id": "469512d1-c78c-49e1-a813-8c9b5542a57d",
                "itineraryPartRef": "c498e9cb-472e-4e74-b845-28bb764071e6"
              },
              {
                "airExtra": [
                  {
                    "airExtraBundleRef": "395e4ac2-7df2-44f0-8e90-76c2ea711faf",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": true,
                        "customRules": {
                          "applyHighestTierLevel": true,
                          "convertible": false,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 9
                        },
                        "exchangeable": false,
                        "feeApplicationMethod": {
                          "code": "4",
                          "value": "ROUND_TRIP"
                        },
                        "formOfRefund": {
                          "code": "2",
                          "value": "VOUCHER"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 3
                        },
                        "freeOfChargeRules": [
                          "EMD_REQUIRED",
                          "BOOKING_REQUIRED"
                        ],
                        "interlineable": true,
                        "inventoryControlled": true,
                        "paperTicketRequired": false,
                        "purchaseAtTicketIssue": true,
                        "purchaseBy": "2027-04-02",
                        "refundable": true,
                        "tourCode": "P7oWgo"
                      },
                      "bagType": "BIKE",
                      "bookingMethod": {
                        "code": "5+",
                        "value": "SPECIAL_SERVICE_REQUEST"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "UPTO50LB 23KG",
                      "displayOnly": false,
                      "electronicMiscDocType": {
                        "code": "1",
                        "consumedAtIssuance": false,
                        "value": "OTHER_THAN_EMD"
                      },
                      "group": "SEA",
                      "id": "ybqjeO",
                      "reasonForIssuance": {
                        "code": "A",
                        "value": "UNKNOWN"
                      },
                      "sequenceNumber": 19,
                      "serviceType": {
                        "code": "na",
                        "value": "PREPAID"
                      },
                      "specialService": {
                        "code": "PETC",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 58,
                              "min": 5,
                              "name": "AGE",
                              "optional": false,
                              "type": "ENUM",
                              "unit": "IN"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 31,
                              "min": 5,
                              "name": "WEIGHT",
                              "optional": true,
                              "type": "TEXT",
                              "unit": "IN"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 90,
                              "min": 2,
                              "name": "AGE",
                              "optional": true,
                              "type": "INT",
                              "unit": "CM"
                            }
                          ]
                        },
                        "type": "OPTIONAL"
                      },
                      "ssimCode": "8jI",
                      "subCode": "270",
                      "vendor": "SABR",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 6.5
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 17.2
                        }
                      ]
                    },
                    "bookingIndicator": "91",
                    "disassociated": false,
                    "emdNumber": {
                      "number": "94703606379368"
                    },
                    "emdPaperIndicator": "E",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "07",
                          "segmentRef": "6910063e-1b53-4cb3-a684-eb09bc3ace81"
                        },
                        {
                          "emdCouponNumber": "24",
                          "segmentRef": "c8e41fba-41ab-4740-bce8-5a34f9fe5779"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "08",
                    "id": "f6dc3f3a-c45f-4405-bc02-07fcbfea867e",
                    "miscFee": {
                      "dealName": "SPRING DEAL",
                      "group": "SEA",
                      "id": "b6644779-946c-4a70-8fa1-05ccc1ab5949",
                      "offerName": "MAY WEEKEND DISCOUNT",
                      "reasonForIssuance": "A",
                      "subCode": "745"
                    },
                    "offerId": {
                      "id": "aaadee38-f1f4-4631-a63c-0edd2e6bdcf4",
                      "itemId": "c3e4f340-b1a7-4d7c-aa72-4df40763904c"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "PD",
                      "value": "VERIFICATION"
                    },
                    "pnrId": "MKSSRK",
                    "quantity": 1,
                    "specialServiceDescription": {
                      "code": "ZJhj",
                      "properties": {
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "379"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "384"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "929"
                          }
                        ]
                      },
                      "text": "nJBXbNodJcHWjWK"
                    },
                    "syntheticIdentifier": "88489320823644675198",
                    "taxExemption": true,
                    "ticketUsedForEmdPricing": "N",
                    "type": "ANCILLARY",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 9.8
                    }
                  },
                  {
                    "airExtraBundleRef": "583065d4-0989-41d2-a2a5-dd5d9e4c1565",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": false,
                        "customRules": {
                          "applyHighestTierLevel": true,
                          "convertible": false,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 8
                        },
                        "exchangeable": false,
                        "feeApplicationMethod": {
                          "code": "5",
                          "value": "TICKET"
                        },
                        "formOfRefund": {
                          "code": "1",
                          "value": "ORIGINAL"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 0
                        },
                        "freeOfChargeRules": [
                          "EMD_REQUIRED",
                          "EMD_REQUIRED",
                          "BOOKING_REQUIRED",
                          "BOOKING_REQUIRED",
                          "EMD_REQUIRED"
                        ],
                        "interlineable": true,
                        "inventoryControlled": true,
                        "paperTicketRequired": true,
                        "purchaseAtTicketIssue": true,
                        "purchaseBy": "2027-05-07",
                        "refundable": true,
                        "tourCode": "E6NZfW"
                      },
                      "bagType": "PET",
                      "bookingMethod": {
                        "code": "3@",
                        "value": "SPECIAL_SERVICE_REQUEST"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "UPTO50LB 23KG",
                      "displayOnly": false,
                      "electronicMiscDocType": {
                        "code": "1",
                        "consumedAtIssuance": false,
                        "value": "ETICKET"
                      },
                      "group": "WIF",
                      "id": "6BGxvM",
                      "reasonForIssuance": {
                        "code": "B",
                        "value": "INDIVIDUAL_AIRLINE_USE"
                      },
                      "sequenceNumber": 21,
                      "serviceType": {
                        "code": "t9",
                        "value": "PREREGISTERED_BAGGAGE"
                      },
                      "specialService": {
                        "code": "WCHR",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 93,
                              "min": 3,
                              "name": "AGE",
                              "optional": false,
                              "type": "DECIMAL",
                              "unit": "IN"
                            }
                          ]
                        },
                        "type": "STRUCTURED"
                      },
                      "ssimCode": "B5d",
                      "subCode": "913",
                      "vendor": "SABR",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 32.6
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 28.3
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 50
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 31.2
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 35.5
                        }
                      ]
                    },
                    "bookingIndicator": "77",
                    "disassociated": true,
                    "emdNumber": {
                      "number": "81381812687993"
                    },
                    "emdPaperIndicator": "P",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "89",
                          "segmentRef": "72cbcfe1-d0b8-4538-853f-b2e9ec83a8b2"
                        },
                        {
                          "emdCouponNumber": "79",
                          "segmentRef": "b0c4b63a-741a-4505-9fb1-8d7b3690dc89"
                        },
                        {
                          "emdCouponNumber": "53",
                          "segmentRef": "a7b35493-19c7-4405-a73e-ea3a96df2aa6"
                        },
                        {
                          "emdCouponNumber": "25",
                          "segmentRef": "a851ab06-ba0f-443c-951d-7321f6a1f311"
                        },
                        {
                          "emdCouponNumber": "62",
                          "segmentRef": "c49dbe93-54b9-442b-baac-14422387e030"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "58",
                    "id": "ba5bd79b-0cc6-469c-85ea-511e708e6bdc",
                    "miscFee": {
                      "dealName": "SPRING DEAL",
                      "group": "SEA",
                      "id": "9f1a9d48-5f30-4362-8c01-457cd8a4f262",
                      "offerName": "OFFER A",
                      "reasonForIssuance": "G",
                      "subCode": "556"
                    },
                    "offerId": {
                      "id": "13b39350-a44c-4f94-a185-85ffa0faf91c",
                      "itemId": "958afe0e-3f53-4a56-bab3-83bdb9feb553"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "HD",
                      "value": "VERIFICATION"
                    },
                    "pnrId": "NRYWNA",
                    "quantity": 2,
                    "specialServiceDescription": {
                      "code": "Yfyi",
                      "properties": {
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "140"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "699"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "941"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "035"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "784"
                          }
                        ]
                      },
                      "text": "aRAIdJTtwvlvCph"
                    },
                    "syntheticIdentifier": "41875877253421938469",
                    "taxExemption": true,
                    "ticketUsedForEmdPricing": "Y",
                    "type": "MISC_FEE",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 35
                    }
                  }
                ],
                "id": "b770e490-4eda-4fa6-b9d9-318317e09022",
                "itineraryPartRef": "6a3599e4-5818-4cb4-b236-0313997fbed9"
              },
              {
                "airExtra": [
                  {
                    "airExtraBundleRef": "8575fe2b-ce31-40d3-a436-e488c55507dc",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": true,
                        "customRules": {
                          "applyHighestTierLevel": false,
                          "convertible": true,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 10
                        },
                        "exchangeable": false,
                        "feeApplicationMethod": {
                          "code": "2",
                          "value": "ITEM"
                        },
                        "formOfRefund": {
                          "code": "3",
                          "value": "VOUCHER"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 2
                        },
                        "freeOfChargeRules": [
                          "BOOKING_REQUIRED",
                          "BOOKING_REQUIRED",
                          "EMD_REQUIRED",
                          "EMD_REQUIRED",
                          "BOOKING_REQUIRED"
                        ],
                        "interlineable": false,
                        "inventoryControlled": true,
                        "paperTicketRequired": true,
                        "purchaseAtTicketIssue": true,
                        "purchaseBy": "2027-03-18",
                        "refundable": true,
                        "tourCode": "0gu2AL"
                      },
                      "bagType": "SURF",
                      "bookingMethod": {
                        "code": "0@",
                        "value": "CONTACT_AIRLINE"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "PRIORITY BOARDING",
                      "displayOnly": false,
                      "electronicMiscDocType": {
                        "code": "3",
                        "consumedAtIssuance": true,
                        "value": "OTHER_THAN_EMD"
                      },
                      "group": "WIF",
                      "id": "qkTsP5",
                      "reasonForIssuance": {
                        "code": "B",
                        "value": "MERCHANDISE"
                      },
                      "sequenceNumber": 63,
                      "serviceType": {
                        "code": "gV",
                        "value": "BAGGAGE_ALLOWANCE"
                      },
                      "specialService": {
                        "code": "UMNR",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 49,
                              "min": 1,
                              "name": "AGE",
                              "optional": false,
                              "type": "TEXT",
                              "unit": "IN"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 20,
                              "min": 4,
                              "name": "AGE",
                              "optional": false,
                              "type": "DECIMAL",
                              "unit": "IN"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 46,
                              "min": 4,
                              "name": "AGE",
                              "optional": false,
                              "type": "INT",
                              "unit": "LB"
                            }
                          ]
                        },
                        "type": "REQUIRED"
                      },
                      "ssimCode": "usJ",
                      "subCode": "696",
                      "vendor": "SABR",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 15.2
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 25.1
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 33.2
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 8.4
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 8
                        }
                      ]
                    },
                    "bookingIndicator": "05",
                    "disassociated": false,
                    "emdNumber": {
                      "number": "13399662347247"
                    },
                    "emdPaperIndicator": "E",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "64",
                          "segmentRef": "f00c32ae-1df0-4c7b-b6dd-9912aab97de9"
                        },
                        {
                          "emdCouponNumber": "44",
                          "segmentRef": "c690fa78-85f2-48df-9ad8-65976ae87c7a"
                        },
                        {
                          "emdCouponNumber": "97",
                          "segmentRef": "fbe76159-20d0-4f6f-885a-9521116c6338"
                        },
                        {
                          "emdCouponNumber": "66",
                          "segmentRef": "e90a158e-51e8-41da-b5ac-a3770e20b88d"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "27",
                    "id": "18c0d50b-cd60-46e7-8662-6464be5414b8",
                    "miscFee": {
                      "dealName": "SPRING DEAL",
                      "group": "SEA",
                      "id": "bcdf6236-23b0-4c17-a0f7-fbbf8afcdd2a",
                      "offerName": "MAY WEEKEND DISCOUNT",
                      "reasonForIssuance": "G",
                      "subCode": "356"
                    },
                    "offerId": {
                      "id": "efee747a-142b-445e-83f9-f14adcf61c67",
                      "itemId": "972d1e8a-b499-4d02-b002-81eab39110cd"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "PD",
                      "value": "WAIVED"
                    },
                    "pnrId": "ERPXZP",
                    "quantity": 5,
                    "specialServiceDescription": {
                      "code": "Esqu",
                      "properties": {
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "881"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "479"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "007"
                          }
                        ]
                      },
                      "text": "BoIbORyPrOfQXZX"
                    },
                    "syntheticIdentifier": "34255368599768840899",
                    "taxExemption": true,
                    "ticketUsedForEmdPricing": "Y",
                    "type": "ANCILLARY",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 17.5
                    }
                  },
                  {
                    "airExtraBundleRef": "4c4f8e80-39cd-4cda-b8ad-153f785ff5ce",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": false,
                        "customRules": {
                          "applyHighestTierLevel": true,
                          "convertible": true,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 10
                        },
                        "exchangeable": false,
                        "feeApplicationMethod": {
                          "code": "5",
                          "value": "ONE_PERCENT_OF_FARE_PER_KG"
                        },
                        "formOfRefund": {
                          "code": "2",
                          "value": "ORIGINAL"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 0
                        },
                        "freeOfChargeRules": [
                          "BOOKING_REQUIRED",
                          "BOOKING_REQUIRED"
                        ],
                        "interlineable": false,
                        "inventoryControlled": false,
                        "paperTicketRequired": true,
                        "purchaseAtTicketIssue": true,
                        "purchaseBy": "2026-11-13",
                        "refundable": true,
                        "tourCode": "0Xxpb0"
                      },
                      "bagType": "SKI",
                      "bookingMethod": {
                        "code": "3_",
                        "value": "AUXILIARY_SEGMENT"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "PRIORITY BOARDING",
                      "displayOnly": true,
                      "electronicMiscDocType": {
                        "code": "3",
                        "consumedAtIssuance": true,
                        "value": "STANDALONE"
                      },
                      "group": "BG",
                      "id": "bCPQf3",
                      "reasonForIssuance": {
                        "code": "A",
                        "value": "FINANCIAL_IMPACT"
                      },
                      "sequenceNumber": 30,
                      "serviceType": {
                        "code": "Nd",
                        "value": "CHARGES"
                      },
                      "specialService": {
                        "code": "WCHR",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 20,
                              "min": 2,
                              "name": "WEIGHT",
                              "optional": false,
                              "type": "INT",
                              "unit": "KG"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 91,
                              "min": 2,
                              "name": "SIZE",
                              "optional": true,
                              "type": "DECIMAL",
                              "unit": "CM"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 88,
                              "min": 3,
                              "name": "SIZE",
                              "optional": false,
                              "type": "DECIMAL",
                              "unit": "LB"
                            }
                          ]
                        },
                        "type": "STRUCTURED"
                      },
                      "ssimCode": "1Ei",
                      "subCode": "865",
                      "vendor": "MMGR",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 9.9
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 46.9
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 9.8
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 12
                        }
                      ]
                    },
                    "bookingIndicator": "70",
                    "disassociated": false,
                    "emdNumber": {
                      "number": "86103333541464"
                    },
                    "emdPaperIndicator": "P",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "56",
                          "segmentRef": "550b8a1c-e077-4484-a515-d9165156d09a"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "66",
                    "id": "26710134-dd4e-4aba-ac7f-699d23180a10",
                    "miscFee": {
                      "dealName": "WINTER SALE",
                      "group": "SEA",
                      "id": "9c00a4f1-d2e7-48d9-8b4c-32e000ac6801",
                      "offerName": "OFFER A",
                      "reasonForIssuance": "A",
                      "subCode": "107"
                    },
                    "offerId": {
                      "id": "40b7fba2-f6e7-4791-a12d-0d91e20ce873",
                      "itemId": "e4755b77-bd26-499f-a15a-39427db1bf46"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "OK",
                      "value": "FULFILLED"
                    },
                    "pnrId": "GHZNUM",
                    "quantity": 3,
                    "specialServiceDescription": {
                      "code": "ULco",
                      "properties": {
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "343"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "923"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "863"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "063"
                          }
                        ]
                      },
                      "text": "liaNoaVJUYeecjE"
                    },
                    "syntheticIdentifier": "57694613250319848480",
                    "taxExemption": false,
                    "ticketUsedForEmdPricing": "Y",
                    "type": "MISC_FEE",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 12.7
                    }
                  },
                  {
                    "airExtraBundleRef": "da13237b-4d70-423c-b05f-7430d6437ecf",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": true,
                        "customRules": {
                          "applyHighestTierLevel": false,
                          "convertible": false,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 6
                        },
                        "exchangeable": true,
                        "feeApplicationMethod": {
                          "code": "1",
                          "value": "PER_BAGGAGE_TRAVEL"
                        },
                        "formOfRefund": {
                          "code": "2",
                          "value": "VOUCHER"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 5
                        },
                        "freeOfChargeRules": [
                          "BOOKING_REQUIRED",
                          "EMD_REQUIRED",
                          "EMD_REQUIRED",
                          "BOOKING_REQUIRED",
                          "BOOKING_REQUIRED"
                        ],
                        "interlineable": true,
                        "inventoryControlled": false,
                        "paperTicketRequired": true,
                        "purchaseAtTicketIssue": false,
                        "purchaseBy": "2026-11-16",
                        "refundable": false,
                        "tourCode": "zHD9lV"
                      },
                      "bagType": "PET",
                      "bookingMethod": {
                        "code": "8+",
                        "value": "AUXILIARY_SEGMENT"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "LOUNGE ACCESS",
                      "displayOnly": false,
                      "electronicMiscDocType": {
                        "code": "3",
                        "consumedAtIssuance": true,
                        "value": "FLIGHT_COUPON_ASSOCIATED"
                      },
                      "group": "MEA",
                      "id": "OVNiy3",
                      "reasonForIssuance": {
                        "code": "A",
                        "value": "IN_FLIGHT_SERVICES"
                      },
                      "sequenceNumber": 35,
                      "serviceType": {
                        "code": "wW",
                        "value": "FLIGHT_RELATED"
                      },
                      "specialService": {
                        "code": "PETC",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 26,
                              "min": 4,
                              "name": "WEIGHT",
                              "optional": false,
                              "type": "INT",
                              "unit": "CM"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 51,
                              "min": 2,
                              "name": "WEIGHT",
                              "optional": false,
                              "type": "TEXT",
                              "unit": "LB"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 93,
                              "min": 2,
                              "name": "AGE",
                              "optional": false,
                              "type": "INT",
                              "unit": "CM"
                            }
                          ]
                        },
                        "type": "OPTIONAL"
                      },
                      "ssimCode": "MOQ",
                      "subCode": "685",
                      "vendor": "AMAD",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 20.4
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 5.8
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 28
                        }
                      ]
                    },
                    "bookingIndicator": "11",
                    "disassociated": true,
                    "emdNumber": {
                      "number": "07402000352263"
                    },
                    "emdPaperIndicator": "P",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "53",
                          "segmentRef": "4f32a583-8739-4e36-92d3-34c491520ef2"
                        },
                        {
                          "emdCouponNumber": "24",
                          "segmentRef": "33d2bec3-39a1-4e38-b9eb-671487b05aa9"
                        },
                        {
                          "emdCouponNumber": "35",
                          "segmentRef": "7fcdb1b1-7989-422e-a658-e55c5ca47bdb"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "19",
                    "id": "06dc0397-d409-495e-90cd-0a37332d135d",
                    "miscFee": {
                      "dealName": "SPRING DEAL",
                      "group": "BG",
                      "id": "977e6088-3cb9-43e5-a61e-f401418a48fd",
                      "offerName": "OFFER A",
                      "reasonForIssuance": "R",
                      "subCode": "394"
                    },
                    "offerId": {
                      "id": "3824a4b0-44a3-4b2e-a375-9743a113539d",
                      "itemId": "86da8408-a6ff-4e0d-8af7-5acdeef9b871"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "HD",
                      "value": "FULFILLED"
                    },
                    "pnrId": "QVKVRU",
                    "quantity": 2,
                    "specialServiceDescription": {
                      "code": "bnEw",
                      "properties": {
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "739"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "909"
                          }
                        ]
                      },
                      "text": "ffUiNaTSnmACKxM"
                    },
                    "syntheticIdentifier": "83350001177058315594",
                    "taxExemption": true,
                    "ticketUsedForEmdPricing": "Y",
                    "type": "MISC_FEE",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 14.6
                    }
                  }
                ],
                "id": "4554350f-eaf4-4db2-ba65-184c2b40ba5a",
                "itineraryPartRef": "dcaf9d4d-0e39-457f-a798-9ae75613fc70"
              }
            ]
          },
          "passengerRef": "d28ca43c-02fd-4c22-a453-01883852df5e",
          "passengerSegments": {
            "passengerSegment": [
              {
                "additionalTravelInformation": {
                  "residencyDocumentType": {
                    "id": "e74b9f9c-c818-4037-ae93-c4e8c3f67919",
                    "residencyCountry": "LV",
                    "value": "ALIENS_PASSPORT"
                  },
                  "returnDate": {
                    "id": "6d9ea2da-3f6e-47d6-a100-95c0a734eac1",
                    "value": "2026-08-09"
                  },
                  "stayType": {
                    "id": "5eeec0f6-df6a-4db4-b4f7-316bbed381a2",
                    "value": "VACATION"
                  },
                  "timaticDocumentType": {
                    "id": "64e10171-14b2-4237-ab8a-ba1ae65b87bd",
                    "value": "BRITISH_NATIONAL_OVERSEAS_PASSPORT"
                  },
                  "visaVerified": {
                    "id": "2206f0d3-2602-4ea7-85ce-f6c89bbc1fc4",
                    "value": false
                  }
                },
                "airExtra": [
                  {
                    "airExtraBundleRef": "c570e883-be16-462b-a6a2-c1d223328961",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": true,
                        "customRules": {
                          "applyHighestTierLevel": false,
                          "convertible": true,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 2
                        },
                        "exchangeable": false,
                        "feeApplicationMethod": {
                          "code": "2",
                          "value": "TRAVEL"
                        },
                        "formOfRefund": {
                          "code": "2",
                          "value": "ORIGINAL"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 2
                        },
                        "freeOfChargeRules": [
                          "BOOKING_REQUIRED",
                          "BOOKING_REQUIRED",
                          "EMD_REQUIRED",
                          "BOOKING_REQUIRED",
                          "EMD_REQUIRED"
                        ],
                        "interlineable": true,
                        "inventoryControlled": false,
                        "paperTicketRequired": false,
                        "purchaseAtTicketIssue": true,
                        "purchaseBy": "2027-03-03",
                        "refundable": false,
                        "tourCode": "CCKSdo"
                      },
                      "bagType": "BIKE",
                      "bookingMethod": {
                        "code": "7^",
                        "value": "ANY_ALLOWED"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "EXTRA LEGROOM",
                      "displayOnly": false,
                      "electronicMiscDocType": {
                        "code": "3",
                        "consumedAtIssuance": true,
                        "value": "OTHER_THAN_EMD"
                      },
                      "group": "MEA",
                      "id": "tsIJOT",
                      "reasonForIssuance": {
                        "code": "G",
                        "value": "GROUND_TRANSPORT_NON_AIR_SERVICES"
                      },
                      "sequenceNumber": 64,
                      "serviceType": {
                        "code": "oK",
                        "value": "FLIGHT_RELATED"
                      },
                      "specialService": {
                        "code": "WCHR",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 21,
                              "min": 2,
                              "name": "WEIGHT",
                              "optional": false,
                              "type": "INT",
                              "unit": "LB"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 100,
                              "min": 4,
                              "name": "SIZE",
                              "optional": true,
                              "type": "INT",
                              "unit": "IN"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 29,
                              "min": 3,
                              "name": "WEIGHT",
                              "optional": true,
                              "type": "DECIMAL",
                              "unit": "KG"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 23,
                              "min": 5,
                              "name": "WEIGHT",
                              "optional": true,
                              "type": "INT",
                              "unit": "KG"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 95,
                              "min": 3,
                              "name": "WEIGHT",
                              "optional": false,
                              "type": "INT",
                              "unit": "IN"
                            }
                          ]
                        },
                        "type": "OPTIONAL"
                      },
                      "ssimCode": "0aA",
                      "subCode": "882",
                      "vendor": "AMAD",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 22.9
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 11.7
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 42.6
                        }
                      ]
                    },
                    "bookingIndicator": "65",
                    "disassociated": false,
                    "emdNumber": {
                      "number": "17658822814968"
                    },
                    "emdPaperIndicator": "P",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "39",
                          "segmentRef": "30a36e2b-7dc8-4639-a854-1c32efb406c4"
                        },
                        {
                          "emdCouponNumber": "06",
                          "segmentRef": "2fa68e81-40d9-4786-8e25-277cd5c159d1"
                        },
                        {
                          "emdCouponNumber": "29",
                          "segmentRef": "4343b741-5a09-4168-bd97-cdbf01a8212e"
                        },
                        {
                          "emdCouponNumber": "14",
                          "segmentRef": "d6476e0a-c643-41bb-9712-34b10b638357"
                        },
                        {
                          "emdCouponNumber": "94",
                          "segmentRef": "d9811a48-e969-4b02-b15d-a369dae4d1c6"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "83",
                    "id": "6ab77a7a-b829-4569-9640-c61f906c6de0",
                    "miscFee": {
                      "dealName": "SPRING DEAL",
                      "group": "BG",
                      "id": "5a217a45-dbb1-40bc-92f4-54f683e2e78e",
                      "offerName": "MAY WEEKEND DISCOUNT",
                      "reasonForIssuance": "G",
                      "subCode": "089"
                    },
                    "offerId": {
                      "id": "ec2fef93-2496-4331-ad9f-63f213cec4a3",
                      "itemId": "d7359f3f-747c-4c83-b90f-03cfc5fcffbd"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "PD",
                      "value": "WAIVED"
                    },
                    "pnrId": "GWSJAA",
                    "quantity": 5,
                    "specialServiceDescription": {
                      "code": "HfHi",
                      "properties": {
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "528"
                          }
                        ]
                      },
                      "text": "GJRMluNOLNIqkkW"
                    },
                    "syntheticIdentifier": "13134055891088631371",
                    "taxExemption": true,
                    "ticketUsedForEmdPricing": "N",
                    "type": "ANCILLARY",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 44.1
                    }
                  },
                  {
                    "airExtraBundleRef": "85ae8c72-41e8-4e98-bed4-824e25ae0c2b",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": false,
                        "customRules": {
                          "applyHighestTierLevel": true,
                          "convertible": false,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 10
                        },
                        "exchangeable": true,
                        "feeApplicationMethod": {
                          "code": "5",
                          "value": "HALF_PERCENT_OF_FARE_PER_KG"
                        },
                        "formOfRefund": {
                          "code": "3",
                          "value": "ORIGINAL"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 5
                        },
                        "freeOfChargeRules": [
                          "BOOKING_REQUIRED",
                          "BOOKING_REQUIRED",
                          "EMD_REQUIRED",
                          "EMD_REQUIRED"
                        ],
                        "interlineable": true,
                        "inventoryControlled": true,
                        "paperTicketRequired": false,
                        "purchaseAtTicketIssue": true,
                        "purchaseBy": "2027-04-01",
                        "refundable": true,
                        "tourCode": "rhScF5"
                      },
                      "bagType": "SURF",
                      "bookingMethod": {
                        "code": "4^",
                        "value": "CONTACT_AIRLINE"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "EXTRA LEGROOM",
                      "displayOnly": true,
                      "electronicMiscDocType": {
                        "code": "1",
                        "consumedAtIssuance": false,
                        "value": "STANDALONE"
                      },
                      "group": "BG",
                      "id": "kLoi67",
                      "reasonForIssuance": {
                        "code": "A",
                        "value": "BAGGAGE"
                      },
                      "sequenceNumber": 55,
                      "serviceType": {
                        "code": "D7",
                        "value": "CHARGES"
                      },
                      "specialService": {
                        "code": "UMNR",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 31,
                              "min": 1,
                              "name": "WEIGHT",
                              "optional": true,
                              "type": "INT",
                              "unit": "LB"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 30,
                              "min": 3,
                              "name": "SIZE",
                              "optional": false,
                              "type": "INT",
                              "unit": "KG"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 25,
                              "min": 1,
                              "name": "WEIGHT",
                              "optional": false,
                              "type": "INT",
                              "unit": "LB"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 18,
                              "min": 4,
                              "name": "SIZE",
                              "optional": false,
                              "type": "ENUM",
                              "unit": "IN"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 89,
                              "min": 2,
                              "name": "AGE",
                              "optional": false,
                              "type": "DECIMAL",
                              "unit": "KG"
                            }
                          ]
                        },
                        "type": "STRUCTURED"
                      },
                      "ssimCode": "Ibp",
                      "subCode": "713",
                      "vendor": "AMAD",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 4.5
                        }
                      ]
                    },
                    "bookingIndicator": "06",
                    "disassociated": true,
                    "emdNumber": {
                      "number": "11483733134032"
                    },
                    "emdPaperIndicator": "P",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "62",
                          "segmentRef": "3f9f5086-a99b-4a78-af59-b3d4f919a05f"
                        },
                        {
                          "emdCouponNumber": "10",
                          "segmentRef": "1fdd91ce-2f47-4413-a7cb-90f552ff9e69"
                        },
                        {
                          "emdCouponNumber": "79",
                          "segmentRef": "4abd8ee9-574f-4717-876c-5f34c9d04896"
                        },
                        {
                          "emdCouponNumber": "28",
                          "segmentRef": "a4c10468-403d-4da6-94f9-9037789a6d0b"
                        },
                        {
                          "emdCouponNumber": "56",
                          "segmentRef": "ff70b395-648b-43ba-98e6-14687167d1ec"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "79",
                    "id": "b0d1b6b3-5f3f-490e-94f4-fdcd6e986d5d",
                    "miscFee": {
                      "dealName": "WINTER SALE",
                      "group": "BG",
                      "id": "b909a904-6f26-40b0-b687-b69936e0470b",
                      "offerName": "MAY WEEKEND DISCOUNT",
                      "reasonForIssuance": "A",
                      "subCode": "420"
                    },
                    "offerId": {
                      "id": "2b5efce0-a7df-4bb3-827e-ed16c6ca3b52",
                      "itemId": "d1c7d138-310f-4418-9860-5d2724ca97b4"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "OK",
                      "value": "UNSUPPORTED"
                    },
                    "pnrId": "QCPGBH",
                    "quantity": 5,
                    "specialServiceDescription": {
                      "code": "GMVS",
                      "properties": {
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "262"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "563"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "217"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "016"
                          }
                        ]
                      },
                      "text": "qzdVDsflRceKmQK"
                    },
                    "syntheticIdentifier": "12646950046186377249",
                    "taxExemption": true,
                    "ticketUsedForEmdPricing": "N",
                    "type": "MISC_FEE",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 5.8
                    }
                  },
                  {
                    "airExtraBundleRef": "aeca94ed-b9e3-4650-ae80-7f09b9b3f0a6",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": false,
                        "customRules": {
                          "applyHighestTierLevel": true,
                          "convertible": true,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 1
                        },
                        "exchangeable": true,
                        "feeApplicationMethod": {
                          "code": "1",
                          "value": "TICKET"
                        },
                        "formOfRefund": {
                          "code": "3",
                          "value": "ORIGINAL"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 2
                        },
                        "freeOfChargeRules": [
                          "EMD_REQUIRED",
                          "EMD_REQUIRED",
                          "EMD_REQUIRED",
                          "BOOKING_REQUIRED",
                          "BOOKING_REQUIRED"
                        ],
                        "interlineable": false,
                        "inventoryControlled": true,
                        "paperTicketRequired": false,
                        "purchaseAtTicketIssue": false,
                        "purchaseBy": "2026-09-27",
                        "refundable": true,
                        "tourCode": "zt2jPy"
                      },
                      "bagType": "GOLF",
                      "bookingMethod": {
                        "code": "0@",
                        "value": "NO_BOOKING_REQUIRED"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "LOUNGE ACCESS",
                      "displayOnly": false,
                      "electronicMiscDocType": {
                        "code": "2",
                        "consumedAtIssuance": true,
                        "value": "OTHER_THAN_EMD"
                      },
                      "group": "WIF",
                      "id": "Vp6CEd",
                      "reasonForIssuance": {
                        "code": "G",
                        "value": "INDIVIDUAL_AIRLINE_USE"
                      },
                      "sequenceNumber": 25,
                      "serviceType": {
                        "code": "AP",
                        "value": "FLIGHT_RELATED"
                      },
                      "specialService": {
                        "code": "WCHR",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 70,
                              "min": 1,
                              "name": "AGE",
                              "optional": false,
                              "type": "INT",
                              "unit": "IN"
                            }
                          ]
                        },
                        "type": "NOTALLOWED"
                      },
                      "ssimCode": "yiY",
                      "subCode": "284",
                      "vendor": "MMGR",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 17.2
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 12.6
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 44.4
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 20.3
                        }
                      ]
                    },
                    "bookingIndicator": "53",
                    "disassociated": true,
                    "emdNumber": {
                      "number": "17342053102358"
                    },
                    "emdPaperIndicator": "E",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "71",
                          "segmentRef": "25cf4a36-d58c-4be2-9b7f-f96d68e6db7b"
                        },
                        {
                          "emdCouponNumber": "50",
                          "segmentRef": "c3e38155-d4b3-4b9b-9259-dad9c40fb802"
                        },
                        {
                          "emdCouponNumber": "62",
                          "segmentRef": "26239136-1a3f-4d71-81d2-2626bfa9e23a"
                        },
                        {
                          "emdCouponNumber": "43",
                          "segmentRef": "6ef5fcf5-e899-477d-95af-4ea6ce2f925d"
                        },
                        {
                          "emdCouponNumber": "55",
                          "segmentRef": "7ac0c673-fe3e-4083-9293-8f14aaa34687"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "16",
                    "id": "e8d530c0-139d-4702-82f2-0f367d1851e9",
                    "miscFee": {
                      "dealName": "SPRING DEAL",
                      "group": "SEA",
                      "id": "565660c5-e894-4a02-af46-039fbaaadcff",
                      "offerName": "OFFER A",
                      "reasonForIssuance": "R",
                      "subCode": "359"
                    },
                    "offerId": {
                      "id": "e04cca76-9061-41c4-b323-5feafddd498e",
                      "itemId": "e488a651-6fcb-479c-993f-e33615bab4fd"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "PD",
                      "value": "UNSUPPORTED"
                    },
                    "pnrId": "YAHYPV",
                    "quantity": 1,
                    "specialServiceDescription": {
                      "code": "mvwa",
                      "properties": {
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "301"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "211"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "696"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "831"
                          }
                        ]
                      },
                      "text": "hYqhGhiSZWqMLXv"
                    },
                    "syntheticIdentifier": "68229381494572489167",
                    "taxExemption": false,
                    "ticketUsedForEmdPricing": "Y",
                    "type": "MISC_FEE",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 27.4
                    }
                  },
                  {
                    "airExtraBundleRef": "2d7cbccd-a813-4ae3-b73c-c0de702a2566",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": false,
                        "customRules": {
                          "applyHighestTierLevel": false,
                          "convertible": true,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 1
                        },
                        "exchangeable": false,
                        "feeApplicationMethod": {
                          "code": "3",
                          "value": "PER_CHECKED_PORTION"
                        },
                        "formOfRefund": {
                          "code": "1",
                          "value": "VOUCHER"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 0
                        },
                        "freeOfChargeRules": [
                          "EMD_REQUIRED",
                          "EMD_REQUIRED",
                          "EMD_REQUIRED"
                        ],
                        "interlineable": false,
                        "inventoryControlled": true,
                        "paperTicketRequired": false,
                        "purchaseAtTicketIssue": true,
                        "purchaseBy": "2026-08-26",
                        "refundable": false,
                        "tourCode": "aKbLds"
                      },
                      "bagType": "PET",
                      "bookingMethod": {
                        "code": "8 ",
                        "value": "ANY_ALLOWED"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "EXTRA LEGROOM",
                      "displayOnly": false,
                      "electronicMiscDocType": {
                        "code": "2",
                        "consumedAtIssuance": false,
                        "value": "OTHER_THAN_EMD"
                      },
                      "group": "BG",
                      "id": "iROlVr",
                      "reasonForIssuance": {
                        "code": "A",
                        "value": "MERCHANDISE"
                      },
                      "sequenceNumber": 75,
                      "serviceType": {
                        "code": "y2",
                        "value": "BAGGAGE_ALLOWANCE"
                      },
                      "specialService": {
                        "code": "PETC",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 82,
                              "min": 2,
                              "name": "WEIGHT",
                              "optional": true,
                              "type": "ENUM",
                              "unit": "CM"
                            }
                          ]
                        },
                        "type": "REQUIRED"
                      },
                      "ssimCode": "DBk",
                      "subCode": "137",
                      "vendor": "AMAD",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 21.9
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 9.6
                        }
                      ]
                    },
                    "bookingIndicator": "73",
                    "disassociated": false,
                    "emdNumber": {
                      "number": "90750958136140"
                    },
                    "emdPaperIndicator": "E",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "68",
                          "segmentRef": "be51454f-3b92-4beb-8eef-9bfe97d6b1f5"
                        },
                        {
                          "emdCouponNumber": "74",
                          "segmentRef": "9aff9bb9-e86b-4120-8a99-b8953775ddf3"
                        },
                        {
                          "emdCouponNumber": "52",
                          "segmentRef": "114e754a-4c97-45a3-96ed-aece4f19ad8a"
                        },
                        {
                          "emdCouponNumber": "91",
                          "segmentRef": "e30d93e3-b728-44ef-a927-a6ee975e52a9"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "62",
                    "id": "c1e570bd-18db-47dd-bd01-b4ab04bd4e71",
                    "miscFee": {
                      "dealName": "WINTER SALE",
                      "group": "BG",
                      "id": "f06941bf-5705-4bfb-b07d-3f5a37b3f3eb",
                      "offerName": "OFFER A",
                      "reasonForIssuance": "G",
                      "subCode": "436"
                    },
                    "offerId": {
                      "id": "cbc26b49-7a31-455a-a23e-66d76f60c428",
                      "itemId": "6f2c9ea0-1a8d-468e-ab22-497f6fa8746e"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "OK",
                      "value": "VERIFICATION"
                    },
                    "pnrId": "UYQJHQ",
                    "quantity": 2,
                    "specialServiceDescription": {
                      "code": "LgOF",
                      "properties": {
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "937"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "151"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "974"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "983"
                          }
                        ]
                      },
                      "text": "JkCRxcPJjfyvVUs"
                    },
                    "syntheticIdentifier": "79138854484022522945",
                    "taxExemption": false,
                    "ticketUsedForEmdPricing": "N",
                    "type": "ANCILLARY",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 20.3
                    }
                  }
                ],
                "baggagePoolId": 336,
                "editCodes": {
                  "editCode": [
                    {
                      "code": "ri",
                      "id": "32b20593-cefa-45a9-b088-364bf2627b94",
                      "text": [
                        {
                          "id": "d79db4ed-ba12-47dd-b491-f3452420601e",
                          "lineId": "45",
                          "value": "kEBIYUaukhgXFRD"
                        }
                      ]
                    }
                  ]
                },
                "eligibilities": {
                  "eligibility": [
                    {
                      "notEligible": false,
                      "reason": [
                        {
                          "category": "INSUFFICIENT_FUNDS",
                          "details": "pMjBvlspkN5iS2SnWn5w",
                          "message": "Payment processing failed.",
                          "property": [
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "570"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "756"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "562"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "499"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "399"
                            }
                          ]
                        }
                      ],
                      "type": "CHECK_IN"
                    }
                  ]
                },
                "id": "129e153e-6355-429a-bc60-5d7ab75819c3",
                "loyaltyAccount": {
                  "id": "0e7d7467-3e2d-4d22-b71c-483acc8b54f5",
                  "latestAwardDate": "2026-01-22",
                  "loyaltyTierLevel": {
                    "atpco": "18",
                    "customerInsight": "59",
                    "name": "platinum",
                    "number": 1,
                    "priority": 2,
                    "tag": "MGe"
                  },
                  "memberAirline": "[ob",
                  "memberId": "0590274173",
                  "membershipStartDate": "2026-03-23",
                  "mileage": {
                    "unit": "MILES",
                    "value": 3575
                  },
                  "pnrId": "5",
                  "points": 51332,
                  "source": "PNR"
                },
                "nonRevenuePassengerInfo": {
                  "priorityCode": "cOT",
                  "seniorityDate": "2019-05-10T00:00:00.0Z",
                  "upgradeCode": "QrD"
                },
                "passengerCheckInId": "ItoeJOOs",
                "passengerFlight": [
                  {
                    "boardingPass": {
                      "agent": {
                        "city": "YWK",
                        "country": "CU",
                        "sign": "CFZ"
                      },
                      "baggage": {
                        "carryOnWeight": {
                          "unit": "LB",
                          "value": 10.7
                        },
                        "checkedInBaggage": {
                          "bagTagNumber": [
                            "11223344",
                            "87654321"
                          ],
                          "quantity": 2,
                          "totalWeight": {
                            "unit": "LB",
                            "value": 11.6
                          }
                        }
                      },
                      "barCode": "187IexBVuZ4a6Coi7Fj78SIcOhnbRUKiTlCBEHE2",
                      "checkInSequenceNumber": "511",
                      "deck": {
                        "code": "MAIN",
                        "value": "MAIN"
                      },
                      "displayData": {
                        "accommodation": "BUSINESS",
                        "agentCityName": "East Leland",
                        "arrivalAirportName": "New Amanda",
                        "boardingPassOnlyText": "BOARDING PASS ONLY",
                        "boardingTime": "7488",
                        "cabinClassCode": "B",
                        "cabinText": "FIRST CLASS",
                        "carryOnText": "NO CARRY-ON",
                        "childText": "CHILD",
                        "commuterAirlineName": "[object Object]",
                        "commuterOperatedByText": "OPERATED BY",
                        "departureAirportName": "South Javonte",
                        "documentTypeText": "BOARDING PASS",
                        "doorCloseTime": "5134",
                        "edifactApiText": "API ERROR",
                        "entitlementTexts": {
                          "fastTrack": "FAST TRACK",
                          "loungeAccess": "LOUNGE XTRA",
                          "priorityBoarding": "PRIORITY"
                        },
                        "estimatedArrivalTime": "8619",
                        "estimatedDepartureDate": "2026-12-26T00:00:00.0Z",
                        "estimatedDepartureTime": "9131",
                        "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": "aMmQ",
                        "plusInfantText": "PLUS INFANT",
                        "premiumText": "PREMIUM",
                        "priorityAaccessText": "PRIORITY AACCESS",
                        "priorityBoardingText": "PRIORITY BOARDING",
                        "priorityText": "PRIORITY",
                        "scheduledArrivalTime": "6549",
                        "scheduledDepartureDate": "2026-12-27T00:00:00.0Z",
                        "scheduledDepartureTime": "3752",
                        "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": 1180.85,
                        "atpcoRule": "vTfo",
                        "atpcoTariff": 67,
                        "bookingClass": "x",
                        "brand": "Id",
                        "cabinClass": "PREMIUM_BUSINESS",
                        "cabinClassCode": "n",
                        "discountCategory": "61",
                        "fareBasisCode": "gyyVeE",
                        "governingAirline": "[ob",
                        "id": "e7a3d731-ea23-47b4-8c0b-823633fbab43",
                        "operatingBookingClass": "N",
                        "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": "HR",
                        "arrivalFlightScheduleStatus": "DELAYED",
                        "arrivalTerminal": "vN",
                        "arrivalTime": "2026-10-04T00:00:00.0Z",
                        "boardingTime": "1892-09-21T07:52:40.0Z",
                        "changeOfGauge": true,
                        "commuter": false,
                        "departureAirport": "[ob",
                        "departureCountry": "BI",
                        "departureFlightScheduleStatus": "DELAYED",
                        "departureGate": "WV",
                        "departureTerminal": "Wa",
                        "departureTime": "2027-04-06T00:00:00.0Z",
                        "disclosureAirline": "[ob",
                        "distance": {
                          "unit": "MILES",
                          "value": 1296
                        },
                        "equipment": "170",
                        "estimatedArrivalTime": "1937-05-23T22:03:16.0Z",
                        "estimatedDepartureTime": "1904-07-09T08:42:59.0Z",
                        "flightDuration": 465,
                        "flightNumber": "7",
                        "flightStop": [
                          {
                            "airport": "[ob",
                            "arrivalTime": "2027-05-27T00:00:00.0Z",
                            "departureTime": "2027-03-16T00:00:00.0Z",
                            "duration": 175,
                            "elapsedTime": 130
                          }
                        ],
                        "iatci": true,
                        "id": "db9156a0-1493-4e29-97ba-4fad7bec36ae",
                        "operatingAirline": "[ob",
                        "operatingAirlineName": "[object Object]",
                        "operatingFlightNumber": "53",
                        "span": "DOMESTIC",
                        "status": "CANCELLED",
                        "subjectToGovernmentApproval": true,
                        "thirdPartyGroundHandled": true,
                        "throughFlight": false,
                        "timeToDeparture": 589
                      },
                      "formattedBoardingPass": {
                        "document": {
                          "contentType": "audio/wav",
                          "name": "reckless_uh_huh_absent.[object Object]",
                          "value": "t2I32B0lQ25BW5V6fdzajJCk2EoBJzvXSGBr2d5OTDHAOLIuTfWDwr0cY36BNYsa"
                        },
                        "image": {
                          "contentType": "font/woff",
                          "name": "pish.[object Object]",
                          "value": "5YBsH0ZWbnkVaiVynLxc15g1wpnz7qBpDtPZulZO8GfOXfde2YQZqSLy3w2rsT8o"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "application/vnd.oasis.opendocument.spreadsheet",
                            "name": "yet.[object Object]",
                            "value": "4w0IT9RATjzt0fevDq2NiRN6IPAfHMqBDOKg7OV5tZOrX9w8Gar305EerDmYbVIm"
                          },
                          "layout": {
                            "contentType": "application/vnd.oasis.opendocument.text",
                            "name": "furthermore_abaft.[object Object]",
                            "value": "07DZkBgddpvo4dl7ZkSW2pENW5SVzGyaCD30AwCEH88o15mnJOUtyJK7wx0Z7NHc"
                          },
                          "template": {
                            "contentType": "application/x-tar",
                            "name": "ultimately_ick_gosh.[object Object]",
                            "value": "rErQAUsN1zlwU6344RHiPu8ldMVi4Gn9L4kYKYsLjzMh1WgBfrvCA7sF3TnyZftS"
                          },
                          "templates": [
                            {
                              "contentType": "application/rtf",
                              "name": "lace_sleepy_when.[object Object]",
                              "value": "EHFtZA6zRThhGKbqzmomQxoMDbPpNrJvkXKSX1gzGzbRxw1FK2ByIrql8gfSwliT"
                            },
                            {
                              "contentType": "audio/mpeg",
                              "name": "proofread_cannon.[object Object]",
                              "value": "powptuuSiziKdGK5gjqN8qfZrV9UUSiYv8bpfwOvz5wSL9RudXRPoEDZCUb4WvSs"
                            }
                          ]
                        },
                        "supplementaryData": {
                          "accommodation": "RESIDENCE SUITE",
                          "selectee": true,
                          "skyPriority": true,
                          "zone": "2"
                        },
                        "zpl": {
                          "contentType": "application/vnd.mozilla.xul+xml",
                          "name": "peaceful_ultimate_gigantic.[object Object]",
                          "value": "rrflInIyWCzptEbDXxvlpTAvqdZsCJlWJWyp4TJzd9bssZBWT6hpeuNQopqkgY3e"
                        }
                      },
                      "group": "kX1qhx",
                      "loyaltyAccount": {
                        "id": "5cd044bf-e40e-4f27-8a4f-239495a9dfd8",
                        "latestAwardDate": "2026-01-16",
                        "loyaltyTierLevel": {
                          "atpco": "26",
                          "customerInsight": "53",
                          "name": "platinum",
                          "number": 5,
                          "priority": 10,
                          "tag": "fvm"
                        },
                        "memberAirline": "[ob",
                        "memberId": "4829853514",
                        "membershipStartDate": "2024-03-11",
                        "mileage": {
                          "unit": "MILES",
                          "value": 1858
                        },
                        "pnrId": "6",
                        "points": 1699,
                        "source": "PNR"
                      },
                      "personName": {
                        "first": "Marcus",
                        "last": "Heidenreich",
                        "middle": "Alex",
                        "prefix": "Ms.",
                        "raw": "Caroline Schneider",
                        "suffix": "II"
                      },
                      "priorityVerificationCard": false,
                      "recordLocator": "NCJYJA",
                      "seat": {
                        "column": "R",
                        "row": "06",
                        "value": "31E"
                      },
                      "source": "HOST",
                      "standbyPriority": "n2",
                      "supplementaryData": {
                        "dhsStatus": 5,
                        "exclusiveWaitingArea": true,
                        "infraeroElectronicStamp": "93204709820592",
                        "loungeAccess": true,
                        "selectee": true,
                        "skyPriority": true,
                        "spanishLargeFamily": true,
                        "spanishResident": true,
                        "tboAirport": "[ob",
                        "throughAirport": "[ob",
                        "throughCountry": "ME"
                      },
                      "ticketCouponNumber": "62",
                      "ticketNumber": {
                        "airlineAccountingCode": "890",
                        "checkDigit": "5",
                        "number": "82438193799518",
                        "serialNumber": "9803185910"
                      },
                      "upgradePriority": "U461R",
                      "zone": "6"
                    },
                    "checkedIn": false,
                    "checkInNumber": 200,
                    "eligibilities": {
                      "eligibility": [
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "5smxdC9Pnc2RmCAl4lkg",
                              "message": "It is too early for check-in.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "633"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "821"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "819"
                                }
                              ]
                            },
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "h2I7uJAtcOEliycC5usY",
                              "message": "Required travel document is missing.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "267"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "820"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "134"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "666"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "835"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "v1ZHW89yWzPaqYLOw5Ov",
                              "message": "Required travel document is missing.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "922"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "068"
                                }
                              ]
                            },
                            {
                              "category": "MISSING_DOCUMENT",
                              "details": "tZ4HVQC1LofGG5BCBEzR",
                              "message": "Required travel document is missing.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "730"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "637"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "177"
                                }
                              ]
                            },
                            {
                              "category": "MISSING_DOCUMENT",
                              "details": "lx02mXqGbba5qq00I7iM",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "307"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "084"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "842"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "822"
                                }
                              ]
                            },
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "3CLLKWbkDFBJDIcLrHcF",
                              "message": "Payment processing failed.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "570"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "828"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "323"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "068"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "155"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "3COH03sAjiztTBgYdG6c",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "066"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "976"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "222"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "786"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "195"
                                }
                              ]
                            },
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "UG4B6OBQSpSDB99Gy8fO",
                              "message": "Required travel document is missing.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "038"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "549"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "705"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "953"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "821"
                                }
                              ]
                            },
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "igLrrI3bXzrKYXdSUCFb",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "863"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "INSUFFICIENT_FUNDS",
                              "details": "v2gfT7H1pyWT23iNfedd",
                              "message": "Payment processing failed.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "512"
                                }
                              ]
                            },
                            {
                              "category": "INVALID_FLIGHT",
                              "details": "Ad6uMgLGhLnfNUTtx6x7",
                              "message": "Payment processing failed.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "319"
                                }
                              ]
                            },
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "J3G96ltkE4Q07XU8zIuo",
                              "message": "It is too early for check-in.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "118"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "802"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "824"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "686"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "088"
                                }
                              ]
                            },
                            {
                              "category": "INVALID_FLIGHT",
                              "details": "W3DTEKSOBHojMmwa7c6W",
                              "message": "Required travel document is missing.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "499"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "694"
                                }
                              ]
                            },
                            {
                              "category": "INVALID_FLIGHT",
                              "details": "iGrM8TZLAZX0Qyfkhqdr",
                              "message": "Payment processing failed.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "793"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "108"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "305"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "654"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        }
                      ]
                    },
                    "flightRefs": [
                      "id01",
                      "id02"
                    ],
                    "id": "ad34ccfb-831d-438d-83b7-96d5d8957d87",
                    "loungeCard": {
                      "formattedLoungeCard": {
                        "image": {
                          "contentType": "video/ogg",
                          "name": "eek.[object Object]",
                          "value": "6Y4LPCGS2sx9FACqQAJ1Uo5t1PNXahLbZ4RkBmjAc48S8x5rHjcpElWRKlfii6QH"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "image/webp",
                            "name": "under_busily.[object Object]",
                            "value": "CBP4liogBRiHGblQ4qFwoXW7MFeMjyCSk5IpnWY1d7YEpicuRZOFgxytu9EodPEb"
                          },
                          "layout": {
                            "contentType": "application/java-archive",
                            "name": "hippodrome_fond.[object Object]",
                            "value": "J576YK0HqtOeRYxnNFklR8fnqjP6Q20ze6LU8n9um3KemURGxvaDihCHjhVguPSv"
                          },
                          "template": {
                            "contentType": "audio/opus",
                            "name": "furthermore.[object Object]",
                            "value": "nyKvcZgtBDr4IZSgfsBQjQkd30LS8cn9tSqnPPrwuikOkcrWMM4iT8Z41UunCddy"
                          },
                          "templates": [
                            {
                              "contentType": "text/plain",
                              "name": "times_pish.[object Object]",
                              "value": "arCtQEt4H6NW605E36WlS25TAu4xuVT7FyKXDOgRc0ia2n3xU559WDZRzFBwpMqz"
                            },
                            {
                              "contentType": "audio/opus",
                              "name": "tributary_orientate_narrate.[object Object]",
                              "value": "KNoC82VB5NS5jMJtoB1NFf6OQsCXxjfVEefqhJ6VGXpxAzgnPZWbzSZYixKCTBit"
                            },
                            {
                              "contentType": "video/x-msvideo",
                              "name": "likewise.[object Object]",
                              "value": "ZhtF3CpUCyasJyG4XrayoRSLZy3X4dOSypeTA4CPjCAYN8b3VtYPBcfD3tpOE59W"
                            },
                            {
                              "contentType": "application/xhtml+xml",
                              "name": "yet.[object Object]",
                              "value": "Jbyv4NOi0GGt0cwRMCtZxx4gZFKwsYWLEusMdrRWk1yFbr9MyFXljiVwz1RUoROe"
                            },
                            {
                              "contentType": "video/3gpp",
                              "name": "new.[object Object]",
                              "value": "oP2KnfTog68gbnfkoBHG1tDcaJZJxjI5Ss5oCsLbXPGfHAu2cKUXaauK5FYDLFpi"
                            }
                          ]
                        }
                      }
                    },
                    "preReservedSeat": {
                      "airExtraRef": "3dfc7f6a-abd6-4b2f-84c1-fc076733f641",
                      "offerId": "febd2dc3-5e96-4bd3-8149-a9dfe1350669",
                      "offerItemId": "97e2c2e9-9ea0-4ba5-b949-03827c1e9368",
                      "type": "WINDOW",
                      "value": "2j"
                    },
                    "priorityCode": "LLM",
                    "seat": {
                      "airExtraRef": "287404be-515d-48cb-92fd-ef138f797bc9",
                      "offerId": "f754e5e0-4e2c-4784-a641-b27c064c9dea",
                      "offerItemId": "970e9b38-a9d3-464d-8203-9a225662782d",
                      "type": "MIDDLE",
                      "value": "to"
                    },
                    "status": "BOARDED",
                    "upgradeCode": "pqq"
                  },
                  {
                    "boardingPass": {
                      "agent": {
                        "city": "EyQ",
                        "country": "KR",
                        "sign": "USG"
                      },
                      "baggage": {
                        "carryOnWeight": {
                          "unit": "KG",
                          "value": 11.5
                        },
                        "checkedInBaggage": {
                          "bagTagNumber": [
                            "12345678",
                            "11223344",
                            "87654321"
                          ],
                          "quantity": 3,
                          "totalWeight": {
                            "unit": "KG",
                            "value": 17.5
                          }
                        }
                      },
                      "barCode": "fe303wzyziDE9D0Dqa1q43uGsTDMXYFsrwe7dToN",
                      "checkInSequenceNumber": "339",
                      "deck": {
                        "code": "UPPER",
                        "value": "MAIN"
                      },
                      "displayData": {
                        "accommodation": "BUSINESS",
                        "agentCityName": "Millsburgh",
                        "arrivalAirportName": "West Alvina",
                        "boardingPassOnlyText": "BOARDING PASS ONLY",
                        "boardingTime": "0336",
                        "cabinClassCode": "Z",
                        "cabinText": "FIRST CLASS",
                        "carryOnText": "NO CARRY-ON",
                        "childText": "INFANT",
                        "commuterAirlineName": "[object Object]",
                        "commuterOperatedByText": "OPERATED BY",
                        "departureAirportName": "New Carsonmouth",
                        "documentTypeText": "BOARDING PASS",
                        "doorCloseTime": "9603",
                        "edifactApiText": "API ERROR",
                        "entitlementTexts": {
                          "fastTrack": "FAST TRACK",
                          "loungeAccess": "LOUNGE XTRA",
                          "priorityBoarding": "PRIORITY"
                        },
                        "estimatedArrivalTime": "0322",
                        "estimatedDepartureDate": "2026-08-29T00:00:00.0Z",
                        "estimatedDepartureTime": "5328",
                        "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": "uhZ6",
                        "plusInfantText": "PLUS INFANT",
                        "premiumText": "PREMIUM",
                        "priorityAaccessText": "PRIORITY AACCESS",
                        "priorityBoardingText": "PRIORITY BOARDING",
                        "priorityText": "PRIORITY",
                        "scheduledArrivalTime": "1282",
                        "scheduledDepartureDate": "2027-03-11T00:00:00.0Z",
                        "scheduledDepartureTime": "1355",
                        "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": 1723.28,
                        "atpcoRule": "Evn5",
                        "atpcoTariff": 81,
                        "bookingClass": "h",
                        "brand": "ca",
                        "cabinClass": "PREMIUM_FIRST",
                        "cabinClassCode": "M",
                        "discountCategory": "45",
                        "fareBasisCode": "2zEvVi",
                        "governingAirline": "[ob",
                        "id": "b4cd3d8b-86ce-4946-9ef4-e56618df2faa",
                        "operatingBookingClass": "W",
                        "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": "PN",
                        "arrivalFlightScheduleStatus": "CANCELLED",
                        "arrivalTerminal": "CJ",
                        "arrivalTime": "2026-06-21T00:00:00.0Z",
                        "boardingTime": "1905-11-16T18:11:31.0Z",
                        "changeOfGauge": true,
                        "commuter": false,
                        "departureAirport": "[ob",
                        "departureCountry": "LR",
                        "departureFlightScheduleStatus": "EARLY",
                        "departureGate": "WO",
                        "departureTerminal": "YV",
                        "departureTime": "2026-07-30T00:00:00.0Z",
                        "disclosureAirline": "[ob",
                        "distance": {
                          "unit": "MILES",
                          "value": 4458
                        },
                        "equipment": "863",
                        "estimatedArrivalTime": "1962-03-27T16:08:54.0Z",
                        "estimatedDepartureTime": "1947-12-30T03:04:25.0Z",
                        "flightDuration": 526,
                        "flightNumber": "6",
                        "flightStop": [
                          {
                            "airport": "[ob",
                            "arrivalTime": "2026-08-21T00:00:00.0Z",
                            "departureTime": "2026-08-31T00:00:00.0Z",
                            "duration": 114,
                            "elapsedTime": 227
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2027-01-19T00:00:00.0Z",
                            "departureTime": "2027-02-14T00:00:00.0Z",
                            "duration": 68,
                            "elapsedTime": 234
                          }
                        ],
                        "iatci": false,
                        "id": "143465e8-c4a9-4894-a4e6-069a0b69273c",
                        "operatingAirline": "[ob",
                        "operatingAirlineName": "[object Object]",
                        "operatingFlightNumber": "44",
                        "span": "INTERNATIONAL",
                        "status": "DELAYED",
                        "subjectToGovernmentApproval": false,
                        "thirdPartyGroundHandled": true,
                        "throughFlight": true,
                        "timeToDeparture": 249
                      },
                      "formattedBoardingPass": {
                        "document": {
                          "contentType": "image/gif",
                          "name": "despite.[object Object]",
                          "value": "ajfJe9ejZ91m9L3U3fIcsZOtJWCt34Mtvm7GMcXrwF0yH7KCWmyyxB7QchhWU5Uu"
                        },
                        "image": {
                          "contentType": "application/x-bzip2",
                          "name": "remand_seal_accredit.[object Object]",
                          "value": "sgYgbaQcOz0BN2ZhwNh4dJ19MoZtAuBZCbm4wudafPhcfx6RmtEcBeu8E7ORVKGH"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "application/java-archive",
                            "name": "or_cook.[object Object]",
                            "value": "FFlSh7LkRY69OlBmGBfiSYCRSEzN0qOm3k1s4sV9kvgLNBh7ox4lngqzZeEBaeC7"
                          },
                          "layout": {
                            "contentType": "video/mp2t",
                            "name": "conversation.[object Object]",
                            "value": "zVpd9I3r9PXLFlv29ooN6mWtJUO72FMDqkZm1uWh2LHfKF8cABEF17j7PRcEh7lQ"
                          },
                          "template": {
                            "contentType": "audio/midi",
                            "name": "energetic.[object Object]",
                            "value": "fF9V5vvZ5QmPbXbgAHw4W4dxo1ABeIeFlbpD4inJj65iLnXD8XHlJpiWWDyIVYm2"
                          },
                          "templates": [
                            {
                              "contentType": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
                              "name": "prance.[object Object]",
                              "value": "wuuJjTnd7o656Pj1xNgMcJgvQUmYBEAMjH4Jj10tKmzomsLuyIB8605nGCyCEHrW"
                            },
                            {
                              "contentType": "image/tiff",
                              "name": "regular.[object Object]",
                              "value": "OMEjlghMN3n2Nd4eDZqzSjY931W5OdZTjLNYJpYyzo63oARlheBlL4jhnIpzPlxD"
                            },
                            {
                              "contentType": "application/vnd.oasis.opendocument.spreadsheet",
                              "name": "pertinent_er.[object Object]",
                              "value": "2eCdJrfwNGwI8t8FAT4x9ghhOxmta6NwMVsIKRaPv57C7TN1uHRWSLY8Q1j19syW"
                            },
                            {
                              "contentType": "application/java-archive",
                              "name": "pillory_following_whether.[object Object]",
                              "value": "HsEuvRGsHuYiSK2Z4CGI73LQLznfU273FH225SMw9inFjwhAbTWOurNXqzWXY0uC"
                            },
                            {
                              "contentType": "application/x-7z-compressed",
                              "name": "owlishly.[object Object]",
                              "value": "IOi4OLWuxoCyDR9qXB3qdm77771nOB0B8uMU2QnhqzazwjQ0kg5QDWBp87spWotn"
                            }
                          ]
                        },
                        "supplementaryData": {
                          "accommodation": "RESIDENCE SUITE",
                          "selectee": false,
                          "skyPriority": true,
                          "zone": "4"
                        },
                        "zpl": {
                          "contentType": "application/vnd.apple.installer+xml",
                          "name": "failing_blah.[object Object]",
                          "value": "uqGh4cxLNhlEJftq0sZ9C2xxPM4yf7H0FtqCTlNBg6csziWVGBh6RfFFhSCh1bfB"
                        }
                      },
                      "group": "qj0W7N",
                      "loyaltyAccount": {
                        "id": "0caa88d0-773b-42bf-860f-11c4eed2fa79",
                        "latestAwardDate": "2025-10-07",
                        "loyaltyTierLevel": {
                          "atpco": "40",
                          "customerInsight": "84",
                          "name": "silver",
                          "number": 3,
                          "priority": 4,
                          "tag": "eAB"
                        },
                        "memberAirline": "[ob",
                        "memberId": "9860451668",
                        "membershipStartDate": "2021-06-22",
                        "mileage": {
                          "unit": "MILES",
                          "value": 2535
                        },
                        "pnrId": "6",
                        "points": 16699,
                        "source": "PNR"
                      },
                      "personName": {
                        "first": "Salvador",
                        "last": "Becker",
                        "middle": "Riley",
                        "prefix": "Dr.",
                        "raw": "Mona Nitzsche",
                        "suffix": "IV"
                      },
                      "priorityVerificationCard": false,
                      "recordLocator": "VXUNUJ",
                      "seat": {
                        "column": "d",
                        "row": "99",
                        "value": "33E"
                      },
                      "source": "HOST",
                      "standbyPriority": "HN",
                      "supplementaryData": {
                        "dhsStatus": 1,
                        "exclusiveWaitingArea": true,
                        "infraeroElectronicStamp": "40373001327896",
                        "loungeAccess": false,
                        "selectee": true,
                        "skyPriority": true,
                        "spanishLargeFamily": false,
                        "spanishResident": true,
                        "tboAirport": "[ob",
                        "throughAirport": "[ob",
                        "throughCountry": "BF"
                      },
                      "ticketCouponNumber": "74",
                      "ticketNumber": {
                        "airlineAccountingCode": "655",
                        "checkDigit": "5",
                        "number": "35057580121956",
                        "serialNumber": "2795047463"
                      },
                      "upgradePriority": "gjzvw",
                      "zone": "1"
                    },
                    "checkedIn": true,
                    "checkInNumber": 935,
                    "eligibilities": {
                      "eligibility": [
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "INVALID_FLIGHT",
                              "details": "w2fNJW2Vtld6D4CtG0r2",
                              "message": "It is too early for check-in.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "617"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "851"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "540"
                                }
                              ]
                            },
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "tt0QtCO8BYTBoFPKZGQ9",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "067"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "E9w0FVmJwKYDExYChqCj",
                              "message": "Booking has been cancelled.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "599"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "193"
                                }
                              ]
                            },
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "IfSxI3xVpKl3vsjswvV7",
                              "message": "Booking has been cancelled.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "529"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "663"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "300"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "INSUFFICIENT_FUNDS",
                              "details": "vn7e5paoPQqeNqDgkyVj",
                              "message": "Booking has been cancelled.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "838"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "196"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "835"
                                }
                              ]
                            },
                            {
                              "category": "INVALID_FLIGHT",
                              "details": "UApAVCanCcyvDOuLJYg6",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "398"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "380"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "614"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "332"
                                }
                              ]
                            },
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "Xwb36yh0OQxjTtG7dzoj",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "766"
                                }
                              ]
                            },
                            {
                              "category": "INSUFFICIENT_FUNDS",
                              "details": "k0oPLTt9FrIMB0KnWmo9",
                              "message": "It is too early for check-in.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "431"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "527"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "543"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "845"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "074"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        }
                      ]
                    },
                    "flightRefs": [
                      "id01",
                      "id02"
                    ],
                    "id": "e0d78994-ea27-494a-89b8-8a32eaaa698c",
                    "loungeCard": {
                      "formattedLoungeCard": {
                        "image": {
                          "contentType": "audio/webm",
                          "name": "woot_after.[object Object]",
                          "value": "c90a6BKuPlFfHDzh9mYYaz8ZIXrZybllVtJ4Ol5KmItixwewBZWMIOOClMwBgMaC"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "image/webp",
                            "name": "though_lampoon.[object Object]",
                            "value": "aFeChEnSPhf3Kx4BtsSuYNET2EOhvbItWvd4rozIcYP3OjuZuuLpiRXUv4wcIMyI"
                          },
                          "layout": {
                            "contentType": "application/vnd.rar",
                            "name": "fowl.[object Object]",
                            "value": "onkCcvb7DswT3oEAWSEy7PARRKKwTXEPgOI7a6JUeyITUoKY1LempA1qi0Oh4nKa"
                          },
                          "template": {
                            "contentType": "application/xhtml+xml",
                            "name": "beneath_sleepily_chilly.[object Object]",
                            "value": "daJl43Ei1qaqFdrDwWjNsXn9m39kwcWbsxCebX6woyV4VhzRZCs9ML3X6dGGSjNR"
                          },
                          "templates": [
                            {
                              "contentType": "font/woff2",
                              "name": "that_masquerade_pfft.[object Object]",
                              "value": "zlfLww9bSOeyoEKQbnSSplfcq7VaJin5TCEyCuYgv2CzKT6V4frpBI4L3rLGArWO"
                            },
                            {
                              "contentType": "font/ttf",
                              "name": "gosh.[object Object]",
                              "value": "OkHsU3fEf7RufNiUWhXMS3na4LtHDJqWaeOuS6azqwmuBPa4lewAh7BZQDj74ud8"
                            },
                            {
                              "contentType": "font/woff2",
                              "name": "though_yuck.[object Object]",
                              "value": "AVmGNlbzwt7CNrbtpSWwoWc31G3zHKPwGBx8ie1wMcBLd0GthGhF2lDRNmxt3vOp"
                            },
                            {
                              "contentType": "image/bmp",
                              "name": "trained.[object Object]",
                              "value": "VXQC583EMoA5glOUT7VYMua5LFvx4XCtyFOSLJW5cU8KddnURr2Z7S9zWJK8eKez"
                            }
                          ]
                        }
                      }
                    },
                    "preReservedSeat": {
                      "airExtraRef": "b81fe868-872c-4f1f-a1f1-2e71ec77edac",
                      "offerId": "93ed47d0-6d59-4c8e-844d-bfb961f9d133",
                      "offerItemId": "4a968326-b310-4bfc-b3b4-4b08383092f9",
                      "type": "WINDOW",
                      "value": "sI"
                    },
                    "priorityCode": "JCj",
                    "seat": {
                      "airExtraRef": "5662fae4-dce6-4e24-a705-19442a61c99e",
                      "offerId": "f5ef6934-ebba-4182-a56a-d050956268e7",
                      "offerItemId": "fec61cb3-ca06-4653-832c-4bd0097a773c",
                      "type": "MIDDLE",
                      "value": "yK"
                    },
                    "status": "ON_PRIORITY_LIST",
                    "upgradeCode": "It3"
                  },
                  {
                    "boardingPass": {
                      "agent": {
                        "city": "ovp",
                        "country": "SX",
                        "sign": "UtJ"
                      },
                      "baggage": {
                        "carryOnWeight": {
                          "unit": "LB",
                          "value": 18.6
                        },
                        "checkedInBaggage": {
                          "bagTagNumber": [
                            "87654321",
                            "11223344",
                            "12345678"
                          ],
                          "quantity": 3,
                          "totalWeight": {
                            "unit": "KG",
                            "value": 12.6
                          }
                        }
                      },
                      "barCode": "tgE4axmZqAoc57vwcMflwhjOiMnaSUeZScxbjTXh",
                      "checkInSequenceNumber": "093",
                      "deck": {
                        "code": "UPPER",
                        "value": "UPPER"
                      },
                      "displayData": {
                        "accommodation": "RESIDENCE SUITE",
                        "agentCityName": "Darronstad",
                        "arrivalAirportName": "Ariannastad",
                        "boardingPassOnlyText": "BOARDING PASS ONLY",
                        "boardingTime": "8170",
                        "cabinClassCode": "s",
                        "cabinText": "BUSINESS",
                        "carryOnText": "NO CARRY-ON",
                        "childText": "CHILD",
                        "commuterAirlineName": "[object Object]",
                        "commuterOperatedByText": "OPERATED BY",
                        "departureAirportName": "Heidenreichcester",
                        "documentTypeText": "BOARDING PASS",
                        "doorCloseTime": "1223",
                        "edifactApiText": "API OK",
                        "entitlementTexts": {
                          "fastTrack": "FAST TRACK",
                          "loungeAccess": "LOUNGE XTRA",
                          "priorityBoarding": "PRIORITY"
                        },
                        "estimatedArrivalTime": "7355",
                        "estimatedDepartureDate": "2027-05-25T00:00:00.0Z",
                        "estimatedDepartureTime": "0787",
                        "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": "PmnZ",
                        "plusInfantText": "PLUS INFANT",
                        "premiumText": "PREMIUM",
                        "priorityAaccessText": "PRIORITY AACCESS",
                        "priorityBoardingText": "PRIORITY BOARDING",
                        "priorityText": "PRIORITY",
                        "scheduledArrivalTime": "7608",
                        "scheduledDepartureDate": "2027-04-15T00:00:00.0Z",
                        "scheduledDepartureTime": "6412",
                        "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": 1289.26,
                        "atpcoRule": "s8nf",
                        "atpcoTariff": 63,
                        "bookingClass": "w",
                        "brand": "6d",
                        "cabinClass": "FIRST",
                        "cabinClassCode": "E",
                        "discountCategory": "12",
                        "fareBasisCode": "o8P0ou",
                        "governingAirline": "[ob",
                        "id": "adadd5d1-f8e5-4265-9ef4-cbc938ff11d7",
                        "operatingBookingClass": "h",
                        "privateTariff": true,
                        "type": "NLX",
                        "vendor": {
                          "code": "SMFC",
                          "value": "ATPCO"
                        }
                      },
                      "flightDetail": {
                        "aircraftLease": {
                          "lessorAirline": "[ob",
                          "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                        },
                        "airline": "[ob",
                        "arrivalAirport": "[ob",
                        "arrivalCountry": "VC",
                        "arrivalFlightScheduleStatus": "EARLY",
                        "arrivalTerminal": "C8",
                        "arrivalTime": "2026-12-26T00:00:00.0Z",
                        "boardingTime": "1948-02-10T21:21:14.0Z",
                        "changeOfGauge": true,
                        "commuter": false,
                        "departureAirport": "[ob",
                        "departureCountry": "BM",
                        "departureFlightScheduleStatus": "CANCELLED",
                        "departureGate": "RU",
                        "departureTerminal": "tk",
                        "departureTime": "2026-06-24T00:00:00.0Z",
                        "disclosureAirline": "[ob",
                        "distance": {
                          "unit": "MILES",
                          "value": 2280
                        },
                        "equipment": "992",
                        "estimatedArrivalTime": "1926-04-28T15:54:51.0Z",
                        "estimatedDepartureTime": "1892-11-13T18:08:57.0Z",
                        "flightDuration": 511,
                        "flightNumber": "93",
                        "flightStop": [
                          {
                            "airport": "[ob",
                            "arrivalTime": "2026-09-23T00:00:00.0Z",
                            "departureTime": "2026-08-25T00:00:00.0Z",
                            "duration": 92,
                            "elapsedTime": 256
                          }
                        ],
                        "iatci": true,
                        "id": "70bcf784-c66a-4b45-9074-b206f4c9d813",
                        "operatingAirline": "[ob",
                        "operatingAirlineName": "[object Object]",
                        "operatingFlightNumber": "7857",
                        "span": "INTERNATIONAL",
                        "status": "DELAYED",
                        "subjectToGovernmentApproval": false,
                        "thirdPartyGroundHandled": false,
                        "throughFlight": false,
                        "timeToDeparture": 11
                      },
                      "formattedBoardingPass": {
                        "document": {
                          "contentType": "video/mp4",
                          "name": "fruitful.[object Object]",
                          "value": "u7njz9l6UH02se9HTGF4is9GH5cfCvZhB03Nw2KAXhaejx0N0x4PZ94XxDLnZUen"
                        },
                        "image": {
                          "contentType": "application/x-csh",
                          "name": "who.[object Object]",
                          "value": "T76NUoKmsE9HyZy0UBsYVXCYo3xLEUOFItf03QD8Hn0T0bycsIT6yH1kexu0OX4o"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "image/gif",
                            "name": "onto.[object Object]",
                            "value": "taNPxJm9Ie07ZJSq99eBRWcWEEsx3OmACGNkwPvzLeuoTJf8ZXpgaclLl5QhD781"
                          },
                          "layout": {
                            "contentType": "application/vnd.ms-excel",
                            "name": "fun.[object Object]",
                            "value": "vd7S7RMtoIFOnqJLpcsE9RIED6x2c0NDCIahbWrTwdTUwObGlBwtkzAXKGxA8CCP"
                          },
                          "template": {
                            "contentType": "video/mp4",
                            "name": "cavernous_unless_nor.[object Object]",
                            "value": "Bn7d13DOqSKwJIer0IGkIbdfLRuVoDJwl55ts5dUxnKC01XxDQRacvw7jwCkJtpG"
                          },
                          "templates": [
                            {
                              "contentType": "application/x-tar",
                              "name": "grandiose_pish.[object Object]",
                              "value": "mfpXRsAGmCW8oLvBidNwWhXQGMlQ2peb5rxphoEG9OrYox6ujNBA2mYK5Fshuq4A"
                            },
                            {
                              "contentType": "image/avif",
                              "name": "psst_optimal.[object Object]",
                              "value": "K0sPXXrLbyNANCNTHrsWIQucVSYQsnvHEXfzRAulRiRB8I1kk6vZcLMnZmqyfn6K"
                            },
                            {
                              "contentType": "video/x-msvideo",
                              "name": "jagged_squeaky_straight.[object Object]",
                              "value": "bD0JnOLtOb1KP6ftqdhBUhKpdDgoxZ5EMFWA2qlnzo2WNUafvKdkalgyN9SWZe1O"
                            }
                          ]
                        },
                        "supplementaryData": {
                          "accommodation": "FIRST CLASS",
                          "selectee": false,
                          "skyPriority": true,
                          "zone": "4"
                        },
                        "zpl": {
                          "contentType": "application/x-7z-compressed",
                          "name": "slide_yowza.[object Object]",
                          "value": "a5Lh8hxZXPdn1TMM8AXA2ZoTONopsP81XN7p54uYCHJ7LdK6EBmIlddcx5P8eWtB"
                        }
                      },
                      "group": "lKN8Il",
                      "loyaltyAccount": {
                        "id": "412260ac-dea3-40a3-b9ca-fb8471cf0622",
                        "latestAwardDate": "2026-03-20",
                        "loyaltyTierLevel": {
                          "atpco": "55",
                          "customerInsight": "83",
                          "name": "platinum",
                          "number": 4,
                          "priority": 5,
                          "tag": "jVU"
                        },
                        "memberAirline": "[ob",
                        "memberId": "3118230166",
                        "membershipStartDate": "2022-09-27",
                        "mileage": {
                          "unit": "MILES",
                          "value": 4543
                        },
                        "pnrId": "3",
                        "points": 18174,
                        "source": "PNR"
                      },
                      "personName": {
                        "first": "Ruthie",
                        "last": "Fay",
                        "middle": "Brooklyn",
                        "prefix": "Miss",
                        "raw": "Olga Larson",
                        "suffix": "II"
                      },
                      "priorityVerificationCard": false,
                      "recordLocator": "CJMYJJ",
                      "seat": {
                        "column": "K",
                        "row": "39",
                        "value": "22D"
                      },
                      "source": "HOST",
                      "standbyPriority": "vA",
                      "supplementaryData": {
                        "dhsStatus": 5,
                        "exclusiveWaitingArea": false,
                        "infraeroElectronicStamp": "29783293965846",
                        "loungeAccess": false,
                        "selectee": true,
                        "skyPriority": true,
                        "spanishLargeFamily": true,
                        "spanishResident": false,
                        "tboAirport": "[ob",
                        "throughAirport": "[ob",
                        "throughCountry": "BS"
                      },
                      "ticketCouponNumber": "49",
                      "ticketNumber": {
                        "airlineAccountingCode": "159",
                        "checkDigit": "2",
                        "number": "74370614101525",
                        "serialNumber": "9957752608"
                      },
                      "upgradePriority": "YeTlr",
                      "zone": "9"
                    },
                    "checkedIn": true,
                    "checkInNumber": 437,
                    "eligibilities": {
                      "eligibility": [
                        {
                          "notEligible": true,
                          "reason": [
                            {
                              "category": "INSUFFICIENT_FUNDS",
                              "details": "FGqUC1ZM8QswnUOstmtX",
                              "message": "Payment processing failed.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "171"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "116"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "677"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "637"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "541"
                                }
                              ]
                            },
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "QvV8xTrA4vV8O7TZCqGX",
                              "message": "Booking has been cancelled.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "661"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "646"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "519"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "450"
                                }
                              ]
                            },
                            {
                              "category": "INVALID_FLIGHT",
                              "details": "HH3OhAvpHszQIDRZkTRu",
                              "message": "Booking has been cancelled.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "731"
                                }
                              ]
                            },
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "aSa0tppQHnPkg5292aT0",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "783"
                                }
                              ]
                            },
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "8tbf9jcpKbq2udbawTNE",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "949"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "mce9GPdRTc2Ipo5Eoanp",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "827"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "506"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "317"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "963"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "118"
                                }
                              ]
                            },
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "mnUXyrMnVpf7JvE9tYVz",
                              "message": "Booking has been cancelled.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "025"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "706"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "961"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "987"
                                }
                              ]
                            },
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "H96kIa6Vs2MFiiSsiMkL",
                              "message": "It is too early for check-in.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "664"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "025"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "681"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "MISSING_DOCUMENT",
                              "details": "Nq0Bd4aWGPW5wRlJ4u2Z",
                              "message": "Booking has been cancelled.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "763"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "969"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "882"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "258"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "296"
                                }
                              ]
                            },
                            {
                              "category": "INVALID_FLIGHT",
                              "details": "hfVDjczCD142aATcK5n9",
                              "message": "It is too early for check-in.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "579"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "122"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "736"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "897"
                                }
                              ]
                            },
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "UBqzXMPNjH92jjwJWGUu",
                              "message": "Required travel document is missing.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "573"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "943"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "963"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "609"
                                }
                              ]
                            },
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "1N6TD0Y1g10oI9MTd0gT",
                              "message": "Payment processing failed.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "215"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "895"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "MISSING_DOCUMENT",
                              "details": "s77zi33LrDbFt9RS8WRI",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "486"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "663"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "600"
                                }
                              ]
                            },
                            {
                              "category": "MISSING_DOCUMENT",
                              "details": "DJQnh8LIuirCgdXmC1F3",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "866"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "772"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "189"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "361"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "646"
                                }
                              ]
                            },
                            {
                              "category": "INSUFFICIENT_FUNDS",
                              "details": "W5CW42bOYx4yk5ST7jwC",
                              "message": "Booking has been cancelled.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "017"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "856"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "643"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "005"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "554"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "INVALID_FLIGHT",
                              "details": "CgLbLjzc0HPW6ByLnXkT",
                              "message": "Booking has been cancelled.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "627"
                                }
                              ]
                            },
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "MZTYRsbFOQGCIzCMV0It",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "648"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "311"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "431"
                                }
                              ]
                            },
                            {
                              "category": "MISSING_DOCUMENT",
                              "details": "oCP5SVg87qm0zowm1Yev",
                              "message": "It is too early for check-in.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "555"
                                }
                              ]
                            },
                            {
                              "category": "INSUFFICIENT_FUNDS",
                              "details": "BmVOLfuIKTDXY4iAaltS",
                              "message": "Required travel document is missing.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "835"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "290"
                                }
                              ]
                            },
                            {
                              "category": "MISSING_DOCUMENT",
                              "details": "Go5Bdy3oK8AwAQmGt3NY",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "821"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "199"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        }
                      ]
                    },
                    "flightRefs": [
                      "id01",
                      "id02"
                    ],
                    "id": "c8e2bf73-85af-4395-8993-96d39d38f7c9",
                    "loungeCard": {
                      "formattedLoungeCard": {
                        "image": {
                          "contentType": "audio/3gpp",
                          "name": "but_manner_and.[object Object]",
                          "value": "dn47mXQcBK10YZPv2IaB4meWqenAEstDT9pju6CvXcDtqP4iWeA1wEEZ4sFq0pI7"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "audio/webm",
                            "name": "stained_irritably.[object Object]",
                            "value": "7YCG82nUli4Cpti8H8Ieb2p6YwB8jgna6BrmWe6RfdeOjvUnC8t2fiD8qf2HQF3A"
                          },
                          "layout": {
                            "contentType": "application/vnd.mozilla.xul+xml",
                            "name": "icebreaker.[object Object]",
                            "value": "VjfYWKbLLO6bh7SFz8N85zHEDoRSjCeH7Z9E4NAQRlLyHFnMc1d2KaucDSuHjuFy"
                          },
                          "template": {
                            "contentType": "audio/aac",
                            "name": "astride_taxicab_zowie.[object Object]",
                            "value": "c7X7BiNcqXTcqB0P8MNcgUEhzMrk1uPMP5Ef335UyxTt6HuRpuL2YEDVqyiCiWU0"
                          },
                          "templates": [
                            {
                              "contentType": "application/java-archive",
                              "name": "immediate_while.[object Object]",
                              "value": "nCOQg5giZXi2BsbiGudzm5hQSXEEeusMVEuErNSSL0EBg2jdCX9RYQQGs8DUVG4k"
                            },
                            {
                              "contentType": "application/x-httpd-php",
                              "name": "immaculate_fast.[object Object]",
                              "value": "14In0MsZq8polOpiFdcAATWKrUXEjyJGyYdyT9ZyoIpmZIMnwygEkNvzNwamrY1f"
                            }
                          ]
                        }
                      }
                    },
                    "preReservedSeat": {
                      "airExtraRef": "1ee79106-489e-4bb5-8765-f2190f53a27f",
                      "offerId": "0b2dfd82-c796-45e4-a8a0-ec3f8089bc50",
                      "offerItemId": "d6cd3492-2cd0-43d0-905b-576843afd75d",
                      "type": "WINDOW",
                      "value": "0f"
                    },
                    "priorityCode": "tlT",
                    "seat": {
                      "airExtraRef": "d4bae552-d0b1-49c4-86c2-c4e617686294",
                      "offerId": "d29eb84a-5a72-4ffa-89d8-32aac4cad326",
                      "offerItemId": "51fc9b05-7b6a-45a6-82ef-93f88271f62e",
                      "type": "AISLE",
                      "value": "VP"
                    },
                    "status": "NOT_CHECKED_IN",
                    "upgradeCode": "hXJ"
                  }
                ],
                "passengerOffer": {
                  "offerId": "dcb5be0e-5200-48e0-9519-3b1f0dae",
                  "offerItems": [
                    {
                      "annotations": [
                        {
                          "key": "IiOvVY",
                          "value": "hvMpUhXMlw"
                        }
                      ],
                      "availableQuantity": 1,
                      "bannerName": "Oriental",
                      "characteristics": [
                        "CH 1A W"
                      ],
                      "offerItemId": "f465ec0a-7408-4ef0-a0c6-2497d057",
                      "offerName": "Handcrafted Rubber Shirt",
                      "price": {
                        "currency": "SAR",
                        "value": 494.97
                      },
                      "priority": 2
                    },
                    {
                      "annotations": [
                        {
                          "key": "OguRlY",
                          "value": "kCnbwYeTtR"
                        },
                        {
                          "key": "jdSOMA",
                          "value": "DJgiogWtcH"
                        },
                        {
                          "key": "qAzgtF",
                          "value": "uQTmtwycey"
                        },
                        {
                          "key": "NFBwGB",
                          "value": "KUXLuQbnFC"
                        },
                        {
                          "key": "mENRxq",
                          "value": "xfwgFXLeQo"
                        }
                      ],
                      "availableQuantity": 39,
                      "bannerName": "Gorgeous",
                      "characteristics": [
                        "CH 1A W"
                      ],
                      "offerItemId": "5db0840d-cb07-48ba-91f9-04d3be2e",
                      "offerName": "Bespoke Bronze Fish",
                      "price": {
                        "currency": "FJD",
                        "value": 407.01
                      },
                      "priority": 5
                    }
                  ]
                },
                "passengerType": "INF",
                "segmentRef": "0c1cf8a2-a969-456d-b464-bd4b0592e154",
                "upgradeAvailability": [
                  {
                    "bookingClassAvailabilityRef": "60b0081b-4950-456c-b5dc-7c368834a822",
                    "cabin": "K",
                    "description": "Premium Economy",
                    "id": "23b2c32a-a236-4f25-9cd2-0f6a39ac15d2",
                    "pricedAncillaryRef": "d4e78a05-0669-4b45-ac07-0ec4b4e452ea"
                  },
                  {
                    "bookingClassAvailabilityRef": "9fb030ec-1715-46f0-83a0-efcbb09a74eb",
                    "cabin": "A",
                    "description": "Premium Economy",
                    "id": "48bd0de6-bd6e-4cc4-946e-4f7213225d93",
                    "pricedAncillaryRef": "7ca0e936-5c1a-4b5b-8e31-a2e71671fdf0"
                  },
                  {
                    "bookingClassAvailabilityRef": "59027cfb-2ab9-47af-a972-e1caf175f9bd",
                    "cabin": "F",
                    "description": "First",
                    "id": "b894cc28-1391-4cb3-ab1e-c2f1b2fc78b3",
                    "pricedAncillaryRef": "916a2fcb-2fdd-41fb-8eaf-87ce40cc9a12"
                  },
                  {
                    "bookingClassAvailabilityRef": "fe50deb8-df93-49e3-a321-a3841e69d1ac",
                    "cabin": "m",
                    "description": "Business",
                    "id": "bc6b9534-6f74-4012-a378-578faf170dd1",
                    "pricedAncillaryRef": "ccf34693-00f2-483c-96ec-6ad176ef1362"
                  },
                  {
                    "bookingClassAvailabilityRef": "cedf4752-72f5-4b59-ad4a-8d8d0c594a22",
                    "cabin": "R",
                    "description": "First",
                    "id": "3a94de0c-5754-426c-a1ac-75c046d2603e",
                    "pricedAncillaryRef": "c5aeeed7-3b7c-4f3e-9eea-087a95179342"
                  }
                ]
              }
            ]
          },
          "personName": {
            "first": "Noe",
            "last": "Feest",
            "middle": "Kyle",
            "prefix": "Mr.",
            "raw": "Blake Corkery",
            "suffix": "V"
          },
          "recordLocator": "UUBNFX",
          "requestedSearchCriteria": {
            "fulfilled": false
          },
          "requestedType": "SENIOR",
          "syntheticIdentifier": "rsEKIDS5aRABsGjOsqg2vkzRw",
          "ticket": [
            {
              "agent": {
                "duty": "ya",
                "homeBranch": "14809",
                "homeLocation": "naP",
                "homeStation": "0856",
                "lniata": "ZGZsKF",
                "sine": "mll",
                "stationLocation": "HzP",
                "stationNumber": "9986",
                "ticketingProvider": {
                  "checkDigit": "2",
                  "name": "Thiel, Kohler and Ondricka",
                  "number": "038",
                  "value": "vA"
                },
                "type": "t",
                "workLocation": "sHI"
              },
              "discountDetails": {
                "dealName": [
                  "EARLY_BIRD",
                  "MEMBER_ONLY",
                  "SUMMER_SALE"
                ],
                "offerName": [
                  "Promo2",
                  "Promo1"
                ],
                "promotionCode": [
                  "SAVE50",
                  "SAVE20"
                ]
              },
              "expiryDate": "2026-12-29",
              "fareCalculation": "WDJ0eKFRPPp6VtJLf53l",
              "fareCalculationMode": "5",
              "fareCalculationPricing": "0",
              "history": [
                {
                  "affinityHistory": [
                    {
                      "frequentFlyer": {
                        "number": "4086555848",
                        "provider": "[object Object]",
                        "tier": "Iz"
                      }
                    },
                    {
                      "frequentFlyer": {
                        "number": "7805795071",
                        "provider": "[object Object]",
                        "tier": "IB"
                      }
                    },
                    {
                      "frequentFlyer": {
                        "number": "0568349651",
                        "provider": "[object Object]",
                        "tier": "vB"
                      }
                    }
                  ],
                  "agent": {
                    "duty": "Bg",
                    "homeLocation": "rLi",
                    "lniata": "N0ICT3",
                    "sine": "oyN",
                    "ticketingProvider": {
                      "checkDigit": "3",
                      "name": "Jenkins, Brown and Fay",
                      "number": "829",
                      "value": "DR"
                    },
                    "workLocation": "Wbp"
                  },
                  "code": "vb",
                  "details": {
                    "accountingCode": "zu6VlP",
                    "affectedCoupons": "79",
                    "currentDocumentStatus": "Ld",
                    "documentEventActivity": "EIgWV",
                    "documentPurgeTypeCode": "mu",
                    "newReservation": "CXZDPF",
                    "oldRemark": "BCFQQhRTbD",
                    "oldReservation": "JFFRXG",
                    "previousDocumentStatus": "hi",
                    "supportingDocument": "1235141470"
                  },
                  "number": 701,
                  "relatedDocumentHistory": {
                    "miscellaneous": {
                      "affectedCoupons": "87",
                      "number": 526,
                      "sequence": 5
                    },
                    "supportingDocument": {
                      "affectedCoupons": "35",
                      "number": 999,
                      "sequence": 1
                    }
                  },
                  "sequence": 5,
                  "serviceCouponHistory": [
                    {
                      "coupon": 7,
                      "currentStatus": "Jq",
                      "sequence": 4
                    },
                    {
                      "coupon": 1,
                      "currentStatus": "lY",
                      "sequence": 3
                    },
                    {
                      "coupon": 6,
                      "currentStatus": "wR",
                      "sequence": 5
                    },
                    {
                      "coupon": 4,
                      "currentStatus": "UP",
                      "sequence": 4
                    },
                    {
                      "coupon": 9,
                      "currentStatus": "QD",
                      "sequence": 2
                    }
                  ],
                  "transactionInfo": {
                    "id": "909ebb56-9a1f-40de-b33e-d6984cdac0b5",
                    "inputMessage": "JLXDokTsetuNeODVlwID",
                    "localDateTime": "2026-06-16T00:00:00.0Z",
                    "systemDateTime": "2026-06-16T00:00:00.0Z",
                    "systemProvider": "Lindgren, Fisher and Gleason"
                  }
                }
              ],
              "id": "d80ab78f-20e7-4aca-9fab-2403713ff965",
              "issued": true,
              "issueDate": "2026-03-18T00:00:00.0Z",
              "issueTime": {
                "useForPricing": false,
                "value": "2025-10-09T00:00:00.0Z"
              },
              "payment": [
                {
                  "base": {
                    "applyCreditIndicator": true,
                    "currency": "TMT",
                    "value": 480
                  },
                  "cashIndicator": true,
                  "formOfPaymentType": "CC",
                  "paymentConfirmation": false,
                  "remarks": "qpQHGlbgbw",
                  "sequence": 4,
                  "tax": {
                    "applyCreditIndicator": true,
                    "currency": "QAR",
                    "value": 438.06
                  },
                  "total": {
                    "applyCreditIndicator": true,
                    "currency": "KHR",
                    "value": 418.97
                  }
                }
              ],
              "presentCreditCard": true,
              "priceBreakdown": {
                "amounts": {
                  "base": {
                    "text": "150293",
                    "ticketingAmount": {
                      "applyCreditIndicator": false,
                      "currency": "GTQ",
                      "value": 189.34
                    },
                    "valueCode": "jrnu"
                  },
                  "equivalent": {
                    "currencyConversion": {
                      "bankerBuyingRate": 1.0883,
                      "bankerSellingRate": 1.12,
                      "iataClearingHouseRate": 0.9949
                    },
                    "text": "548382",
                    "ticketingAmount": {
                      "applyCreditIndicator": true,
                      "currency": "BMD",
                      "value": 118.65
                    },
                    "valueCode": "vTVF"
                  },
                  "net": {
                    "text": "957269",
                    "ticketingAmount": {
                      "applyCreditIndicator": true,
                      "currency": "FKP",
                      "value": 453.98
                    },
                    "valueCode": "h4WC"
                  },
                  "tax": [
                    {
                      "exempt": true,
                      "name": "HifFnVvtwE",
                      "sequence": 3,
                      "status": "fJ",
                      "taxCode": "rmO",
                      "text": "667728",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "CNY",
                        "value": 431.82
                      },
                      "valueCode": "mIDg"
                    },
                    {
                      "exempt": true,
                      "name": "rPNIQADWmm",
                      "sequence": 5,
                      "status": "rQ",
                      "taxCode": "IQu",
                      "text": "497553",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "VND",
                        "value": 265.64
                      },
                      "valueCode": "cmsP"
                    },
                    {
                      "exempt": true,
                      "name": "cbRNUCGmqi",
                      "sequence": 4,
                      "status": "uC",
                      "taxCode": "NIf",
                      "text": "083640",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "BRL",
                        "value": 309.14
                      },
                      "valueCode": "TblF"
                    },
                    {
                      "exempt": true,
                      "name": "teqwBdNrpS",
                      "sequence": 4,
                      "status": "Hz",
                      "taxCode": "aPw",
                      "text": "222608",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "BAM",
                        "value": 463.07
                      },
                      "valueCode": "JdIG"
                    },
                    {
                      "exempt": false,
                      "name": "YcHdbXRlJN",
                      "sequence": 3,
                      "status": "nI",
                      "taxCode": "HgZ",
                      "text": "721460",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "SYP",
                        "value": 474.29
                      },
                      "valueCode": "oPMK"
                    }
                  ],
                  "total": {
                    "rateOfExchange": 1.0778,
                    "text": "174367",
                    "ticketingAmount": {
                      "applyCreditIndicator": false,
                      "currency": "SRD",
                      "value": 264.99
                    },
                    "valueCode": "hM0b"
                  },
                  "totalTax": {
                    "text": "393504",
                    "ticketingAmount": {
                      "applyCreditIndicator": false,
                      "currency": "LRD",
                      "value": 92.99
                    },
                    "valueCode": "dLib"
                  }
                },
                "taxes": {
                  "tax": [
                    {
                      "exempt": false,
                      "name": "qbtaukgwXO",
                      "sequence": 2,
                      "status": "Hs",
                      "taxCode": "XmE",
                      "text": "998316",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "UAH",
                        "value": 10.86
                      },
                      "valueCode": "Amcm"
                    },
                    {
                      "exempt": true,
                      "name": "YFCzPaSjdY",
                      "sequence": 5,
                      "status": "wp",
                      "taxCode": "IkM",
                      "text": "475797",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "HNL",
                        "value": 498.84
                      },
                      "valueCode": "MhuP"
                    }
                  ]
                }
              },
              "refundable": false,
              "relatedDocument": {
                "conjuctive": [
                  {
                    "checkDigit": "8",
                    "number": "7336220487330",
                    "sequence": 3
                  },
                  {
                    "checkDigit": "9",
                    "number": "7451940715994",
                    "sequence": 3
                  }
                ]
              },
              "reservation": {
                "creationDate": "2026-02-11T00:00:00.0Z",
                "provider": "Hegmann Group",
                "recordLocator": "FHHDAH"
              },
              "systemCreateDateTime": "2026-06-07T00: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": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 2
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 73
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 63
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 157
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 130
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 103
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 29.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 27.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 26.6
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 3.1
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 10.6
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            "pricedAncillaryRef": "h9uiaf7N",
                            "quantity": 1
                          },
                          {
                            "baggageRestriction": {
                              "description": "per Pound",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 5
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 135
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 67
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 17.1
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            "pricedAncillaryRef": "Cxm329tL",
                            "quantity": 2
                          },
                          {
                            "baggageRestriction": {
                              "description": "per Piece",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 3
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 185
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 59
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 168
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 23.5
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 41.4
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 14.4
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 14.4
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            "pricedAncillaryRef": "4o3ooFVe",
                            "quantity": 2
                          }
                        ],
                        "baggageRestriction": [
                          {
                            "description": "per Kilo",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 2
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 83
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 140
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 135
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 66
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 9.2
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 42.7
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          {
                            "description": "per Piece",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 4
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 77
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 149
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 91
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 64
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 38.3
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 35.9
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 49.8
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          {
                            "description": "per Pound",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 1
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 117
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 63
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 170
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 69
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 194
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 38.3
                                }
                              }
                            ],
                            "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": "CENTIMETER",
                                  "value": 146
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 178
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 8.5
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 36.4
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 39.9
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 11.7
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 49.1
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          {
                            "description": "per Pound",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 1
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 123
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 58
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 144
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 167
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 116
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 22.7
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 31.2
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 37.4
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 48.9
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 3.2
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          }
                        ],
                        "entitlementDetails": {
                          "ruleId": "IZQOxY",
                          "ruleType": "OVERRIDE"
                        },
                        "id": "tCM8_g88",
                        "pricedAncillaryRef": "RtdfZ07z",
                        "quantity": 3,
                        "totalWeight": [
                          {
                            "unit": "KILOGRAM",
                            "value": 16
                          },
                          {
                            "unit": "KILOGRAM",
                            "value": 43.3
                          },
                          {
                            "unit": "KILOGRAM",
                            "value": 32.4
                          },
                          {
                            "unit": "KILOGRAM",
                            "value": 2.9
                          }
                        ],
                        "unknown": true
                      },
                      "excessBaggage": [
                        {
                          "ancillaryRef": "v-SQoP85",
                          "baggageRestriction": {
                            "description": "per Piece",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 5
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 104
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 192
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 76
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 191
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 47.1
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 32.2
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 12.1
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 8.6
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "KES",
                            "unitDescription": "per Kilo",
                            "value": 23.49
                          },
                          "notPermitted": false,
                          "unknown": false
                        },
                        {
                          "ancillaryRef": "34_JKe0t",
                          "baggageRestriction": {
                            "description": "per Pound",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 3
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 141
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 139
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 134
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 7.8
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "BGN",
                            "unitDescription": "per Kilo",
                            "value": 50.33
                          },
                          "notPermitted": false,
                          "unknown": false
                        }
                      ]
                    },
                    "checkedInBaggage": {
                      "baggageAllowanceDefinition": [
                        {
                          "allowanceSource": "TICKET",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 3
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 196
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 129
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 31.7
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 44.7
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 9.2
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 44.5
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "8567wl2K",
                              "quantity": 1
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Pound",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 3
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 123
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 69
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 121
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 21.7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 5.6
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 40.3
                                  }
                                }
                              ],
                              "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": "FEET",
                                    "value": 142
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 170
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 129
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "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": "INCH",
                                    "value": 159
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 126
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 146
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 9.3
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Kilo",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 2
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 72
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 55
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 24.5
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 21
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 43
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 25.9
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            {
                              "description": "per Kilo",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 3
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 95
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 157
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 146
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 113
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 154
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 35.6
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 9.5
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 6.7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 8.3
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 25.8
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "R6wHZd",
                            "ruleType": "OVERRIDE"
                          },
                          "id": "vz2gv0Gk",
                          "pricedAncillaryRef": "UG6YW8eB",
                          "quantity": 2,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 12.8
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 7.1
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 17.3
                            }
                          ],
                          "unknown": false
                        },
                        {
                          "allowanceSource": "TICKET",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 5
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 153
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 11.4
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 18.8
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 49.8
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 37.6
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 36.2
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "GQ6xSM1a",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 4
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 169
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 59
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 97
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 88
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 16.8
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 47
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "PPJNxSL2",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 3
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 189
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 26.9
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 31
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "sYZO7ciO",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 3
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 157
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 111
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 149
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 9.5
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 40.5
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 48.4
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 45.1
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 6
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "JxD7zDhb",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 1
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 60
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 35.6
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "bjjqEXXI",
                              "quantity": 2
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Piece",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 1
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 160
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 188
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 31.2
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 48.8
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 35.3
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 44.1
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 18
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            {
                              "description": "per Pound",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 2
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 192
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 155
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 147
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 161
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 92
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 3.1
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 1.3
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 19.6
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 39
                                  }
                                }
                              ],
                              "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": 59
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 152
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 109
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 158
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 29.6
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 41.2
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 32.4
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 27.6
                                  }
                                }
                              ],
                              "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": 186
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 192
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 81
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 146
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 112
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 22.1
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 44.1
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 31.3
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 9.2
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 45.9
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            {
                              "description": "per Pound",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 5
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 140
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 173
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 97
                                  }
                                }
                              ],
                              "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"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "6jpDVt",
                            "ruleType": "OVERRIDE_ALLOWANCE"
                          },
                          "id": "MQ0OZ2Vu",
                          "pricedAncillaryRef": "Hdqpz7k4",
                          "quantity": 1,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 3.6
                            }
                          ],
                          "unknown": false
                        }
                      ],
                      "excessBaggage": [
                        {
                          "ancillaryRef": "NscEt8cM",
                          "baggageRestriction": {
                            "description": "per Kilo",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 1
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 87
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 111
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 154
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 117
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 43.9
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 29.2
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 46.9
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "LKR",
                            "unitDescription": "per Kilo",
                            "value": 83.42
                          },
                          "notPermitted": false,
                          "unknown": false
                        }
                      ]
                    }
                  },
                  "bookingStatus": {
                    "name": "QkZuyM",
                    "value": "CN"
                  },
                  "classOfService": "o",
                  "couponNumber": "86",
                  "couponUse": "K",
                  "currentStatus": "CM",
                  "endDateTime": "2026-08-31T00:00:00.0Z",
                  "endLocation": "tLv",
                  "fareBasisCode": "EFCPcS5p",
                  "marketingFlightNumber": "4900",
                  "marketingProvider": {
                    "checkDigit": "5",
                    "name": "Dietrich Group",
                    "number": "015",
                    "value": "BL"
                  },
                  "segmentRef": "f02fdcad-625a-4950-aae7-5a28abb58435",
                  "startDateTime": "2026-07-05T00:00:00.0Z",
                  "startLocation": "cPx",
                  "status": "REFUNDED",
                  "stopOver": "s"
                }
              ],
              "ticketNumber": {
                "airlineAccountingCode": "906",
                "checkDigit": "8",
                "number": "62902894307017",
                "serialNumber": "1027387964"
              },
              "ticketRemark": [
                {
                  "category": "MANUAL",
                  "header": "vPDVzXFKde",
                  "remarkLine": "EGXrLre27Av4fJxF4VEUnoNYzJmvYd2ZsohtLtSVKPgy5OSu8p",
                  "sequence": 1,
                  "type": "General"
                },
                {
                  "category": "PRIVATEFARETEXT",
                  "header": "GWeIKGwIhD",
                  "remarkLine": "gp3q63hmNrteX145yWJV7s6jsHsSZ0psRKZKKKgnQXfUfhe4k6",
                  "sequence": 82,
                  "type": "Special Assistance"
                },
                {
                  "category": "ORIGINALISSUE",
                  "header": "CCzEAOPAhD",
                  "remarkLine": "2bFBs61MoEkEphtFE12TRV2RwonmegoRGDG2k5kwDWUMLxrr7R",
                  "sequence": 56,
                  "type": "Baggage"
                },
                {
                  "category": "PASSENGER",
                  "header": "guLtuEFEcZ",
                  "remarkLine": "b3Al06xTyVQ8Lw8n5q7KdXFSxqtZNMXfHVHAW2CHfwgVEILjwk",
                  "sequence": 13,
                  "type": "General"
                }
              ],
              "tourNumber": "gJbgy5"
            },
            {
              "agent": {
                "duty": "ir",
                "homeBranch": "00087",
                "homeLocation": "vau",
                "homeStation": "4519",
                "lniata": "ImLZJc",
                "sine": "Htw",
                "stationLocation": "uUv",
                "stationNumber": "7836",
                "ticketingProvider": {
                  "checkDigit": "4",
                  "name": "Torphy, Wunsch and Crona",
                  "number": "626",
                  "value": "fw"
                },
                "type": "o",
                "workLocation": "rJq"
              },
              "discountDetails": {
                "dealName": [
                  "SUMMER_SALE",
                  "EARLY_BIRD",
                  "MEMBER_ONLY"
                ],
                "offerName": [
                  "Promo2",
                  "Promo1"
                ],
                "promotionCode": [
                  "SAVE50",
                  "SAVE20"
                ]
              },
              "expiryDate": "2026-08-02",
              "fareCalculation": "jLdDL2D4G5CtUu5eHbpM",
              "fareCalculationMode": "9",
              "fareCalculationPricing": "6",
              "history": [
                {
                  "affinityHistory": [
                    {
                      "frequentFlyer": {
                        "number": "2704683842",
                        "provider": "[object Object]",
                        "tier": "bO"
                      }
                    }
                  ],
                  "agent": {
                    "duty": "AC",
                    "homeLocation": "HIL",
                    "lniata": "K84YiU",
                    "sine": "xxp",
                    "ticketingProvider": {
                      "checkDigit": "3",
                      "name": "Harvey - Wiegand",
                      "number": "472",
                      "value": "Ge"
                    },
                    "workLocation": "gxu"
                  },
                  "code": "SK",
                  "details": {
                    "accountingCode": "SY1vsQ",
                    "affectedCoupons": "76",
                    "currentDocumentStatus": "Qs",
                    "documentEventActivity": "hNxQY",
                    "documentPurgeTypeCode": "TN",
                    "newReservation": "FBSEHY",
                    "oldRemark": "BOuhYlgehU",
                    "oldReservation": "VCQGWG",
                    "previousDocumentStatus": "Ir",
                    "supportingDocument": "4693073608"
                  },
                  "number": 195,
                  "relatedDocumentHistory": {
                    "miscellaneous": {
                      "affectedCoupons": "90",
                      "number": 329,
                      "sequence": 4
                    },
                    "supportingDocument": {
                      "affectedCoupons": "02",
                      "number": 604,
                      "sequence": 1
                    }
                  },
                  "sequence": 4,
                  "serviceCouponHistory": [
                    {
                      "coupon": 9,
                      "currentStatus": "Xs",
                      "sequence": 4
                    },
                    {
                      "coupon": 9,
                      "currentStatus": "KC",
                      "sequence": 4
                    },
                    {
                      "coupon": 4,
                      "currentStatus": "gf",
                      "sequence": 5
                    },
                    {
                      "coupon": 4,
                      "currentStatus": "Qv",
                      "sequence": 3
                    }
                  ],
                  "transactionInfo": {
                    "id": "24a6482e-85c0-4646-b873-4f446db82b72",
                    "inputMessage": "pbOBSeqmBOAjYdadsEZC",
                    "localDateTime": "2026-06-16T00:00:00.0Z",
                    "systemDateTime": "2026-06-16T00:00:00.0Z",
                    "systemProvider": "Wolff - Ward"
                  }
                },
                {
                  "affinityHistory": [
                    {
                      "frequentFlyer": {
                        "number": "6546127526",
                        "provider": "[object Object]",
                        "tier": "vX"
                      }
                    },
                    {
                      "frequentFlyer": {
                        "number": "4781349422",
                        "provider": "[object Object]",
                        "tier": "Kz"
                      }
                    },
                    {
                      "frequentFlyer": {
                        "number": "2232407010",
                        "provider": "[object Object]",
                        "tier": "bW"
                      }
                    },
                    {
                      "frequentFlyer": {
                        "number": "5959769486",
                        "provider": "[object Object]",
                        "tier": "NK"
                      }
                    }
                  ],
                  "agent": {
                    "duty": "vy",
                    "homeLocation": "TWt",
                    "lniata": "GrWC4m",
                    "sine": "FcL",
                    "ticketingProvider": {
                      "checkDigit": "0",
                      "name": "Veum, Wolf and Wiza",
                      "number": "743",
                      "value": "MX"
                    },
                    "workLocation": "bEK"
                  },
                  "code": "NN",
                  "details": {
                    "accountingCode": "v3LqLA",
                    "affectedCoupons": "65",
                    "currentDocumentStatus": "Gd",
                    "documentEventActivity": "kfDRP",
                    "documentPurgeTypeCode": "js",
                    "newReservation": "JKDNRJ",
                    "oldRemark": "eTIBABZFED",
                    "oldReservation": "WVVTKU",
                    "previousDocumentStatus": "sa",
                    "supportingDocument": "6718905729"
                  },
                  "number": 805,
                  "relatedDocumentHistory": {
                    "miscellaneous": {
                      "affectedCoupons": "54",
                      "number": 514,
                      "sequence": 1
                    },
                    "supportingDocument": {
                      "affectedCoupons": "07",
                      "number": 887,
                      "sequence": 4
                    }
                  },
                  "sequence": 5,
                  "serviceCouponHistory": [
                    {
                      "coupon": 8,
                      "currentStatus": "hK",
                      "sequence": 2
                    }
                  ],
                  "transactionInfo": {
                    "id": "589784e1-d6e4-4000-85a1-fa288d7d8928",
                    "inputMessage": "RnevWQnaHVWrKzJgHnfi",
                    "localDateTime": "2026-06-16T00:00:00.0Z",
                    "systemDateTime": "2026-06-16T00:00:00.0Z",
                    "systemProvider": "Carter - Nitzsche"
                  }
                },
                {
                  "affinityHistory": [
                    {
                      "frequentFlyer": {
                        "number": "2074817075",
                        "provider": "[object Object]",
                        "tier": "sx"
                      }
                    },
                    {
                      "frequentFlyer": {
                        "number": "7099551476",
                        "provider": "[object Object]",
                        "tier": "Ql"
                      }
                    }
                  ],
                  "agent": {
                    "duty": "Sl",
                    "homeLocation": "bJz",
                    "lniata": "ocEvOm",
                    "sine": "zKi",
                    "ticketingProvider": {
                      "checkDigit": "5",
                      "name": "Osinski, Jerde and Flatley",
                      "number": "407",
                      "value": "NY"
                    },
                    "workLocation": "uAX"
                  },
                  "code": "DV",
                  "details": {
                    "accountingCode": "jaf5D2",
                    "affectedCoupons": "52",
                    "currentDocumentStatus": "ks",
                    "documentEventActivity": "AenyX",
                    "documentPurgeTypeCode": "jF",
                    "newReservation": "DQBDAZ",
                    "oldRemark": "EmsLQlPwrk",
                    "oldReservation": "CYAJQT",
                    "previousDocumentStatus": "AZ",
                    "supportingDocument": "4256820295"
                  },
                  "number": 304,
                  "relatedDocumentHistory": {
                    "miscellaneous": {
                      "affectedCoupons": "90",
                      "number": 777,
                      "sequence": 4
                    },
                    "supportingDocument": {
                      "affectedCoupons": "35",
                      "number": 810,
                      "sequence": 5
                    }
                  },
                  "sequence": 5,
                  "serviceCouponHistory": [
                    {
                      "coupon": 4,
                      "currentStatus": "Vq",
                      "sequence": 3
                    },
                    {
                      "coupon": 7,
                      "currentStatus": "Xz",
                      "sequence": 2
                    },
                    {
                      "coupon": 6,
                      "currentStatus": "QA",
                      "sequence": 5
                    }
                  ],
                  "transactionInfo": {
                    "id": "9c6bcdbc-8eda-4ad4-8f70-b1441e11f3c7",
                    "inputMessage": "RJuXeZBsOmVAEjEraFjP",
                    "localDateTime": "2026-06-16T00:00:00.0Z",
                    "systemDateTime": "2026-06-16T00:00:00.0Z",
                    "systemProvider": "Batz, Cruickshank and Kihn"
                  }
                },
                {
                  "affinityHistory": [
                    {
                      "frequentFlyer": {
                        "number": "5278093055",
                        "provider": "[object Object]",
                        "tier": "pP"
                      }
                    },
                    {
                      "frequentFlyer": {
                        "number": "7372269241",
                        "provider": "[object Object]",
                        "tier": "FD"
                      }
                    }
                  ],
                  "agent": {
                    "duty": "cS",
                    "homeLocation": "wvb",
                    "lniata": "ql6BoP",
                    "sine": "hFg",
                    "ticketingProvider": {
                      "checkDigit": "0",
                      "name": "Zboncak, Doyle and Heathcote",
                      "number": "877",
                      "value": "KO"
                    },
                    "workLocation": "jEm"
                  },
                  "code": "ld",
                  "details": {
                    "accountingCode": "P5Fy29",
                    "affectedCoupons": "89",
                    "currentDocumentStatus": "rM",
                    "documentEventActivity": "LffKy",
                    "documentPurgeTypeCode": "Cd",
                    "newReservation": "VSMTDE",
                    "oldRemark": "hZAuBTUHxK",
                    "oldReservation": "KUXTAU",
                    "previousDocumentStatus": "hx",
                    "supportingDocument": "1274861587"
                  },
                  "number": 952,
                  "relatedDocumentHistory": {
                    "miscellaneous": {
                      "affectedCoupons": "63",
                      "number": 594,
                      "sequence": 1
                    },
                    "supportingDocument": {
                      "affectedCoupons": "62",
                      "number": 364,
                      "sequence": 2
                    }
                  },
                  "sequence": 1,
                  "serviceCouponHistory": [
                    {
                      "coupon": 4,
                      "currentStatus": "sE",
                      "sequence": 5
                    },
                    {
                      "coupon": 9,
                      "currentStatus": "cv",
                      "sequence": 2
                    },
                    {
                      "coupon": 6,
                      "currentStatus": "sa",
                      "sequence": 5
                    },
                    {
                      "coupon": 1,
                      "currentStatus": "tt",
                      "sequence": 2
                    }
                  ],
                  "transactionInfo": {
                    "id": "2cb0bf89-7070-4203-8180-0b8ab956d64a",
                    "inputMessage": "WXrxzeShLXgAxsKhPGSJ",
                    "localDateTime": "2026-06-16T00:00:00.0Z",
                    "systemDateTime": "2026-06-16T00:00:00.0Z",
                    "systemProvider": "Haag - Denesik"
                  }
                }
              ],
              "id": "08e4f8e9-3788-4367-95a9-f27c27227f42",
              "issued": true,
              "issueDate": "2026-01-02T00:00:00.0Z",
              "issueTime": {
                "useForPricing": true,
                "value": "2025-11-18T00:00:00.0Z"
              },
              "payment": [
                {
                  "base": {
                    "applyCreditIndicator": false,
                    "currency": "PEN",
                    "value": 24.64
                  },
                  "cashIndicator": true,
                  "formOfPaymentType": "CC",
                  "paymentConfirmation": false,
                  "remarks": "yKkFHLSQFT",
                  "sequence": 5,
                  "tax": {
                    "applyCreditIndicator": false,
                    "currency": "NIO",
                    "value": 477.42
                  },
                  "total": {
                    "applyCreditIndicator": true,
                    "currency": "BSD",
                    "value": 333.6
                  }
                }
              ],
              "presentCreditCard": false,
              "priceBreakdown": {
                "amounts": {
                  "base": {
                    "text": "801183",
                    "ticketingAmount": {
                      "applyCreditIndicator": true,
                      "currency": "CDF",
                      "value": 290.34
                    },
                    "valueCode": "OBBB"
                  },
                  "equivalent": {
                    "currencyConversion": {
                      "bankerBuyingRate": 0.9738,
                      "bankerSellingRate": 0.9335,
                      "iataClearingHouseRate": 1.1695
                    },
                    "text": "885022",
                    "ticketingAmount": {
                      "applyCreditIndicator": false,
                      "currency": "DZD",
                      "value": 133.83
                    },
                    "valueCode": "LHMB"
                  },
                  "net": {
                    "text": "472507",
                    "ticketingAmount": {
                      "applyCreditIndicator": true,
                      "currency": "SEK",
                      "value": 405.95
                    },
                    "valueCode": "fcQj"
                  },
                  "tax": [
                    {
                      "exempt": true,
                      "name": "VnjxtClunW",
                      "sequence": 2,
                      "status": "iK",
                      "taxCode": "NBl",
                      "text": "498799",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "JMD",
                        "value": 288.56
                      },
                      "valueCode": "paQj"
                    },
                    {
                      "exempt": false,
                      "name": "UjJvVWSRnk",
                      "sequence": 2,
                      "status": "tQ",
                      "taxCode": "Dxu",
                      "text": "405994",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "JOD",
                        "value": 104.23
                      },
                      "valueCode": "Loim"
                    },
                    {
                      "exempt": false,
                      "name": "rAkgmhxfPC",
                      "sequence": 5,
                      "status": "oR",
                      "taxCode": "ISx",
                      "text": "319138",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "STN",
                        "value": 50.13
                      },
                      "valueCode": "YsyB"
                    },
                    {
                      "exempt": true,
                      "name": "FKYgsikWlK",
                      "sequence": 1,
                      "status": "qK",
                      "taxCode": "Dmx",
                      "text": "882761",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "BOB",
                        "value": 71.7
                      },
                      "valueCode": "IzIv"
                    },
                    {
                      "exempt": true,
                      "name": "xVGuFhUAps",
                      "sequence": 5,
                      "status": "QV",
                      "taxCode": "wxa",
                      "text": "366397",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "CNY",
                        "value": 432.32
                      },
                      "valueCode": "YBh8"
                    }
                  ],
                  "total": {
                    "rateOfExchange": 1.0751,
                    "text": "310952",
                    "ticketingAmount": {
                      "applyCreditIndicator": true,
                      "currency": "MDL",
                      "value": 304.82
                    },
                    "valueCode": "KXql"
                  },
                  "totalTax": {
                    "text": "359642",
                    "ticketingAmount": {
                      "applyCreditIndicator": false,
                      "currency": "BHD",
                      "value": 241.38
                    },
                    "valueCode": "fav4"
                  }
                },
                "taxes": {
                  "tax": [
                    {
                      "exempt": false,
                      "name": "uyqovNCRUJ",
                      "sequence": 2,
                      "status": "BQ",
                      "taxCode": "tJq",
                      "text": "968464",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "LSL",
                        "value": 308.09
                      },
                      "valueCode": "dfIC"
                    },
                    {
                      "exempt": false,
                      "name": "erQJWSAhqq",
                      "sequence": 2,
                      "status": "Hm",
                      "taxCode": "ulN",
                      "text": "480347",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "LKR",
                        "value": 252.96
                      },
                      "valueCode": "bHXn"
                    }
                  ]
                }
              },
              "refundable": false,
              "relatedDocument": {
                "conjuctive": [
                  {
                    "checkDigit": "6",
                    "number": "4201641961312",
                    "sequence": 4
                  }
                ]
              },
              "reservation": {
                "creationDate": "2026-01-17T00:00:00.0Z",
                "provider": "Wolff, Murphy and Donnelly",
                "recordLocator": "FZKTFV"
              },
              "systemCreateDateTime": "2026-06-08T00: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": 1
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 162
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 100
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 10.7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 48.1
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 6.1
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            "pricedAncillaryRef": "Fu5tkY2I",
                            "quantity": 2
                          },
                          {
                            "baggageRestriction": {
                              "description": "per Piece",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 3
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 58
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 71
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 189
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 2.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 24.5
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 28.9
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            "pricedAncillaryRef": "J2gzOLiA",
                            "quantity": 1
                          }
                        ],
                        "baggageRestriction": [
                          {
                            "description": "per Piece",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 4
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 121
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 140
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "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": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 1
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 91
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 17.4
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          {
                            "description": "per Kilo",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 2
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 191
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 27.8
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 40.9
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          }
                        ],
                        "entitlementDetails": {
                          "ruleId": "kM6QZm",
                          "ruleType": "ADDITIONAL"
                        },
                        "id": "G87QCEyB",
                        "pricedAncillaryRef": "M9GoOEVI",
                        "quantity": 3,
                        "totalWeight": [
                          {
                            "unit": "KILOGRAM",
                            "value": 16.1
                          },
                          {
                            "unit": "KILOGRAM",
                            "value": 45.6
                          },
                          {
                            "unit": "KILOGRAM",
                            "value": 49.7
                          }
                        ],
                        "unknown": false
                      },
                      "excessBaggage": [
                        {
                          "ancillaryRef": "sFJ4shYl",
                          "baggageRestriction": {
                            "description": "per Kilo",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 3
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 57
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 124
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 173
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 22
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 5.5
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 5.1
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 22.6
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 14.2
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "KES",
                            "unitDescription": "per Piece",
                            "value": 54.9
                          },
                          "notPermitted": false,
                          "unknown": true
                        }
                      ]
                    },
                    "checkedInBaggage": {
                      "baggageAllowanceDefinition": [
                        {
                          "allowanceSource": "ENTITLEMENTS",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 2
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 128
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 153
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 16.7
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 9
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 27.1
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "1SjRx5Jg",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 2
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 132
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 66
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 164
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 16.7
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 33
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 21
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "8epRWz07",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 3
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 177
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 18.9
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 31.9
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 32.5
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 28.9
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "D6d5-UvK",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 1
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 188
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 73
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 110
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 89
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 21.6
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 30.3
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "3t325As7",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 1
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 119
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 22
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 14.4
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 7.1
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 43
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "RtII7K0b",
                              "quantity": 2
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Pound",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 2
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 140
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 91
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 192
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 152
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 16.2
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 39.5
                                  }
                                }
                              ],
                              "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": 169
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 64
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 155
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 39.3
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 30.3
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 5.2
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 35.3
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "a1wvac",
                            "ruleType": "FEE_WAIVER"
                          },
                          "id": "f9XeV0wX",
                          "pricedAncillaryRef": "leYhvI3d",
                          "quantity": 1,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 33.7
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 27.6
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 18.4
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 43.2
                            }
                          ],
                          "unknown": true
                        },
                        {
                          "allowanceSource": "ENTITLEMENTS",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 2
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 115
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 90
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 73
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 17.2
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "NFw59mE-",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 2
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 193
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 90
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 41.7
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 14.2
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "uHHHPJXt",
                              "quantity": 2
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Kilo",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 3
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 57
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 167
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 105
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 32.6
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 10.2
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 46.2
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            {
                              "description": "per Piece",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 4
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 58
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 56
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 10.4
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 42.8
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Kilo",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 3
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 190
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 62
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 86
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 161
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 150
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 49.7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 10.7
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "i995g8",
                            "ruleType": "FEE_WAIVER"
                          },
                          "id": "d8P37x9Z",
                          "pricedAncillaryRef": "7lSqDWDp",
                          "quantity": 2,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 6.5
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 12.5
                            }
                          ],
                          "unknown": false
                        },
                        {
                          "allowanceSource": "OPTIONAL_SERVICES",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 1
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 72
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 148
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 171
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 37.1
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 25.8
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 21.1
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 6.5
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 33.8
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "U2ZqbbDb",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 2
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 64
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 22.5
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 20.9
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "qDc3Wffm",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 5
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 197
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 94
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 116
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 108
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 70
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 38.4
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 41.7
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 18.7
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 37.2
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 44.2
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "slKuXOd2",
                              "quantity": 1
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Kilo",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 4
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 199
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 28.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 31.8
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 24.8
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "g9DkO4",
                            "ruleType": "OVERRIDE_ALLOWANCE"
                          },
                          "id": "CdUOXf-_",
                          "pricedAncillaryRef": "IHiaZJqX",
                          "quantity": 2,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 42.5
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 37.4
                            }
                          ],
                          "unknown": true
                        },
                        {
                          "allowanceSource": "ENTITLEMENTS",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 4
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 194
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 151
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 76
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 193
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 62
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 8.9
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 31.7
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "5hbf59gr",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 3
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 162
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 74
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 66
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 107
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 22.8
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 24.6
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 36.6
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 10.7
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 44.2
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "NMQmJkD-",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 2
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 181
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 127
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 52
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 151
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 52
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 23.8
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 47.2
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 22.9
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 13.2
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "rTTRdJ6S",
                              "quantity": 1
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Pound",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 2
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 193
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 58
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 137
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 84
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 38.6
                                  }
                                }
                              ],
                              "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": 125
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 73
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 197
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 35.2
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 32.4
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            {
                              "description": "per Kilo",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 4
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 128
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 61
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 179
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 87
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 111
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 4.7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 3.5
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 1.5
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 5.3
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 13.3
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Pound",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 3
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 157
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 7.2
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            {
                              "description": "per Piece",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 2
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 89
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 182
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 133
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 59
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 32.4
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "bmr8zY",
                            "ruleType": "OVERRIDE_ALLOWANCE"
                          },
                          "id": "18TGRBjn",
                          "pricedAncillaryRef": "oqURcu1C",
                          "quantity": 2,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 6.7
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 33.9
                            }
                          ],
                          "unknown": false
                        }
                      ],
                      "excessBaggage": [
                        {
                          "ancillaryRef": "fug1oFTR",
                          "baggageRestriction": {
                            "description": "per Kilo",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 1
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 71
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 78
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 145
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 54
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 88
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 9.8
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 7
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 10.3
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 5.9
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "TZS",
                            "unitDescription": "per Piece",
                            "value": 95.34
                          },
                          "notPermitted": true,
                          "unknown": false
                        },
                        {
                          "ancillaryRef": "HvBmXpxN",
                          "baggageRestriction": {
                            "description": "per Pound",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 4
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 87
                                }
                              }
                            ],
                            "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": "KYD",
                            "unitDescription": "per Kilo",
                            "value": 50.83
                          },
                          "notPermitted": true,
                          "unknown": true
                        },
                        {
                          "ancillaryRef": "cXRhtM9B",
                          "baggageRestriction": {
                            "description": "per Kilo",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 1
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 85
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 109
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 68
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 47.5
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 42.3
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "AED",
                            "unitDescription": "per Piece",
                            "value": 47.49
                          },
                          "notPermitted": false,
                          "unknown": true
                        },
                        {
                          "ancillaryRef": "0RgsP6xQ",
                          "baggageRestriction": {
                            "description": "per Pound",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 5
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 124
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 103
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 160
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 55
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 6.7
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 31.6
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "IQD",
                            "unitDescription": "per Piece",
                            "value": 94.09
                          },
                          "notPermitted": true,
                          "unknown": false
                        },
                        {
                          "ancillaryRef": "OV5b6K44",
                          "baggageRestriction": {
                            "description": "per Kilo",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 1
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 72
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 50
                                }
                              }
                            ],
                            "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"
                          },
                          "fee": {
                            "currency": "THB",
                            "unitDescription": "per Piece",
                            "value": 11.68
                          },
                          "notPermitted": false,
                          "unknown": true
                        }
                      ]
                    }
                  },
                  "bookingStatus": {
                    "name": "DoDTtA",
                    "value": "CN"
                  },
                  "classOfService": "g",
                  "couponNumber": "48",
                  "couponUse": "q",
                  "currentStatus": "OH",
                  "endDateTime": "2026-08-19T00:00:00.0Z",
                  "endLocation": "RuH",
                  "fareBasisCode": "cMzLfshT",
                  "marketingFlightNumber": "9655",
                  "marketingProvider": {
                    "checkDigit": "5",
                    "name": "Casper Inc",
                    "number": "420",
                    "value": "xn"
                  },
                  "segmentRef": "1ebbbd03-c627-4498-b390-270ec16d38f4",
                  "startDateTime": "2027-02-11T00:00:00.0Z",
                  "startLocation": "RoM",
                  "status": "NO_SEAT",
                  "stopOver": "B"
                }
              ],
              "ticketNumber": {
                "airlineAccountingCode": "024",
                "checkDigit": "2",
                "number": "77526981056102",
                "serialNumber": "8009468240"
              },
              "ticketRemark": [
                {
                  "category": "PRIVATEFARETEXT",
                  "header": "eHwGQdhaSz",
                  "remarkLine": "QbFVNAUBxvcQ1hyvJmEjC7gTRcACs6Rlvvx5o0X4u4Cd5JYsf1",
                  "sequence": 74,
                  "type": "Baggage"
                },
                {
                  "category": "MANUAL",
                  "header": "yDSCiWUevs",
                  "remarkLine": "Jfikc1sEXhc9dABSKb7twfPEsVxJa1cbuK90FDN3VNz2HbWOrl",
                  "sequence": 4,
                  "type": "Baggage"
                },
                {
                  "category": "ORIGINALISSUE",
                  "header": "CScKFSLhLe",
                  "remarkLine": "c2KB3v8GpiucXlfVdmVAEgeRIqlHOf4CenodKpkEdA3gpWYaDx",
                  "sequence": 69,
                  "type": "Special Assistance"
                }
              ],
              "tourNumber": "bAjhHR"
            }
          ],
          "timaticVerificationResults": {
            "status": "OVERRIDDEN",
            "timaticCountryRequirements": [
              {
                "country": "GM",
                "countryName": "Botswana",
                "status": "OK_TO_BOARD",
                "timaticVerificationSection": [
                  {
                    "name": "OTHERS",
                    "timaticDetail": [
                      {
                        "subtype": "Information",
                        "type": "Customs",
                        "value": "Exempt"
                      }
                    ]
                  },
                  {
                    "name": "EVALUATION_RESPONSE",
                    "timaticDetail": [
                      {
                        "subtype": "Exception",
                        "type": "Customs",
                        "value": "Conditional"
                      },
                      {
                        "subtype": "Restriction",
                        "type": "Health",
                        "value": "Exempt"
                      },
                      {
                        "subtype": "Applicable",
                        "type": "Customs",
                        "value": "Not Required"
                      },
                      {
                        "subtype": "Applicable",
                        "type": "Visa",
                        "value": "Conditional"
                      },
                      {
                        "subtype": "Applicable",
                        "type": "Health",
                        "value": "Exempt"
                      }
                    ]
                  },
                  {
                    "name": "VISA",
                    "timaticDetail": [
                      {
                        "subtype": "Applicable",
                        "type": "Passport",
                        "value": "Exempt"
                      }
                    ]
                  },
                  {
                    "name": "VISA",
                    "timaticDetail": [
                      {
                        "subtype": "Requirement",
                        "type": "Passport",
                        "value": "Conditional"
                      },
                      {
                        "subtype": "Applicable",
                        "type": "Passport",
                        "value": "Conditional"
                      },
                      {
                        "subtype": "Restriction",
                        "type": "Customs",
                        "value": "Conditional"
                      }
                    ]
                  },
                  {
                    "name": "HEALTH",
                    "timaticDetail": [
                      {
                        "subtype": "Applicable",
                        "type": "Passport",
                        "value": "Required"
                      },
                      {
                        "subtype": "Requirement",
                        "type": "Visa",
                        "value": "Required"
                      },
                      {
                        "subtype": "Exception",
                        "type": "Visa",
                        "value": "Not Required"
                      },
                      {
                        "subtype": "Exception",
                        "type": "Passport",
                        "value": "Exempt"
                      },
                      {
                        "subtype": "Requirement",
                        "type": "Passport",
                        "value": "Not Required"
                      }
                    ]
                  }
                ]
              },
              {
                "country": "TH",
                "countryName": "Singapore",
                "status": "CONDITIONAL",
                "timaticVerificationSection": [
                  {
                    "name": "VISA",
                    "timaticDetail": [
                      {
                        "subtype": "Requirement",
                        "type": "Passport",
                        "value": "Not Required"
                      },
                      {
                        "subtype": "Information",
                        "type": "Health",
                        "value": "Not Required"
                      },
                      {
                        "subtype": "Restriction",
                        "type": "Health",
                        "value": "Not Required"
                      },
                      {
                        "subtype": "Recommendation",
                        "type": "Passport",
                        "value": "Required"
                      }
                    ]
                  }
                ]
              },
              {
                "country": "PY",
                "countryName": "Georgia",
                "status": "OK_TO_BOARD",
                "timaticVerificationSection": [
                  {
                    "name": "EVALUATION_RESPONSE",
                    "timaticDetail": [
                      {
                        "subtype": "Applicable",
                        "type": "Customs",
                        "value": "Conditional"
                      },
                      {
                        "subtype": "Applicable",
                        "type": "Passport",
                        "value": "Conditional"
                      },
                      {
                        "subtype": "Information",
                        "type": "Visa",
                        "value": "Conditional"
                      },
                      {
                        "subtype": "Information",
                        "type": "Customs",
                        "value": "Conditional"
                      }
                    ]
                  },
                  {
                    "name": "EVALUATION_RESPONSE",
                    "timaticDetail": [
                      {
                        "subtype": "Information",
                        "type": "Customs",
                        "value": "Exempt"
                      },
                      {
                        "subtype": "Restriction",
                        "type": "Health",
                        "value": "Required"
                      },
                      {
                        "subtype": "Recommendation",
                        "type": "Passport",
                        "value": "Required"
                      },
                      {
                        "subtype": "Restriction",
                        "type": "Health",
                        "value": "Required"
                      }
                    ]
                  },
                  {
                    "name": "VISA",
                    "timaticDetail": [
                      {
                        "subtype": "Exception",
                        "type": "Visa",
                        "value": "Not Required"
                      }
                    ]
                  }
                ]
              },
              {
                "country": "HM",
                "countryName": "Greece",
                "status": "NOT_OK_TO_BOARD",
                "timaticVerificationSection": [
                  {
                    "name": "OTHERS",
                    "timaticDetail": [
                      {
                        "subtype": "Recommendation",
                        "type": "Visa",
                        "value": "Required"
                      },
                      {
                        "subtype": "Restriction",
                        "type": "Health",
                        "value": "Conditional"
                      },
                      {
                        "subtype": "Recommendation",
                        "type": "Health",
                        "value": "Required"
                      }
                    ]
                  },
                  {
                    "name": "PASSPORT",
                    "timaticDetail": [
                      {
                        "subtype": "Restriction",
                        "type": "Health",
                        "value": "Required"
                      },
                      {
                        "subtype": "Requirement",
                        "type": "Customs",
                        "value": "Exempt"
                      },
                      {
                        "subtype": "Information",
                        "type": "Health",
                        "value": "Conditional"
                      }
                    ]
                  }
                ]
              }
            ]
          },
          "transportationSecurity": {
            "knownTraveler": {
              "applicableCountryCode": "DZ",
              "number": "402347"
            },
            "knownTravelerNumber": "990162",
            "preScreeningData": {
              "dateOfBirth": "1984-04-30",
              "gender": "F",
              "personName": {
                "first": "Lorna",
                "last": "Witting",
                "middle": "Bailey",
                "prefix": "Mr.",
                "raw": "Esther O'Conner",
                "suffix": "IV"
              }
            },
            "redress": {
              "applicableCountryCode": "CZ",
              "number": "839098"
            },
            "redresses": [
              {
                "applicableCountryCode": "MQ",
                "number": "764683"
              }
            ],
            "redressNumber": "7459571171"
          },
          "type": "ADULT",
          "weightCategory": "ADULT_MALE"
        },
        {
          "airExtra": [
            {
              "airExtraBundleRef": "4091b35d-0f94-418e-8bda-83e17c5a61ed",
              "ancillary": {
                "airline": "[ob",
                "ancillaryRules": {
                  "commissionable": true,
                  "customRules": {
                    "applyHighestTierLevel": true,
                    "convertible": true,
                    "excludedFormOfPayment": [
                      "AX"
                    ],
                    "maxQuantityPerPassenger": 1
                  },
                  "exchangeable": false,
                  "feeApplicationMethod": {
                    "code": "5",
                    "value": "PER_CHECKED_PORTION"
                  },
                  "formOfRefund": {
                    "code": "3",
                    "value": "VOUCHER"
                  },
                  "freeAllowanceEligibility": {
                    "quantity": 3
                  },
                  "freeOfChargeRules": [
                    "EMD_REQUIRED",
                    "EMD_REQUIRED",
                    "EMD_REQUIRED",
                    "EMD_REQUIRED"
                  ],
                  "interlineable": false,
                  "inventoryControlled": false,
                  "paperTicketRequired": true,
                  "purchaseAtTicketIssue": false,
                  "purchaseBy": "2027-05-24",
                  "refundable": false,
                  "tourCode": "PJo9VK"
                },
                "bagType": "SURF",
                "bookingMethod": {
                  "code": "7/",
                  "value": "NO_BOOKING_REQUIRED"
                },
                "bundledAncillaryRefs": [
                  "id01",
                  "id02"
                ],
                "commercialName": "UPTO50LB 23KG",
                "displayOnly": true,
                "electronicMiscDocType": {
                  "code": "3",
                  "consumedAtIssuance": true,
                  "value": "FLIGHT_COUPON_ASSOCIATED"
                },
                "group": "BG",
                "id": "N-s8wy",
                "reasonForIssuance": {
                  "code": "A",
                  "value": "UNKNOWN"
                },
                "sequenceNumber": 62,
                "serviceType": {
                  "code": "3W",
                  "value": "CARRY_ON_BAGGAGE_ALLOWANCE"
                },
                "specialService": {
                  "code": "PETC",
                  "requiredProperties": {
                    "propertyDefinition": [
                      {
                        "allowedValue": [
                          "DOG"
                        ],
                        "max": 29,
                        "min": 5,
                        "name": "WEIGHT",
                        "optional": false,
                        "type": "ENUM",
                        "unit": "IN"
                      },
                      {
                        "allowedValue": [
                          "DOG"
                        ],
                        "max": 80,
                        "min": 5,
                        "name": "AGE",
                        "optional": true,
                        "type": "ENUM",
                        "unit": "KG"
                      },
                      {
                        "allowedValue": [
                          "DOG"
                        ],
                        "max": 74,
                        "min": 3,
                        "name": "AGE",
                        "optional": false,
                        "type": "ENUM",
                        "unit": "IN"
                      }
                    ]
                  },
                  "type": "OPTIONAL"
                },
                "ssimCode": "MxM",
                "subCode": "212",
                "vendor": "AMAD",
                "weight": [
                  {
                    "unit": "KILOGRAM",
                    "value": 22.7
                  },
                  {
                    "unit": "KILOGRAM",
                    "value": 16.5
                  }
                ]
              },
              "bookingIndicator": "86",
              "disassociated": true,
              "emdNumber": {
                "number": "05449383111228"
              },
              "emdPaperIndicator": "E",
              "eMDSegmentCoupons": {
                "eMDSegmentCoupon": [
                  {
                    "emdCouponNumber": "79",
                    "segmentRef": "68296b2e-9b99-4211-85b2-4b8658c8d6b5"
                  },
                  {
                    "emdCouponNumber": "00",
                    "segmentRef": "41ee1e0b-aa1d-49d5-ae27-c4603bdae719"
                  },
                  {
                    "emdCouponNumber": "45",
                    "segmentRef": "67950a7a-b6a4-4431-a88c-1b9dfd329dfb"
                  },
                  {
                    "emdCouponNumber": "60",
                    "segmentRef": "f1d1e18c-a442-4e7f-a44f-55c113e413b9"
                  }
                ]
              },
              "feeApplicationIndicator": "43",
              "id": "635d30cf-4f36-4fe6-a3b0-05c0b3d93f19",
              "miscFee": {
                "dealName": "WINTER SALE",
                "group": "SEA",
                "id": "8173aa32-101e-4eab-bae8-d1ac1bd7438e",
                "offerName": "MAY WEEKEND DISCOUNT",
                "reasonForIssuance": "R",
                "subCode": "341"
              },
              "offerId": {
                "id": "732bd847-0646-4e55-834c-a6b320a06f41",
                "itemId": "f7d19d1f-20e7-48a9-b685-56de80a757a4"
              },
              "passengerSegmentRefs": [
                "id01",
                "id02"
              ],
              "paymentStatus": {
                "statusCode": "OK",
                "value": "REJECTED"
              },
              "pnrId": "JCHJMG",
              "quantity": 4,
              "specialServiceDescription": {
                "code": "lTDK",
                "properties": {
                  "property": [
                    {
                      "name": "DOCUMENT_EXPIRY_THRESHOLD",
                      "value": "874"
                    },
                    {
                      "name": "TIME_TO_OPEN_CHECK_IN",
                      "value": "838"
                    },
                    {
                      "name": "DOCUMENT_EXPIRY_THRESHOLD",
                      "value": "205"
                    },
                    {
                      "name": "DOCUMENT_EXPIRY_THRESHOLD",
                      "value": "550"
                    }
                  ]
                },
                "text": "oyAQRzuHlCXryBG"
              },
              "syntheticIdentifier": "03588764971515531250",
              "taxExemption": true,
              "ticketUsedForEmdPricing": "Y",
              "type": "MISC_FEE",
              "weight": {
                "unit": "KILOGRAM",
                "value": 14.1
              }
            },
            {
              "airExtraBundleRef": "df537be8-efb9-46c4-af83-c24d46ef279e",
              "ancillary": {
                "airline": "[ob",
                "ancillaryRules": {
                  "commissionable": true,
                  "customRules": {
                    "applyHighestTierLevel": true,
                    "convertible": false,
                    "excludedFormOfPayment": [
                      "AX"
                    ],
                    "maxQuantityPerPassenger": 10
                  },
                  "exchangeable": true,
                  "feeApplicationMethod": {
                    "code": "5",
                    "value": "PER_BAGGAGE_TRAVEL"
                  },
                  "formOfRefund": {
                    "code": "3",
                    "value": "VOUCHER"
                  },
                  "freeAllowanceEligibility": {
                    "quantity": 4
                  },
                  "freeOfChargeRules": [
                    "BOOKING_REQUIRED",
                    "BOOKING_REQUIRED",
                    "EMD_REQUIRED",
                    "BOOKING_REQUIRED",
                    "BOOKING_REQUIRED"
                  ],
                  "interlineable": true,
                  "inventoryControlled": true,
                  "paperTicketRequired": true,
                  "purchaseAtTicketIssue": true,
                  "purchaseBy": "2027-02-23",
                  "refundable": false,
                  "tourCode": "xD9BO2"
                },
                "bagType": "PET",
                "bookingMethod": {
                  "code": "9+",
                  "value": "NO_BOOKING_REQUIRED"
                },
                "bundledAncillaryRefs": [
                  "id01",
                  "id02"
                ],
                "commercialName": "EXTRA LEGROOM",
                "displayOnly": false,
                "electronicMiscDocType": {
                  "code": "1",
                  "consumedAtIssuance": true,
                  "value": "STANDALONE_TICKET_ASSOCIATED"
                },
                "group": "WIF",
                "id": "VGVmoC",
                "reasonForIssuance": {
                  "code": "B",
                  "value": "INDIVIDUAL_AIRLINE_USE"
                },
                "sequenceNumber": 95,
                "serviceType": {
                  "code": "kF",
                  "value": "BAGGAGE_ALLOWANCE"
                },
                "specialService": {
                  "code": "UMNR",
                  "requiredProperties": {
                    "propertyDefinition": [
                      {
                        "allowedValue": [
                          "DOG"
                        ],
                        "max": 46,
                        "min": 5,
                        "name": "AGE",
                        "optional": true,
                        "type": "DECIMAL",
                        "unit": "IN"
                      },
                      {
                        "allowedValue": [
                          "DOG"
                        ],
                        "max": 67,
                        "min": 4,
                        "name": "AGE",
                        "optional": false,
                        "type": "ENUM",
                        "unit": "LB"
                      },
                      {
                        "allowedValue": [
                          "DOG"
                        ],
                        "max": 78,
                        "min": 5,
                        "name": "SIZE",
                        "optional": true,
                        "type": "TEXT",
                        "unit": "CM"
                      },
                      {
                        "allowedValue": [
                          "DOG"
                        ],
                        "max": 29,
                        "min": 3,
                        "name": "SIZE",
                        "optional": true,
                        "type": "DECIMAL",
                        "unit": "IN"
                      },
                      {
                        "allowedValue": [
                          "DOG"
                        ],
                        "max": 100,
                        "min": 1,
                        "name": "AGE",
                        "optional": true,
                        "type": "TEXT",
                        "unit": "KG"
                      }
                    ]
                  },
                  "type": "STRUCTURED"
                },
                "ssimCode": "Hos",
                "subCode": "671",
                "vendor": "AMAD",
                "weight": [
                  {
                    "unit": "KILOGRAM",
                    "value": 24.6
                  },
                  {
                    "unit": "KILOGRAM",
                    "value": 40.6
                  }
                ]
              },
              "bookingIndicator": "26",
              "disassociated": true,
              "emdNumber": {
                "number": "03080325614415"
              },
              "emdPaperIndicator": "P",
              "eMDSegmentCoupons": {
                "eMDSegmentCoupon": [
                  {
                    "emdCouponNumber": "03",
                    "segmentRef": "5cee6f9f-ab1a-4785-943b-a9e6a2919014"
                  },
                  {
                    "emdCouponNumber": "74",
                    "segmentRef": "87e7396e-aefb-412e-8a1f-0e6a40934c29"
                  }
                ]
              },
              "feeApplicationIndicator": "07",
              "id": "4ffea44f-fe5b-401a-aafe-daa4417650b2",
              "miscFee": {
                "dealName": "SPRING DEAL",
                "group": "BG",
                "id": "d79873eb-4bae-4e3e-823f-a57ba2b56c7c",
                "offerName": "OFFER A",
                "reasonForIssuance": "R",
                "subCode": "272"
              },
              "offerId": {
                "id": "7d1bca56-ed4d-440b-83f7-012eafc39700",
                "itemId": "a49b3092-8233-45ae-ab16-a800c261b623"
              },
              "passengerSegmentRefs": [
                "id01",
                "id02"
              ],
              "paymentStatus": {
                "statusCode": "HD",
                "value": "PENDING"
              },
              "pnrId": "JKMAGG",
              "quantity": 1,
              "specialServiceDescription": {
                "code": "UWee",
                "properties": {
                  "property": [
                    {
                      "name": "TIME_TO_OPEN_CHECK_IN",
                      "value": "546"
                    },
                    {
                      "name": "MINIMUM_AGE_REQUIRED",
                      "value": "667"
                    },
                    {
                      "name": "MINIMUM_AGE_REQUIRED",
                      "value": "690"
                    },
                    {
                      "name": "MINIMUM_AGE_REQUIRED",
                      "value": "405"
                    },
                    {
                      "name": "DOCUMENT_EXPIRY_THRESHOLD",
                      "value": "394"
                    }
                  ]
                },
                "text": "LnUaYQCtldtfIOB"
              },
              "syntheticIdentifier": "56618247731995553899",
              "taxExemption": true,
              "ticketUsedForEmdPricing": "N",
              "type": "ANCILLARY",
              "weight": {
                "unit": "KILOGRAM",
                "value": 4.1
              }
            },
            {
              "airExtraBundleRef": "dd45da7f-cd14-4a24-961d-0f223f05daab",
              "ancillary": {
                "airline": "[ob",
                "ancillaryRules": {
                  "commissionable": true,
                  "customRules": {
                    "applyHighestTierLevel": true,
                    "convertible": true,
                    "excludedFormOfPayment": [
                      "AX"
                    ],
                    "maxQuantityPerPassenger": 7
                  },
                  "exchangeable": false,
                  "feeApplicationMethod": {
                    "code": "3",
                    "value": "PER_5KG_OVER_FREE_BAGGAGE_ALLOWANCE"
                  },
                  "formOfRefund": {
                    "code": "3",
                    "value": "VOUCHER"
                  },
                  "freeAllowanceEligibility": {
                    "quantity": 1
                  },
                  "freeOfChargeRules": [
                    "EMD_REQUIRED",
                    "BOOKING_REQUIRED"
                  ],
                  "interlineable": true,
                  "inventoryControlled": true,
                  "paperTicketRequired": false,
                  "purchaseAtTicketIssue": false,
                  "purchaseBy": "2027-02-07",
                  "refundable": false,
                  "tourCode": "0SvKuu"
                },
                "bagType": "BIKE",
                "bookingMethod": {
                  "code": "8+",
                  "value": "NO_BOOKING_REQUIRED"
                },
                "bundledAncillaryRefs": [
                  "id01",
                  "id02"
                ],
                "commercialName": "LOUNGE ACCESS",
                "displayOnly": false,
                "electronicMiscDocType": {
                  "code": "2",
                  "consumedAtIssuance": false,
                  "value": "STANDALONE"
                },
                "group": "MEA",
                "id": "ICfZpM",
                "reasonForIssuance": {
                  "code": "G",
                  "value": "GROUND_TRANSPORT_NON_AIR_SERVICES"
                },
                "sequenceNumber": 95,
                "serviceType": {
                  "code": "cL",
                  "value": "CHARGES"
                },
                "specialService": {
                  "code": "UMNR",
                  "requiredProperties": {
                    "propertyDefinition": [
                      {
                        "allowedValue": [
                          "DOG"
                        ],
                        "max": 55,
                        "min": 2,
                        "name": "AGE",
                        "optional": false,
                        "type": "INT",
                        "unit": "CM"
                      },
                      {
                        "allowedValue": [
                          "DOG"
                        ],
                        "max": 47,
                        "min": 2,
                        "name": "AGE",
                        "optional": false,
                        "type": "INT",
                        "unit": "IN"
                      },
                      {
                        "allowedValue": [
                          "DOG"
                        ],
                        "max": 10,
                        "min": 4,
                        "name": "WEIGHT",
                        "optional": true,
                        "type": "TEXT",
                        "unit": "CM"
                      },
                      {
                        "allowedValue": [
                          "DOG"
                        ],
                        "max": 71,
                        "min": 2,
                        "name": "AGE",
                        "optional": true,
                        "type": "DECIMAL",
                        "unit": "IN"
                      }
                    ]
                  },
                  "type": "NOTALLOWED"
                },
                "ssimCode": "Yh2",
                "subCode": "005",
                "vendor": "SABR",
                "weight": [
                  {
                    "unit": "KILOGRAM",
                    "value": 1.4
                  },
                  {
                    "unit": "KILOGRAM",
                    "value": 28
                  },
                  {
                    "unit": "KILOGRAM",
                    "value": 13.8
                  },
                  {
                    "unit": "KILOGRAM",
                    "value": 2.1
                  },
                  {
                    "unit": "KILOGRAM",
                    "value": 45.1
                  }
                ]
              },
              "bookingIndicator": "62",
              "disassociated": true,
              "emdNumber": {
                "number": "12497554116565"
              },
              "emdPaperIndicator": "P",
              "eMDSegmentCoupons": {
                "eMDSegmentCoupon": [
                  {
                    "emdCouponNumber": "35",
                    "segmentRef": "c5c00400-ce86-4acb-ab2c-6ca4bd33b7ec"
                  },
                  {
                    "emdCouponNumber": "17",
                    "segmentRef": "f2c124a6-20c5-4dde-8c37-e6a7eb741e64"
                  },
                  {
                    "emdCouponNumber": "59",
                    "segmentRef": "d33ebada-5b72-4e0f-b3d5-53b26cb4459e"
                  },
                  {
                    "emdCouponNumber": "37",
                    "segmentRef": "e06353b9-1e27-4b14-af43-1474a22e75eb"
                  },
                  {
                    "emdCouponNumber": "56",
                    "segmentRef": "23cb85de-7d3a-4aef-b47e-a7cc091f00d2"
                  }
                ]
              },
              "feeApplicationIndicator": "37",
              "id": "f1e89336-1da4-4105-bcc6-23969eb375a8",
              "miscFee": {
                "dealName": "SPRING DEAL",
                "group": "SEA",
                "id": "be6a9b49-03f7-4856-acc5-95a33df5ae3b",
                "offerName": "MAY WEEKEND DISCOUNT",
                "reasonForIssuance": "R",
                "subCode": "691"
              },
              "offerId": {
                "id": "69dc31a3-f1a7-4be2-87d1-941358b27d55",
                "itemId": "a878297d-eff8-4308-bddd-0ff284e9a46e"
              },
              "passengerSegmentRefs": [
                "id01",
                "id02"
              ],
              "paymentStatus": {
                "statusCode": "OK",
                "value": "VERIFICATION"
              },
              "pnrId": "DHDEPJ",
              "quantity": 3,
              "specialServiceDescription": {
                "code": "dVHE",
                "properties": {
                  "property": [
                    {
                      "name": "TIME_TO_OPEN_CHECK_IN",
                      "value": "185"
                    },
                    {
                      "name": "MINIMUM_AGE_REQUIRED",
                      "value": "552"
                    },
                    {
                      "name": "MINIMUM_AGE_REQUIRED",
                      "value": "594"
                    },
                    {
                      "name": "DOCUMENT_EXPIRY_THRESHOLD",
                      "value": "482"
                    }
                  ]
                },
                "text": "OhstvwstPUZKMQD"
              },
              "syntheticIdentifier": "57080136120308593435",
              "taxExemption": true,
              "ticketUsedForEmdPricing": "N",
              "type": "MISC_FEE",
              "weight": {
                "unit": "KILOGRAM",
                "value": 15.5
              }
            }
          ],
          "airExtraBundle": [
            {
              "childRef": [
                "id01",
                "id02"
              ],
              "id": "bd12db93-c9c9-44bb-b665-85f6abff8e1f",
              "parentRef": "c1055530-02fc-4b54-bc3e-15ecf48c4755"
            },
            {
              "childRef": [
                "id01",
                "id02"
              ],
              "id": "fbfe7029-0174-4fa2-9153-498d943211b1",
              "parentRef": "b35ee7c1-5516-4a69-af1e-73ee0987090f"
            }
          ],
          "airExtraDocument": [
            {
              "airExtraDocumentCoupon": [
                {
                  "number": 4,
                  "passengerSegmentRef": "19edbc08-a3ae-4439-986e-8a06341f004f",
                  "priceBreakdown": {
                    "base": {
                      "amount": {
                        "currency": "LKR",
                        "value": 381.48
                      },
                      "code": "wP",
                      "conversionRatio": {
                        "minimumPoints": 672,
                        "value": 0.41
                      },
                      "equivAmount": {
                        "currency": "PAB",
                        "value": 394.71
                      },
                      "override": false,
                      "points": 10804,
                      "referenceAmount": {
                        "currency": "CUP",
                        "value": 215.23
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    "commission": [
                      {
                        "amount": {
                          "currency": "NGN",
                          "value": 178.63
                        },
                        "code": "LX",
                        "conversionRatio": {
                          "minimumPoints": 841,
                          "value": 0.48
                        },
                        "equivAmount": {
                          "currency": "IDR",
                          "value": 232.06
                        },
                        "override": false,
                        "points": 20016,
                        "referenceAmount": {
                          "currency": "UAH",
                          "value": 164.18
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "CUP",
                          "value": 24.69
                        },
                        "code": "lp",
                        "conversionRatio": {
                          "minimumPoints": 873,
                          "value": 0.33
                        },
                        "equivAmount": {
                          "currency": "UGX",
                          "value": 389.78
                        },
                        "override": true,
                        "points": 9502,
                        "referenceAmount": {
                          "currency": "NAD",
                          "value": 448.17
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "MKD",
                          "value": 488.91
                        },
                        "code": "Qc",
                        "conversionRatio": {
                          "minimumPoints": 413,
                          "value": 0.75
                        },
                        "equivAmount": {
                          "currency": "BBD",
                          "value": 104.1
                        },
                        "override": true,
                        "points": 41355,
                        "referenceAmount": {
                          "currency": "ALL",
                          "value": 463.4
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "XCD",
                          "value": 328.5
                        },
                        "code": "fi",
                        "conversionRatio": {
                          "minimumPoints": 406,
                          "value": 0.26
                        },
                        "equivAmount": {
                          "currency": "GTQ",
                          "value": 438.2
                        },
                        "override": false,
                        "points": 37228,
                        "referenceAmount": {
                          "currency": "VES",
                          "value": 93.88
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "NPR",
                          "value": 356.81
                        },
                        "code": "hW",
                        "conversionRatio": {
                          "minimumPoints": 857,
                          "value": 0.4
                        },
                        "equivAmount": {
                          "currency": "AED",
                          "value": 362.16
                        },
                        "override": false,
                        "points": 8411,
                        "referenceAmount": {
                          "currency": "LAK",
                          "value": 183.48
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "discount": [
                      {
                        "amount": {
                          "currency": "VES",
                          "value": 180.57
                        },
                        "code": "oX",
                        "conversionRatio": {
                          "minimumPoints": 834,
                          "value": 0.55
                        },
                        "equivAmount": {
                          "currency": "BDT",
                          "value": 121.61
                        },
                        "override": false,
                        "points": 18327,
                        "referenceAmount": {
                          "currency": "VES",
                          "value": 60.4
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "BSD",
                          "value": 376.91
                        },
                        "code": "YP",
                        "conversionRatio": {
                          "minimumPoints": 277,
                          "value": 0.67
                        },
                        "equivAmount": {
                          "currency": "SCR",
                          "value": 392.69
                        },
                        "override": false,
                        "points": 1564,
                        "referenceAmount": {
                          "currency": "XPF",
                          "value": 191.08
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "fee": [
                      {
                        "amount": {
                          "currency": "JPY",
                          "value": 283.15
                        },
                        "code": "wU",
                        "conversionRatio": {
                          "minimumPoints": 651,
                          "value": 0.7
                        },
                        "equivAmount": {
                          "currency": "KGS",
                          "value": 361.28
                        },
                        "override": false,
                        "points": 20454,
                        "referenceAmount": {
                          "currency": "CAD",
                          "value": 67.15
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "HUF",
                          "value": 67.86
                        },
                        "code": "de",
                        "conversionRatio": {
                          "minimumPoints": 832,
                          "value": 0.48
                        },
                        "equivAmount": {
                          "currency": "JOD",
                          "value": 147.89
                        },
                        "override": false,
                        "points": 35625,
                        "referenceAmount": {
                          "currency": "INR",
                          "value": 380.13
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "TTD",
                          "value": 425.82
                        },
                        "code": "fl",
                        "conversionRatio": {
                          "minimumPoints": 889,
                          "value": 0.92
                        },
                        "equivAmount": {
                          "currency": "MOP",
                          "value": 131.98
                        },
                        "override": false,
                        "points": 37247,
                        "referenceAmount": {
                          "currency": "MRU",
                          "value": 97.86
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "RON",
                          "value": 230.95
                        },
                        "code": "eE",
                        "conversionRatio": {
                          "minimumPoints": 706,
                          "value": 0.43
                        },
                        "equivAmount": {
                          "currency": "PHP",
                          "value": 210.53
                        },
                        "override": false,
                        "points": 8497,
                        "referenceAmount": {
                          "currency": "LSL",
                          "value": 261.67
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "OMR",
                          "value": 491.39
                        },
                        "code": "Eo",
                        "conversionRatio": {
                          "minimumPoints": 874,
                          "value": 0.9
                        },
                        "equivAmount": {
                          "currency": "HKD",
                          "value": 447.16
                        },
                        "override": false,
                        "points": 17925,
                        "referenceAmount": {
                          "currency": "JMD",
                          "value": 149.74
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "surcharge": [
                      {
                        "amount": {
                          "currency": "AOA",
                          "value": 160.64
                        },
                        "code": "QH",
                        "conversionRatio": {
                          "minimumPoints": 117,
                          "value": 0.79
                        },
                        "equivAmount": {
                          "currency": "OMR",
                          "value": 328.51
                        },
                        "override": false,
                        "points": 11539,
                        "referenceAmount": {
                          "currency": "NPR",
                          "value": 423.56
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "tax": [
                      {
                        "amount": {
                          "currency": "STN",
                          "value": 213.06
                        },
                        "code": "HB",
                        "conversionRatio": {
                          "minimumPoints": 757,
                          "value": 0.75
                        },
                        "equivAmount": {
                          "currency": "LAK",
                          "value": 495.13
                        },
                        "override": false,
                        "points": 28857,
                        "referenceAmount": {
                          "currency": "BGN",
                          "value": 167.64
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "BRL",
                          "value": 495.69
                        },
                        "code": "Az",
                        "conversionRatio": {
                          "minimumPoints": 952,
                          "value": 0.29
                        },
                        "equivAmount": {
                          "currency": "GMD",
                          "value": 322.22
                        },
                        "override": true,
                        "points": 12032,
                        "referenceAmount": {
                          "currency": "SEK",
                          "value": 253.27
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "PKR",
                          "value": 77.84
                        },
                        "code": "kJ",
                        "conversionRatio": {
                          "minimumPoints": 594,
                          "value": 0.47
                        },
                        "equivAmount": {
                          "currency": "TTD",
                          "value": 327.37
                        },
                        "override": true,
                        "points": 6931,
                        "referenceAmount": {
                          "currency": "TTD",
                          "value": 279.6
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "BSD",
                          "value": 259.06
                        },
                        "code": "oA",
                        "conversionRatio": {
                          "minimumPoints": 828,
                          "value": 0.9
                        },
                        "equivAmount": {
                          "currency": "MNT",
                          "value": 35.15
                        },
                        "override": false,
                        "points": 41924,
                        "referenceAmount": {
                          "currency": "GEL",
                          "value": 376.92
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "FJD",
                          "value": 242.94
                        },
                        "code": "WB",
                        "conversionRatio": {
                          "minimumPoints": 205,
                          "value": 0.83
                        },
                        "equivAmount": {
                          "currency": "TMT",
                          "value": 241.05
                        },
                        "override": false,
                        "points": 22624,
                        "referenceAmount": {
                          "currency": "RON",
                          "value": 203.05
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "total": {
                      "amount": {
                        "currency": "ETB",
                        "value": 423.43
                      },
                      "code": "Eh",
                      "conversionRatio": {
                        "minimumPoints": 151,
                        "value": 0.73
                      },
                      "equivAmount": {
                        "currency": "CDF",
                        "value": 52.24
                      },
                      "override": true,
                      "points": 45400,
                      "referenceAmount": {
                        "currency": "MGA",
                        "value": 154.93
                      },
                      "taxType": "PROPORTIONAL"
                    }
                  }
                },
                {
                  "number": 91,
                  "passengerSegmentRef": "fc53cfdf-b187-460f-b557-da5110c1a44c",
                  "priceBreakdown": {
                    "base": {
                      "amount": {
                        "currency": "AUD",
                        "value": 208.96
                      },
                      "code": "hO",
                      "conversionRatio": {
                        "minimumPoints": 167,
                        "value": 0.13
                      },
                      "equivAmount": {
                        "currency": "GTQ",
                        "value": 334.89
                      },
                      "override": true,
                      "points": 2230,
                      "referenceAmount": {
                        "currency": "PGK",
                        "value": 447.15
                      },
                      "taxType": "FLAT"
                    },
                    "commission": [
                      {
                        "amount": {
                          "currency": "KGS",
                          "value": 196.51
                        },
                        "code": "uk",
                        "conversionRatio": {
                          "minimumPoints": 964,
                          "value": 0.47
                        },
                        "equivAmount": {
                          "currency": "SSP",
                          "value": 390.97
                        },
                        "override": false,
                        "points": 22382,
                        "referenceAmount": {
                          "currency": "CVE",
                          "value": 456.51
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "MOP",
                          "value": 377.42
                        },
                        "code": "Be",
                        "conversionRatio": {
                          "minimumPoints": 846,
                          "value": 0.29
                        },
                        "equivAmount": {
                          "currency": "SRD",
                          "value": 72.73
                        },
                        "override": false,
                        "points": 38760,
                        "referenceAmount": {
                          "currency": "HNL",
                          "value": 458.21
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "discount": [
                      {
                        "amount": {
                          "currency": "ALL",
                          "value": 191.63
                        },
                        "code": "xf",
                        "conversionRatio": {
                          "minimumPoints": 338,
                          "value": 0.23
                        },
                        "equivAmount": {
                          "currency": "SDG",
                          "value": 253.95
                        },
                        "override": true,
                        "points": 28465,
                        "referenceAmount": {
                          "currency": "KES",
                          "value": 281.24
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "fee": [
                      {
                        "amount": {
                          "currency": "RUB",
                          "value": 91.64
                        },
                        "code": "Ej",
                        "conversionRatio": {
                          "minimumPoints": 859,
                          "value": 0.73
                        },
                        "equivAmount": {
                          "currency": "ALL",
                          "value": 339.7
                        },
                        "override": true,
                        "points": 26373,
                        "referenceAmount": {
                          "currency": "PGK",
                          "value": 59.88
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "NAD",
                          "value": 286.99
                        },
                        "code": "sn",
                        "conversionRatio": {
                          "minimumPoints": 332,
                          "value": 0.73
                        },
                        "equivAmount": {
                          "currency": "MOP",
                          "value": 495.37
                        },
                        "override": true,
                        "points": 24717,
                        "referenceAmount": {
                          "currency": "KRW",
                          "value": 189.52
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "GMD",
                          "value": 101.97
                        },
                        "code": "Su",
                        "conversionRatio": {
                          "minimumPoints": 204,
                          "value": 0.32
                        },
                        "equivAmount": {
                          "currency": "BRL",
                          "value": 244.04
                        },
                        "override": false,
                        "points": 7850,
                        "referenceAmount": {
                          "currency": "AMD",
                          "value": 84.98
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "surcharge": [
                      {
                        "amount": {
                          "currency": "HNL",
                          "value": 269.72
                        },
                        "code": "eL",
                        "conversionRatio": {
                          "minimumPoints": 317,
                          "value": 0.66
                        },
                        "equivAmount": {
                          "currency": "SHP",
                          "value": 328.58
                        },
                        "override": false,
                        "points": 3456,
                        "referenceAmount": {
                          "currency": "ETB",
                          "value": 417.13
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "GNF",
                          "value": 199.47
                        },
                        "code": "St",
                        "conversionRatio": {
                          "minimumPoints": 710,
                          "value": 0.24
                        },
                        "equivAmount": {
                          "currency": "JMD",
                          "value": 6.04
                        },
                        "override": false,
                        "points": 38327,
                        "referenceAmount": {
                          "currency": "PYG",
                          "value": 297.43
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "tax": [
                      {
                        "amount": {
                          "currency": "PEN",
                          "value": 313.89
                        },
                        "code": "Bs",
                        "conversionRatio": {
                          "minimumPoints": 683,
                          "value": 0.87
                        },
                        "equivAmount": {
                          "currency": "EUR",
                          "value": 180.95
                        },
                        "override": true,
                        "points": 31642,
                        "referenceAmount": {
                          "currency": "BTN",
                          "value": 334.03
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "SZL",
                          "value": 238.06
                        },
                        "code": "eM",
                        "conversionRatio": {
                          "minimumPoints": 773,
                          "value": 0.91
                        },
                        "equivAmount": {
                          "currency": "STN",
                          "value": 156.44
                        },
                        "override": false,
                        "points": 29361,
                        "referenceAmount": {
                          "currency": "TWD",
                          "value": 199.66
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "total": {
                      "amount": {
                        "currency": "MXN",
                        "value": 258.18
                      },
                      "code": "ya",
                      "conversionRatio": {
                        "minimumPoints": 560,
                        "value": 0.72
                      },
                      "equivAmount": {
                        "currency": "INR",
                        "value": 36.09
                      },
                      "override": true,
                      "points": 35932,
                      "referenceAmount": {
                        "currency": "AMD",
                        "value": 461.75
                      },
                      "taxType": "PROPORTIONAL"
                    }
                  }
                },
                {
                  "number": 11,
                  "passengerSegmentRef": "779f978f-9761-4d37-a897-e1717348d66b",
                  "priceBreakdown": {
                    "base": {
                      "amount": {
                        "currency": "TJS",
                        "value": 332.96
                      },
                      "code": "zO",
                      "conversionRatio": {
                        "minimumPoints": 939,
                        "value": 0.96
                      },
                      "equivAmount": {
                        "currency": "KYD",
                        "value": 234.54
                      },
                      "override": false,
                      "points": 14092,
                      "referenceAmount": {
                        "currency": "TJS",
                        "value": 306.61
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    "commission": [
                      {
                        "amount": {
                          "currency": "NPR",
                          "value": 76.08
                        },
                        "code": "Kh",
                        "conversionRatio": {
                          "minimumPoints": 191,
                          "value": 0.79
                        },
                        "equivAmount": {
                          "currency": "GEL",
                          "value": 247.69
                        },
                        "override": false,
                        "points": 41360,
                        "referenceAmount": {
                          "currency": "GTQ",
                          "value": 496.04
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "CNY",
                          "value": 495.2
                        },
                        "code": "LO",
                        "conversionRatio": {
                          "minimumPoints": 580,
                          "value": 0.84
                        },
                        "equivAmount": {
                          "currency": "AUD",
                          "value": 169.19
                        },
                        "override": true,
                        "points": 24694,
                        "referenceAmount": {
                          "currency": "NPR",
                          "value": 391.48
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "discount": [
                      {
                        "amount": {
                          "currency": "ZAR",
                          "value": 302.32
                        },
                        "code": "OE",
                        "conversionRatio": {
                          "minimumPoints": 552,
                          "value": 0.95
                        },
                        "equivAmount": {
                          "currency": "MNT",
                          "value": 176.73
                        },
                        "override": false,
                        "points": 42209,
                        "referenceAmount": {
                          "currency": "RON",
                          "value": 108.5
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "fee": [
                      {
                        "amount": {
                          "currency": "KZT",
                          "value": 127.43
                        },
                        "code": "ff",
                        "conversionRatio": {
                          "minimumPoints": 355,
                          "value": 0.12
                        },
                        "equivAmount": {
                          "currency": "QAR",
                          "value": 369.78
                        },
                        "override": false,
                        "points": 19683,
                        "referenceAmount": {
                          "currency": "VND",
                          "value": 227.45
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "surcharge": [
                      {
                        "amount": {
                          "currency": "PYG",
                          "value": 490.57
                        },
                        "code": "TP",
                        "conversionRatio": {
                          "minimumPoints": 362,
                          "value": 0.54
                        },
                        "equivAmount": {
                          "currency": "NGN",
                          "value": 271.46
                        },
                        "override": true,
                        "points": 13533,
                        "referenceAmount": {
                          "currency": "BDT",
                          "value": 270.02
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "tax": [
                      {
                        "amount": {
                          "currency": "PAB",
                          "value": 124.75
                        },
                        "code": "Nh",
                        "conversionRatio": {
                          "minimumPoints": 686,
                          "value": 0.18
                        },
                        "equivAmount": {
                          "currency": "TWD",
                          "value": 174.65
                        },
                        "override": false,
                        "points": 25746,
                        "referenceAmount": {
                          "currency": "BTN",
                          "value": 378.01
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "total": {
                      "amount": {
                        "currency": "BAM",
                        "value": 346.53
                      },
                      "code": "Oj",
                      "conversionRatio": {
                        "minimumPoints": 314,
                        "value": 0.95
                      },
                      "equivAmount": {
                        "currency": "NPR",
                        "value": 429.93
                      },
                      "override": true,
                      "points": 1464,
                      "referenceAmount": {
                        "currency": "ERN",
                        "value": 138.61
                      },
                      "taxType": "PROPORTIONAL"
                    }
                  }
                },
                {
                  "number": 85,
                  "passengerSegmentRef": "65e82af3-5a17-4e81-8231-e4799b1094d7",
                  "priceBreakdown": {
                    "base": {
                      "amount": {
                        "currency": "DJF",
                        "value": 149.27
                      },
                      "code": "xq",
                      "conversionRatio": {
                        "minimumPoints": 415,
                        "value": 0.35
                      },
                      "equivAmount": {
                        "currency": "HUF",
                        "value": 490.55
                      },
                      "override": true,
                      "points": 42865,
                      "referenceAmount": {
                        "currency": "NAD",
                        "value": 416.42
                      },
                      "taxType": "FLAT"
                    },
                    "commission": [
                      {
                        "amount": {
                          "currency": "SDG",
                          "value": 353.1
                        },
                        "code": "Rt",
                        "conversionRatio": {
                          "minimumPoints": 377,
                          "value": 0.16
                        },
                        "equivAmount": {
                          "currency": "JOD",
                          "value": 141.64
                        },
                        "override": true,
                        "points": 48354,
                        "referenceAmount": {
                          "currency": "DKK",
                          "value": 286.34
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "AZN",
                          "value": 148.52
                        },
                        "code": "lJ",
                        "conversionRatio": {
                          "minimumPoints": 765,
                          "value": 0.11
                        },
                        "equivAmount": {
                          "currency": "GYD",
                          "value": 81.36
                        },
                        "override": false,
                        "points": 14447,
                        "referenceAmount": {
                          "currency": "CAD",
                          "value": 41.23
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "GNF",
                          "value": 21.43
                        },
                        "code": "DW",
                        "conversionRatio": {
                          "minimumPoints": 251,
                          "value": 0.1
                        },
                        "equivAmount": {
                          "currency": "HUF",
                          "value": 32.45
                        },
                        "override": false,
                        "points": 38435,
                        "referenceAmount": {
                          "currency": "FKP",
                          "value": 336.39
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "BAM",
                          "value": 105.67
                        },
                        "code": "uZ",
                        "conversionRatio": {
                          "minimumPoints": 117,
                          "value": 0.21
                        },
                        "equivAmount": {
                          "currency": "FKP",
                          "value": 166.68
                        },
                        "override": false,
                        "points": 34010,
                        "referenceAmount": {
                          "currency": "RON",
                          "value": 482.1
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "discount": [
                      {
                        "amount": {
                          "currency": "MXN",
                          "value": 175.84
                        },
                        "code": "NS",
                        "conversionRatio": {
                          "minimumPoints": 524,
                          "value": 0.97
                        },
                        "equivAmount": {
                          "currency": "TOP",
                          "value": 292.06
                        },
                        "override": true,
                        "points": 48631,
                        "referenceAmount": {
                          "currency": "GNF",
                          "value": 301.3
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "GEL",
                          "value": 499.15
                        },
                        "code": "ta",
                        "conversionRatio": {
                          "minimumPoints": 394,
                          "value": 0.74
                        },
                        "equivAmount": {
                          "currency": "SBD",
                          "value": 476.51
                        },
                        "override": false,
                        "points": 24407,
                        "referenceAmount": {
                          "currency": "OMR",
                          "value": 310.89
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "XOF",
                          "value": 67.63
                        },
                        "code": "eW",
                        "conversionRatio": {
                          "minimumPoints": 139,
                          "value": 0.65
                        },
                        "equivAmount": {
                          "currency": "GMD",
                          "value": 197.45
                        },
                        "override": false,
                        "points": 34589,
                        "referenceAmount": {
                          "currency": "SRD",
                          "value": 324.01
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "GTQ",
                          "value": 54.21
                        },
                        "code": "Ms",
                        "conversionRatio": {
                          "minimumPoints": 629,
                          "value": 0.87
                        },
                        "equivAmount": {
                          "currency": "HKD",
                          "value": 390.34
                        },
                        "override": true,
                        "points": 9783,
                        "referenceAmount": {
                          "currency": "ILS",
                          "value": 213.95
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "XAF",
                          "value": 200.98
                        },
                        "code": "yd",
                        "conversionRatio": {
                          "minimumPoints": 280,
                          "value": 0.72
                        },
                        "equivAmount": {
                          "currency": "MAD",
                          "value": 5.86
                        },
                        "override": false,
                        "points": 43515,
                        "referenceAmount": {
                          "currency": "MMK",
                          "value": 68.78
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "fee": [
                      {
                        "amount": {
                          "currency": "NAD",
                          "value": 398.65
                        },
                        "code": "gZ",
                        "conversionRatio": {
                          "minimumPoints": 247,
                          "value": 0.4
                        },
                        "equivAmount": {
                          "currency": "TZS",
                          "value": 368.36
                        },
                        "override": true,
                        "points": 3467,
                        "referenceAmount": {
                          "currency": "MYR",
                          "value": 474.58
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "KWD",
                          "value": 486.32
                        },
                        "code": "Wu",
                        "conversionRatio": {
                          "minimumPoints": 944,
                          "value": 0.26
                        },
                        "equivAmount": {
                          "currency": "AMD",
                          "value": 360.91
                        },
                        "override": true,
                        "points": 25507,
                        "referenceAmount": {
                          "currency": "GEL",
                          "value": 366.78
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "surcharge": [
                      {
                        "amount": {
                          "currency": "NOK",
                          "value": 15.82
                        },
                        "code": "LX",
                        "conversionRatio": {
                          "minimumPoints": 462,
                          "value": 0.62
                        },
                        "equivAmount": {
                          "currency": "XOF",
                          "value": 206.77
                        },
                        "override": false,
                        "points": 21376,
                        "referenceAmount": {
                          "currency": "SZL",
                          "value": 175.7
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "ZWL",
                          "value": 59.35
                        },
                        "code": "nU",
                        "conversionRatio": {
                          "minimumPoints": 614,
                          "value": 0.53
                        },
                        "equivAmount": {
                          "currency": "MNT",
                          "value": 240.77
                        },
                        "override": true,
                        "points": 33220,
                        "referenceAmount": {
                          "currency": "PAB",
                          "value": 288.39
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "tax": [
                      {
                        "amount": {
                          "currency": "KGS",
                          "value": 180.14
                        },
                        "code": "nA",
                        "conversionRatio": {
                          "minimumPoints": 588,
                          "value": 0.66
                        },
                        "equivAmount": {
                          "currency": "IRR",
                          "value": 451.72
                        },
                        "override": true,
                        "points": 12326,
                        "referenceAmount": {
                          "currency": "LBP",
                          "value": 140.29
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "total": {
                      "amount": {
                        "currency": "EGP",
                        "value": 282.78
                      },
                      "code": "Uf",
                      "conversionRatio": {
                        "minimumPoints": 769,
                        "value": 0.62
                      },
                      "equivAmount": {
                        "currency": "LYD",
                        "value": 5.47
                      },
                      "override": false,
                      "points": 6489,
                      "referenceAmount": {
                        "currency": "PKR",
                        "value": 388.03
                      },
                      "taxType": "PROPORTIONAL"
                    }
                  }
                }
              ],
              "airExtraRefs": [
                "id01",
                "id02"
              ],
              "id": "a9ae06bb-2047-4295-b970-741181ee24a9",
              "issueDate": "2026-03-01T00:00:00.0Z",
              "number": "3911686094869",
              "paymentRefs": [
                "id01",
                "id02"
              ],
              "priceBreakdown": {
                "base": {
                  "amount": {
                    "currency": "SAR",
                    "value": 424.74
                  },
                  "code": "RM",
                  "conversionRatio": {
                    "minimumPoints": 335,
                    "value": 0.79
                  },
                  "equivAmount": {
                    "currency": "IDR",
                    "value": 339.99
                  },
                  "override": false,
                  "points": 34458,
                  "referenceAmount": {
                    "currency": "CRC",
                    "value": 463.89
                  },
                  "taxType": "PROPORTIONAL"
                },
                "commission": [
                  {
                    "amount": {
                      "currency": "ANG",
                      "value": 89.38
                    },
                    "code": "Ln",
                    "conversionRatio": {
                      "minimumPoints": 969,
                      "value": 0.93
                    },
                    "equivAmount": {
                      "currency": "PEN",
                      "value": 56.83
                    },
                    "override": true,
                    "points": 17502,
                    "referenceAmount": {
                      "currency": "ZWL",
                      "value": 133.62
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "XOF",
                      "value": 265.75
                    },
                    "code": "BV",
                    "conversionRatio": {
                      "minimumPoints": 581,
                      "value": 0.74
                    },
                    "equivAmount": {
                      "currency": "HKD",
                      "value": 494.57
                    },
                    "override": false,
                    "points": 35969,
                    "referenceAmount": {
                      "currency": "KRW",
                      "value": 312.92
                    },
                    "taxType": "PROPORTIONAL"
                  }
                ],
                "discount": [
                  {
                    "amount": {
                      "currency": "TTD",
                      "value": 8.24
                    },
                    "code": "ZQ",
                    "conversionRatio": {
                      "minimumPoints": 223,
                      "value": 0.23
                    },
                    "equivAmount": {
                      "currency": "NPR",
                      "value": 161.09
                    },
                    "override": true,
                    "points": 7379,
                    "referenceAmount": {
                      "currency": "BTN",
                      "value": 416.51
                    },
                    "taxType": "PROPORTIONAL"
                  }
                ],
                "fee": [
                  {
                    "amount": {
                      "currency": "CNY",
                      "value": 123.03
                    },
                    "code": "aQ",
                    "conversionRatio": {
                      "minimumPoints": 595,
                      "value": 0.84
                    },
                    "equivAmount": {
                      "currency": "TTD",
                      "value": 154.27
                    },
                    "override": true,
                    "points": 19943,
                    "referenceAmount": {
                      "currency": "FKP",
                      "value": 411.66
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "LKR",
                      "value": 164.88
                    },
                    "code": "uK",
                    "conversionRatio": {
                      "minimumPoints": 996,
                      "value": 0.83
                    },
                    "equivAmount": {
                      "currency": "SDG",
                      "value": 102.59
                    },
                    "override": false,
                    "points": 19557,
                    "referenceAmount": {
                      "currency": "PLN",
                      "value": 276.04
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "ARS",
                      "value": 451.71
                    },
                    "code": "pM",
                    "conversionRatio": {
                      "minimumPoints": 567,
                      "value": 0.59
                    },
                    "equivAmount": {
                      "currency": "CZK",
                      "value": 394.91
                    },
                    "override": false,
                    "points": 16441,
                    "referenceAmount": {
                      "currency": "DKK",
                      "value": 420.91
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "SLE",
                      "value": 463.13
                    },
                    "code": "KR",
                    "conversionRatio": {
                      "minimumPoints": 372,
                      "value": 0.9
                    },
                    "equivAmount": {
                      "currency": "ERN",
                      "value": 311.65
                    },
                    "override": true,
                    "points": 23839,
                    "referenceAmount": {
                      "currency": "SDG",
                      "value": 306.56
                    },
                    "taxType": "PROPORTIONAL"
                  }
                ],
                "surcharge": [
                  {
                    "amount": {
                      "currency": "BBD",
                      "value": 101.72
                    },
                    "code": "Xg",
                    "conversionRatio": {
                      "minimumPoints": 901,
                      "value": 0.46
                    },
                    "equivAmount": {
                      "currency": "DJF",
                      "value": 210
                    },
                    "override": true,
                    "points": 13246,
                    "referenceAmount": {
                      "currency": "RUB",
                      "value": 146.36
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "AZN",
                      "value": 6.91
                    },
                    "code": "XD",
                    "conversionRatio": {
                      "minimumPoints": 399,
                      "value": 0.66
                    },
                    "equivAmount": {
                      "currency": "PEN",
                      "value": 183.37
                    },
                    "override": false,
                    "points": 45640,
                    "referenceAmount": {
                      "currency": "NAD",
                      "value": 474.98
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "NIO",
                      "value": 21.74
                    },
                    "code": "QM",
                    "conversionRatio": {
                      "minimumPoints": 721,
                      "value": 0.53
                    },
                    "equivAmount": {
                      "currency": "AZN",
                      "value": 387.17
                    },
                    "override": false,
                    "points": 2960,
                    "referenceAmount": {
                      "currency": "BND",
                      "value": 215.28
                    },
                    "taxType": "PROPORTIONAL"
                  }
                ],
                "tax": [
                  {
                    "amount": {
                      "currency": "ANG",
                      "value": 11.67
                    },
                    "code": "Ow",
                    "conversionRatio": {
                      "minimumPoints": 275,
                      "value": 0.83
                    },
                    "equivAmount": {
                      "currency": "MAD",
                      "value": 271.85
                    },
                    "override": false,
                    "points": 5482,
                    "referenceAmount": {
                      "currency": "CHF",
                      "value": 79.03
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "ILS",
                      "value": 355.43
                    },
                    "code": "YD",
                    "conversionRatio": {
                      "minimumPoints": 313,
                      "value": 0.79
                    },
                    "equivAmount": {
                      "currency": "DJF",
                      "value": 256.84
                    },
                    "override": true,
                    "points": 5939,
                    "referenceAmount": {
                      "currency": "RON",
                      "value": 271.66
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "MGA",
                      "value": 328.54
                    },
                    "code": "Yw",
                    "conversionRatio": {
                      "minimumPoints": 410,
                      "value": 0.38
                    },
                    "equivAmount": {
                      "currency": "BBD",
                      "value": 443.69
                    },
                    "override": false,
                    "points": 11940,
                    "referenceAmount": {
                      "currency": "INR",
                      "value": 337.88
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "BYN",
                      "value": 295.62
                    },
                    "code": "mz",
                    "conversionRatio": {
                      "minimumPoints": 301,
                      "value": 0.35
                    },
                    "equivAmount": {
                      "currency": "AWG",
                      "value": 69.07
                    },
                    "override": true,
                    "points": 8506,
                    "referenceAmount": {
                      "currency": "DKK",
                      "value": 140.65
                    },
                    "taxType": "FLAT"
                  }
                ],
                "total": {
                  "amount": {
                    "currency": "GMD",
                    "value": 264.31
                  },
                  "code": "uN",
                  "conversionRatio": {
                    "minimumPoints": 831,
                    "value": 0.53
                  },
                  "equivAmount": {
                    "currency": "KRW",
                    "value": 143.21
                  },
                  "override": false,
                  "points": 21650,
                  "referenceAmount": {
                    "currency": "CRC",
                    "value": 41.51
                  },
                  "taxType": "FLAT"
                }
              },
              "type": "OTHER"
            },
            {
              "airExtraDocumentCoupon": [
                {
                  "number": 49,
                  "passengerSegmentRef": "8641e8da-333a-4660-b33e-feca039d13f7",
                  "priceBreakdown": {
                    "base": {
                      "amount": {
                        "currency": "MNT",
                        "value": 54.42
                      },
                      "code": "uX",
                      "conversionRatio": {
                        "minimumPoints": 282,
                        "value": 0.42
                      },
                      "equivAmount": {
                        "currency": "KES",
                        "value": 316.31
                      },
                      "override": true,
                      "points": 13174,
                      "referenceAmount": {
                        "currency": "IQD",
                        "value": 349.84
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    "commission": [
                      {
                        "amount": {
                          "currency": "USD",
                          "value": 393.95
                        },
                        "code": "sJ",
                        "conversionRatio": {
                          "minimumPoints": 947,
                          "value": 0.32
                        },
                        "equivAmount": {
                          "currency": "ETB",
                          "value": 473.62
                        },
                        "override": true,
                        "points": 23744,
                        "referenceAmount": {
                          "currency": "PKR",
                          "value": 307.09
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "MAD",
                          "value": 248.47
                        },
                        "code": "cy",
                        "conversionRatio": {
                          "minimumPoints": 976,
                          "value": 0.22
                        },
                        "equivAmount": {
                          "currency": "AFN",
                          "value": 451.83
                        },
                        "override": true,
                        "points": 12444,
                        "referenceAmount": {
                          "currency": "SAR",
                          "value": 279.22
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "discount": [
                      {
                        "amount": {
                          "currency": "CZK",
                          "value": 390.56
                        },
                        "code": "ic",
                        "conversionRatio": {
                          "minimumPoints": 101,
                          "value": 0.27
                        },
                        "equivAmount": {
                          "currency": "GTQ",
                          "value": 89.54
                        },
                        "override": false,
                        "points": 4758,
                        "referenceAmount": {
                          "currency": "KZT",
                          "value": 241.27
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "XAF",
                          "value": 219.12
                        },
                        "code": "Ya",
                        "conversionRatio": {
                          "minimumPoints": 510,
                          "value": 0.11
                        },
                        "equivAmount": {
                          "currency": "HKD",
                          "value": 250.99
                        },
                        "override": true,
                        "points": 48912,
                        "referenceAmount": {
                          "currency": "KPW",
                          "value": 251.36
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "PKR",
                          "value": 188.31
                        },
                        "code": "lr",
                        "conversionRatio": {
                          "minimumPoints": 919,
                          "value": 0.7
                        },
                        "equivAmount": {
                          "currency": "KMF",
                          "value": 332.13
                        },
                        "override": true,
                        "points": 16817,
                        "referenceAmount": {
                          "currency": "SOS",
                          "value": 95.83
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "LSL",
                          "value": 69.42
                        },
                        "code": "Kg",
                        "conversionRatio": {
                          "minimumPoints": 200,
                          "value": 0.12
                        },
                        "equivAmount": {
                          "currency": "MUR",
                          "value": 451.35
                        },
                        "override": false,
                        "points": 41767,
                        "referenceAmount": {
                          "currency": "MXN",
                          "value": 474.5
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "fee": [
                      {
                        "amount": {
                          "currency": "GBP",
                          "value": 380.02
                        },
                        "code": "kR",
                        "conversionRatio": {
                          "minimumPoints": 480,
                          "value": 0.53
                        },
                        "equivAmount": {
                          "currency": "HKD",
                          "value": 488.2
                        },
                        "override": true,
                        "points": 33776,
                        "referenceAmount": {
                          "currency": "COP",
                          "value": 457.33
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "surcharge": [
                      {
                        "amount": {
                          "currency": "MNT",
                          "value": 33.62
                        },
                        "code": "Hm",
                        "conversionRatio": {
                          "minimumPoints": 479,
                          "value": 0.78
                        },
                        "equivAmount": {
                          "currency": "TMT",
                          "value": 222.42
                        },
                        "override": true,
                        "points": 15543,
                        "referenceAmount": {
                          "currency": "IQD",
                          "value": 215.74
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "SEK",
                          "value": 487.56
                        },
                        "code": "ur",
                        "conversionRatio": {
                          "minimumPoints": 188,
                          "value": 0.82
                        },
                        "equivAmount": {
                          "currency": "DJF",
                          "value": 59.64
                        },
                        "override": true,
                        "points": 28522,
                        "referenceAmount": {
                          "currency": "NIO",
                          "value": 117.71
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "HNL",
                          "value": 439.01
                        },
                        "code": "VO",
                        "conversionRatio": {
                          "minimumPoints": 375,
                          "value": 0.56
                        },
                        "equivAmount": {
                          "currency": "SCR",
                          "value": 346.29
                        },
                        "override": false,
                        "points": 34820,
                        "referenceAmount": {
                          "currency": "LRD",
                          "value": 298.63
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "tax": [
                      {
                        "amount": {
                          "currency": "JPY",
                          "value": 238.98
                        },
                        "code": "Gf",
                        "conversionRatio": {
                          "minimumPoints": 210,
                          "value": 0.24
                        },
                        "equivAmount": {
                          "currency": "SCR",
                          "value": 324.42
                        },
                        "override": true,
                        "points": 39349,
                        "referenceAmount": {
                          "currency": "KES",
                          "value": 45.46
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "PEN",
                          "value": 51.74
                        },
                        "code": "me",
                        "conversionRatio": {
                          "minimumPoints": 450,
                          "value": 0.69
                        },
                        "equivAmount": {
                          "currency": "MXN",
                          "value": 347.13
                        },
                        "override": false,
                        "points": 6378,
                        "referenceAmount": {
                          "currency": "MRU",
                          "value": 352.86
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "HTG",
                          "value": 318.27
                        },
                        "code": "Df",
                        "conversionRatio": {
                          "minimumPoints": 667,
                          "value": 0.96
                        },
                        "equivAmount": {
                          "currency": "NGN",
                          "value": 207.25
                        },
                        "override": false,
                        "points": 14704,
                        "referenceAmount": {
                          "currency": "UYU",
                          "value": 86.07
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "total": {
                      "amount": {
                        "currency": "TZS",
                        "value": 488.31
                      },
                      "code": "vO",
                      "conversionRatio": {
                        "minimumPoints": 496,
                        "value": 0.98
                      },
                      "equivAmount": {
                        "currency": "AMD",
                        "value": 371.46
                      },
                      "override": true,
                      "points": 37946,
                      "referenceAmount": {
                        "currency": "DOP",
                        "value": 449.38
                      },
                      "taxType": "PROPORTIONAL"
                    }
                  }
                },
                {
                  "number": 54,
                  "passengerSegmentRef": "43ded13d-7a15-4fbe-aede-187fa6970fda",
                  "priceBreakdown": {
                    "base": {
                      "amount": {
                        "currency": "JPY",
                        "value": 187.89
                      },
                      "code": "cK",
                      "conversionRatio": {
                        "minimumPoints": 511,
                        "value": 0.12
                      },
                      "equivAmount": {
                        "currency": "RWF",
                        "value": 64.05
                      },
                      "override": true,
                      "points": 26154,
                      "referenceAmount": {
                        "currency": "MMK",
                        "value": 306.73
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    "commission": [
                      {
                        "amount": {
                          "currency": "SHP",
                          "value": 456.22
                        },
                        "code": "jV",
                        "conversionRatio": {
                          "minimumPoints": 892,
                          "value": 0.43
                        },
                        "equivAmount": {
                          "currency": "RSD",
                          "value": 95.78
                        },
                        "override": false,
                        "points": 28508,
                        "referenceAmount": {
                          "currency": "SEK",
                          "value": 459.04
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "HNL",
                          "value": 45.09
                        },
                        "code": "RP",
                        "conversionRatio": {
                          "minimumPoints": 433,
                          "value": 0.89
                        },
                        "equivAmount": {
                          "currency": "KMF",
                          "value": 289.87
                        },
                        "override": false,
                        "points": 47202,
                        "referenceAmount": {
                          "currency": "QAR",
                          "value": 403.63
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "SRD",
                          "value": 295.55
                        },
                        "code": "dN",
                        "conversionRatio": {
                          "minimumPoints": 930,
                          "value": 0.57
                        },
                        "equivAmount": {
                          "currency": "BMD",
                          "value": 274.44
                        },
                        "override": true,
                        "points": 39931,
                        "referenceAmount": {
                          "currency": "NGN",
                          "value": 366.4
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "SBD",
                          "value": 169.37
                        },
                        "code": "Zp",
                        "conversionRatio": {
                          "minimumPoints": 811,
                          "value": 0.73
                        },
                        "equivAmount": {
                          "currency": "NZD",
                          "value": 491.77
                        },
                        "override": false,
                        "points": 40174,
                        "referenceAmount": {
                          "currency": "KRW",
                          "value": 401.13
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "discount": [
                      {
                        "amount": {
                          "currency": "AMD",
                          "value": 393.8
                        },
                        "code": "Bd",
                        "conversionRatio": {
                          "minimumPoints": 367,
                          "value": 0.3
                        },
                        "equivAmount": {
                          "currency": "SLE",
                          "value": 329.49
                        },
                        "override": true,
                        "points": 6405,
                        "referenceAmount": {
                          "currency": "BAM",
                          "value": 416.93
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "NZD",
                          "value": 312.65
                        },
                        "code": "Jh",
                        "conversionRatio": {
                          "minimumPoints": 670,
                          "value": 0.87
                        },
                        "equivAmount": {
                          "currency": "UGX",
                          "value": 91.45
                        },
                        "override": false,
                        "points": 37546,
                        "referenceAmount": {
                          "currency": "CNY",
                          "value": 61.76
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "IDR",
                          "value": 450.37
                        },
                        "code": "br",
                        "conversionRatio": {
                          "minimumPoints": 860,
                          "value": 0.68
                        },
                        "equivAmount": {
                          "currency": "KMF",
                          "value": 34.72
                        },
                        "override": false,
                        "points": 22044,
                        "referenceAmount": {
                          "currency": "SOS",
                          "value": 352.96
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "MRU",
                          "value": 383.97
                        },
                        "code": "Eo",
                        "conversionRatio": {
                          "minimumPoints": 116,
                          "value": 0.3
                        },
                        "equivAmount": {
                          "currency": "UGX",
                          "value": 490.12
                        },
                        "override": false,
                        "points": 26720,
                        "referenceAmount": {
                          "currency": "COP",
                          "value": 356.74
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "fee": [
                      {
                        "amount": {
                          "currency": "XPF",
                          "value": 31.8
                        },
                        "code": "fz",
                        "conversionRatio": {
                          "minimumPoints": 462,
                          "value": 0.56
                        },
                        "equivAmount": {
                          "currency": "PLN",
                          "value": 74.54
                        },
                        "override": false,
                        "points": 9472,
                        "referenceAmount": {
                          "currency": "GEL",
                          "value": 30.24
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "CRC",
                          "value": 244.2
                        },
                        "code": "bu",
                        "conversionRatio": {
                          "minimumPoints": 722,
                          "value": 0.55
                        },
                        "equivAmount": {
                          "currency": "PKR",
                          "value": 300.74
                        },
                        "override": false,
                        "points": 11942,
                        "referenceAmount": {
                          "currency": "XPF",
                          "value": 278.33
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "PKR",
                          "value": 9.93
                        },
                        "code": "Zt",
                        "conversionRatio": {
                          "minimumPoints": 307,
                          "value": 0.55
                        },
                        "equivAmount": {
                          "currency": "QAR",
                          "value": 492.69
                        },
                        "override": true,
                        "points": 16265,
                        "referenceAmount": {
                          "currency": "BSD",
                          "value": 203.6
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "surcharge": [
                      {
                        "amount": {
                          "currency": "IRR",
                          "value": 291.57
                        },
                        "code": "AA",
                        "conversionRatio": {
                          "minimumPoints": 331,
                          "value": 0.32
                        },
                        "equivAmount": {
                          "currency": "SAR",
                          "value": 154.03
                        },
                        "override": false,
                        "points": 5141,
                        "referenceAmount": {
                          "currency": "SAR",
                          "value": 22.39
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "SEK",
                          "value": 373.82
                        },
                        "code": "gq",
                        "conversionRatio": {
                          "minimumPoints": 329,
                          "value": 0.92
                        },
                        "equivAmount": {
                          "currency": "BTN",
                          "value": 34.74
                        },
                        "override": false,
                        "points": 26505,
                        "referenceAmount": {
                          "currency": "GNF",
                          "value": 131.86
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "tax": [
                      {
                        "amount": {
                          "currency": "FKP",
                          "value": 266.37
                        },
                        "code": "VY",
                        "conversionRatio": {
                          "minimumPoints": 238,
                          "value": 0.83
                        },
                        "equivAmount": {
                          "currency": "KPW",
                          "value": 461.88
                        },
                        "override": true,
                        "points": 19916,
                        "referenceAmount": {
                          "currency": "ANG",
                          "value": 260.52
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "GEL",
                          "value": 301.27
                        },
                        "code": "Uz",
                        "conversionRatio": {
                          "minimumPoints": 459,
                          "value": 0.33
                        },
                        "equivAmount": {
                          "currency": "CDF",
                          "value": 221.08
                        },
                        "override": true,
                        "points": 49875,
                        "referenceAmount": {
                          "currency": "MRU",
                          "value": 350.06
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "RON",
                          "value": 27.12
                        },
                        "code": "Vp",
                        "conversionRatio": {
                          "minimumPoints": 471,
                          "value": 0.5
                        },
                        "equivAmount": {
                          "currency": "ETB",
                          "value": 169.14
                        },
                        "override": true,
                        "points": 17435,
                        "referenceAmount": {
                          "currency": "IQD",
                          "value": 430.39
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "TOP",
                          "value": 487.49
                        },
                        "code": "KL",
                        "conversionRatio": {
                          "minimumPoints": 387,
                          "value": 0.17
                        },
                        "equivAmount": {
                          "currency": "RUB",
                          "value": 167.92
                        },
                        "override": true,
                        "points": 43477,
                        "referenceAmount": {
                          "currency": "UZS",
                          "value": 332.16
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "total": {
                      "amount": {
                        "currency": "NPR",
                        "value": 434.16
                      },
                      "code": "DZ",
                      "conversionRatio": {
                        "minimumPoints": 572,
                        "value": 0.86
                      },
                      "equivAmount": {
                        "currency": "UAH",
                        "value": 301.98
                      },
                      "override": false,
                      "points": 16058,
                      "referenceAmount": {
                        "currency": "EGP",
                        "value": 255.68
                      },
                      "taxType": "FLAT"
                    }
                  }
                }
              ],
              "airExtraRefs": [
                "id01",
                "id02"
              ],
              "id": "ec793a15-0f15-4d3d-b64e-be070314f179",
              "issueDate": "2025-11-16T00:00:00.0Z",
              "number": "3896497589626",
              "paymentRefs": [
                "id01",
                "id02"
              ],
              "priceBreakdown": {
                "base": {
                  "amount": {
                    "currency": "ETB",
                    "value": 28.49
                  },
                  "code": "Qa",
                  "conversionRatio": {
                    "minimumPoints": 858,
                    "value": 0.45
                  },
                  "equivAmount": {
                    "currency": "MKD",
                    "value": 97.24
                  },
                  "override": true,
                  "points": 34659,
                  "referenceAmount": {
                    "currency": "SLE",
                    "value": 118.05
                  },
                  "taxType": "FLAT"
                },
                "commission": [
                  {
                    "amount": {
                      "currency": "CAD",
                      "value": 453.28
                    },
                    "code": "FH",
                    "conversionRatio": {
                      "minimumPoints": 183,
                      "value": 0.43
                    },
                    "equivAmount": {
                      "currency": "DZD",
                      "value": 123.86
                    },
                    "override": false,
                    "points": 46589,
                    "referenceAmount": {
                      "currency": "MVR",
                      "value": 159.35
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "MUR",
                      "value": 461.47
                    },
                    "code": "yx",
                    "conversionRatio": {
                      "minimumPoints": 901,
                      "value": 0.73
                    },
                    "equivAmount": {
                      "currency": "BND",
                      "value": 265.94
                    },
                    "override": false,
                    "points": 46126,
                    "referenceAmount": {
                      "currency": "BHD",
                      "value": 19.46
                    },
                    "taxType": "PROPORTIONAL"
                  }
                ],
                "discount": [
                  {
                    "amount": {
                      "currency": "TND",
                      "value": 398.29
                    },
                    "code": "ON",
                    "conversionRatio": {
                      "minimumPoints": 677,
                      "value": 0.77
                    },
                    "equivAmount": {
                      "currency": "ETB",
                      "value": 462.97
                    },
                    "override": true,
                    "points": 42001,
                    "referenceAmount": {
                      "currency": "KPW",
                      "value": 398.73
                    },
                    "taxType": "FLAT"
                  }
                ],
                "fee": [
                  {
                    "amount": {
                      "currency": "RSD",
                      "value": 229.55
                    },
                    "code": "vf",
                    "conversionRatio": {
                      "minimumPoints": 649,
                      "value": 0.85
                    },
                    "equivAmount": {
                      "currency": "XPF",
                      "value": 31.98
                    },
                    "override": false,
                    "points": 5553,
                    "referenceAmount": {
                      "currency": "NPR",
                      "value": 450.29
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "NIO",
                      "value": 162.89
                    },
                    "code": "aH",
                    "conversionRatio": {
                      "minimumPoints": 282,
                      "value": 0.13
                    },
                    "equivAmount": {
                      "currency": "EUR",
                      "value": 164.01
                    },
                    "override": true,
                    "points": 38292,
                    "referenceAmount": {
                      "currency": "ILS",
                      "value": 116.07
                    },
                    "taxType": "FLAT"
                  }
                ],
                "surcharge": [
                  {
                    "amount": {
                      "currency": "DKK",
                      "value": 494.81
                    },
                    "code": "Ob",
                    "conversionRatio": {
                      "minimumPoints": 907,
                      "value": 0.61
                    },
                    "equivAmount": {
                      "currency": "HKD",
                      "value": 255.13
                    },
                    "override": false,
                    "points": 28706,
                    "referenceAmount": {
                      "currency": "LSL",
                      "value": 272.09
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "BTN",
                      "value": 146.64
                    },
                    "code": "FT",
                    "conversionRatio": {
                      "minimumPoints": 575,
                      "value": 0.21
                    },
                    "equivAmount": {
                      "currency": "TWD",
                      "value": 138.76
                    },
                    "override": false,
                    "points": 4807,
                    "referenceAmount": {
                      "currency": "CLP",
                      "value": 79.36
                    },
                    "taxType": "FLAT"
                  }
                ],
                "tax": [
                  {
                    "amount": {
                      "currency": "ILS",
                      "value": 429.7
                    },
                    "code": "zP",
                    "conversionRatio": {
                      "minimumPoints": 505,
                      "value": 0.82
                    },
                    "equivAmount": {
                      "currency": "EGP",
                      "value": 414.18
                    },
                    "override": false,
                    "points": 16039,
                    "referenceAmount": {
                      "currency": "GYD",
                      "value": 68.68
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "ZMW",
                      "value": 147.29
                    },
                    "code": "Je",
                    "conversionRatio": {
                      "minimumPoints": 119,
                      "value": 0.93
                    },
                    "equivAmount": {
                      "currency": "KGS",
                      "value": 388.92
                    },
                    "override": false,
                    "points": 42550,
                    "referenceAmount": {
                      "currency": "JPY",
                      "value": 107.79
                    },
                    "taxType": "PROPORTIONAL"
                  }
                ],
                "total": {
                  "amount": {
                    "currency": "RUB",
                    "value": 418.47
                  },
                  "code": "ix",
                  "conversionRatio": {
                    "minimumPoints": 818,
                    "value": 0.6
                  },
                  "equivAmount": {
                    "currency": "ZWL",
                    "value": 215.74
                  },
                  "override": true,
                  "points": 23321,
                  "referenceAmount": {
                    "currency": "DOP",
                    "value": 218.04
                  },
                  "taxType": "PROPORTIONAL"
                }
              },
              "type": "ELECTRONIC_MISC_DOCUMENT"
            },
            {
              "airExtraDocumentCoupon": [
                {
                  "number": 41,
                  "passengerSegmentRef": "29286a23-9960-410f-93a6-7bd413b03c3c",
                  "priceBreakdown": {
                    "base": {
                      "amount": {
                        "currency": "LAK",
                        "value": 494.97
                      },
                      "code": "tr",
                      "conversionRatio": {
                        "minimumPoints": 743,
                        "value": 0.14
                      },
                      "equivAmount": {
                        "currency": "LSL",
                        "value": 384.44
                      },
                      "override": true,
                      "points": 5108,
                      "referenceAmount": {
                        "currency": "LSL",
                        "value": 41
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    "commission": [
                      {
                        "amount": {
                          "currency": "CHF",
                          "value": 184.5
                        },
                        "code": "zU",
                        "conversionRatio": {
                          "minimumPoints": 212,
                          "value": 0.47
                        },
                        "equivAmount": {
                          "currency": "BHD",
                          "value": 39.94
                        },
                        "override": false,
                        "points": 10406,
                        "referenceAmount": {
                          "currency": "THB",
                          "value": 450.9
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "XOF",
                          "value": 415.24
                        },
                        "code": "Dc",
                        "conversionRatio": {
                          "minimumPoints": 292,
                          "value": 0.7
                        },
                        "equivAmount": {
                          "currency": "IQD",
                          "value": 123.04
                        },
                        "override": false,
                        "points": 23897,
                        "referenceAmount": {
                          "currency": "ZWL",
                          "value": 188.03
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "PLN",
                          "value": 17.17
                        },
                        "code": "AH",
                        "conversionRatio": {
                          "minimumPoints": 181,
                          "value": 0.15
                        },
                        "equivAmount": {
                          "currency": "LRD",
                          "value": 27.59
                        },
                        "override": false,
                        "points": 39248,
                        "referenceAmount": {
                          "currency": "XOF",
                          "value": 218.55
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "KES",
                          "value": 23.78
                        },
                        "code": "Gm",
                        "conversionRatio": {
                          "minimumPoints": 238,
                          "value": 0.18
                        },
                        "equivAmount": {
                          "currency": "TOP",
                          "value": 457.07
                        },
                        "override": true,
                        "points": 16855,
                        "referenceAmount": {
                          "currency": "AED",
                          "value": 90.04
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "discount": [
                      {
                        "amount": {
                          "currency": "HTG",
                          "value": 411.25
                        },
                        "code": "oQ",
                        "conversionRatio": {
                          "minimumPoints": 419,
                          "value": 0.8
                        },
                        "equivAmount": {
                          "currency": "FKP",
                          "value": 79.82
                        },
                        "override": true,
                        "points": 13365,
                        "referenceAmount": {
                          "currency": "IQD",
                          "value": 53.38
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "BND",
                          "value": 198.8
                        },
                        "code": "bw",
                        "conversionRatio": {
                          "minimumPoints": 804,
                          "value": 0.56
                        },
                        "equivAmount": {
                          "currency": "SLE",
                          "value": 117.77
                        },
                        "override": true,
                        "points": 16145,
                        "referenceAmount": {
                          "currency": "GHS",
                          "value": 96.32
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "ETB",
                          "value": 98.04
                        },
                        "code": "zQ",
                        "conversionRatio": {
                          "minimumPoints": 196,
                          "value": 0.77
                        },
                        "equivAmount": {
                          "currency": "LAK",
                          "value": 112.29
                        },
                        "override": true,
                        "points": 43447,
                        "referenceAmount": {
                          "currency": "CAD",
                          "value": 243.39
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "PKR",
                          "value": 135.35
                        },
                        "code": "ds",
                        "conversionRatio": {
                          "minimumPoints": 334,
                          "value": 0.31
                        },
                        "equivAmount": {
                          "currency": "JPY",
                          "value": 357.92
                        },
                        "override": true,
                        "points": 16335,
                        "referenceAmount": {
                          "currency": "LRD",
                          "value": 150.54
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "fee": [
                      {
                        "amount": {
                          "currency": "EGP",
                          "value": 58.84
                        },
                        "code": "MH",
                        "conversionRatio": {
                          "minimumPoints": 681,
                          "value": 0.72
                        },
                        "equivAmount": {
                          "currency": "SOS",
                          "value": 405.83
                        },
                        "override": false,
                        "points": 13973,
                        "referenceAmount": {
                          "currency": "MKD",
                          "value": 380.33
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "GEL",
                          "value": 334.49
                        },
                        "code": "UB",
                        "conversionRatio": {
                          "minimumPoints": 241,
                          "value": 0.63
                        },
                        "equivAmount": {
                          "currency": "BMD",
                          "value": 238.44
                        },
                        "override": false,
                        "points": 23892,
                        "referenceAmount": {
                          "currency": "ETB",
                          "value": 411.61
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "surcharge": [
                      {
                        "amount": {
                          "currency": "YER",
                          "value": 482.35
                        },
                        "code": "ix",
                        "conversionRatio": {
                          "minimumPoints": 903,
                          "value": 0.98
                        },
                        "equivAmount": {
                          "currency": "BWP",
                          "value": 351.71
                        },
                        "override": true,
                        "points": 17160,
                        "referenceAmount": {
                          "currency": "ETB",
                          "value": 378.48
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "GNF",
                          "value": 478.23
                        },
                        "code": "Wa",
                        "conversionRatio": {
                          "minimumPoints": 283,
                          "value": 0.34
                        },
                        "equivAmount": {
                          "currency": "NPR",
                          "value": 99.28
                        },
                        "override": false,
                        "points": 49228,
                        "referenceAmount": {
                          "currency": "GEL",
                          "value": 123.2
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "tax": [
                      {
                        "amount": {
                          "currency": "THB",
                          "value": 300.81
                        },
                        "code": "RP",
                        "conversionRatio": {
                          "minimumPoints": 850,
                          "value": 0.68
                        },
                        "equivAmount": {
                          "currency": "GYD",
                          "value": 394.47
                        },
                        "override": true,
                        "points": 23996,
                        "referenceAmount": {
                          "currency": "CHF",
                          "value": 68.76
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "BIF",
                          "value": 477.26
                        },
                        "code": "Co",
                        "conversionRatio": {
                          "minimumPoints": 207,
                          "value": 0.21
                        },
                        "equivAmount": {
                          "currency": "UAH",
                          "value": 392.61
                        },
                        "override": false,
                        "points": 16630,
                        "referenceAmount": {
                          "currency": "BOB",
                          "value": 364.29
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "BHD",
                          "value": 495.16
                        },
                        "code": "UD",
                        "conversionRatio": {
                          "minimumPoints": 741,
                          "value": 0.11
                        },
                        "equivAmount": {
                          "currency": "SBD",
                          "value": 368.27
                        },
                        "override": false,
                        "points": 41096,
                        "referenceAmount": {
                          "currency": "UGX",
                          "value": 110.28
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "ZAR",
                          "value": 476.53
                        },
                        "code": "hl",
                        "conversionRatio": {
                          "minimumPoints": 431,
                          "value": 0.89
                        },
                        "equivAmount": {
                          "currency": "HKD",
                          "value": 252.53
                        },
                        "override": false,
                        "points": 45697,
                        "referenceAmount": {
                          "currency": "GTQ",
                          "value": 374.78
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "EUR",
                          "value": 462.53
                        },
                        "code": "lT",
                        "conversionRatio": {
                          "minimumPoints": 320,
                          "value": 0.46
                        },
                        "equivAmount": {
                          "currency": "UGX",
                          "value": 364.47
                        },
                        "override": false,
                        "points": 7732,
                        "referenceAmount": {
                          "currency": "BTN",
                          "value": 45.75
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "total": {
                      "amount": {
                        "currency": "MGA",
                        "value": 302.01
                      },
                      "code": "hr",
                      "conversionRatio": {
                        "minimumPoints": 637,
                        "value": 0.75
                      },
                      "equivAmount": {
                        "currency": "YER",
                        "value": 169.64
                      },
                      "override": true,
                      "points": 7974,
                      "referenceAmount": {
                        "currency": "BRL",
                        "value": 482.03
                      },
                      "taxType": "FLAT"
                    }
                  }
                },
                {
                  "number": 66,
                  "passengerSegmentRef": "ee8b1fb4-f0a7-448c-838b-4cc1dc83e0cd",
                  "priceBreakdown": {
                    "base": {
                      "amount": {
                        "currency": "SSP",
                        "value": 296.59
                      },
                      "code": "MV",
                      "conversionRatio": {
                        "minimumPoints": 668,
                        "value": 0.49
                      },
                      "equivAmount": {
                        "currency": "DJF",
                        "value": 302.57
                      },
                      "override": false,
                      "points": 43757,
                      "referenceAmount": {
                        "currency": "FKP",
                        "value": 361.38
                      },
                      "taxType": "FLAT"
                    },
                    "commission": [
                      {
                        "amount": {
                          "currency": "INR",
                          "value": 20.45
                        },
                        "code": "Oe",
                        "conversionRatio": {
                          "minimumPoints": 966,
                          "value": 0.52
                        },
                        "equivAmount": {
                          "currency": "MWK",
                          "value": 314.81
                        },
                        "override": false,
                        "points": 35177,
                        "referenceAmount": {
                          "currency": "MKD",
                          "value": 397.62
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "discount": [
                      {
                        "amount": {
                          "currency": "MNT",
                          "value": 411.59
                        },
                        "code": "ds",
                        "conversionRatio": {
                          "minimumPoints": 142,
                          "value": 0.95
                        },
                        "equivAmount": {
                          "currency": "COP",
                          "value": 128.11
                        },
                        "override": false,
                        "points": 44557,
                        "referenceAmount": {
                          "currency": "GTQ",
                          "value": 414.58
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "TWD",
                          "value": 376.86
                        },
                        "code": "HT",
                        "conversionRatio": {
                          "minimumPoints": 720,
                          "value": 0.12
                        },
                        "equivAmount": {
                          "currency": "TJS",
                          "value": 61.51
                        },
                        "override": false,
                        "points": 17789,
                        "referenceAmount": {
                          "currency": "AFN",
                          "value": 128.22
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "LKR",
                          "value": 293.5
                        },
                        "code": "uG",
                        "conversionRatio": {
                          "minimumPoints": 959,
                          "value": 0.14
                        },
                        "equivAmount": {
                          "currency": "NAD",
                          "value": 97.86
                        },
                        "override": true,
                        "points": 3981,
                        "referenceAmount": {
                          "currency": "BOB",
                          "value": 27.71
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "UAH",
                          "value": 269.89
                        },
                        "code": "Mk",
                        "conversionRatio": {
                          "minimumPoints": 480,
                          "value": 0.69
                        },
                        "equivAmount": {
                          "currency": "AFN",
                          "value": 392.57
                        },
                        "override": true,
                        "points": 36990,
                        "referenceAmount": {
                          "currency": "ANG",
                          "value": 161.62
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "KZT",
                          "value": 223.89
                        },
                        "code": "lb",
                        "conversionRatio": {
                          "minimumPoints": 556,
                          "value": 0.32
                        },
                        "equivAmount": {
                          "currency": "LSL",
                          "value": 332.09
                        },
                        "override": true,
                        "points": 15827,
                        "referenceAmount": {
                          "currency": "EUR",
                          "value": 267.52
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "fee": [
                      {
                        "amount": {
                          "currency": "CDF",
                          "value": 294.03
                        },
                        "code": "oX",
                        "conversionRatio": {
                          "minimumPoints": 657,
                          "value": 0.9
                        },
                        "equivAmount": {
                          "currency": "GIP",
                          "value": 437.16
                        },
                        "override": true,
                        "points": 47705,
                        "referenceAmount": {
                          "currency": "GEL",
                          "value": 11.06
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "CLP",
                          "value": 378.92
                        },
                        "code": "At",
                        "conversionRatio": {
                          "minimumPoints": 372,
                          "value": 0.96
                        },
                        "equivAmount": {
                          "currency": "BTN",
                          "value": 427.57
                        },
                        "override": true,
                        "points": 41015,
                        "referenceAmount": {
                          "currency": "PLN",
                          "value": 266.56
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "ALL",
                          "value": 387.95
                        },
                        "code": "uE",
                        "conversionRatio": {
                          "minimumPoints": 517,
                          "value": 0.1
                        },
                        "equivAmount": {
                          "currency": "MYR",
                          "value": 68.81
                        },
                        "override": true,
                        "points": 21641,
                        "referenceAmount": {
                          "currency": "PEN",
                          "value": 87.11
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "surcharge": [
                      {
                        "amount": {
                          "currency": "ARS",
                          "value": 225.05
                        },
                        "code": "py",
                        "conversionRatio": {
                          "minimumPoints": 295,
                          "value": 0.84
                        },
                        "equivAmount": {
                          "currency": "MDL",
                          "value": 210.02
                        },
                        "override": true,
                        "points": 6228,
                        "referenceAmount": {
                          "currency": "HKD",
                          "value": 459.69
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "ALL",
                          "value": 435.85
                        },
                        "code": "Fd",
                        "conversionRatio": {
                          "minimumPoints": 451,
                          "value": 0.68
                        },
                        "equivAmount": {
                          "currency": "INR",
                          "value": 487.55
                        },
                        "override": true,
                        "points": 19812,
                        "referenceAmount": {
                          "currency": "DZD",
                          "value": 338.88
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "PLN",
                          "value": 255.99
                        },
                        "code": "oH",
                        "conversionRatio": {
                          "minimumPoints": 878,
                          "value": 0.73
                        },
                        "equivAmount": {
                          "currency": "RUB",
                          "value": 64.39
                        },
                        "override": true,
                        "points": 43435,
                        "referenceAmount": {
                          "currency": "BRL",
                          "value": 470.12
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "BRL",
                          "value": 461.6
                        },
                        "code": "oT",
                        "conversionRatio": {
                          "minimumPoints": 922,
                          "value": 0.14
                        },
                        "equivAmount": {
                          "currency": "AMD",
                          "value": 413.69
                        },
                        "override": true,
                        "points": 10737,
                        "referenceAmount": {
                          "currency": "IDR",
                          "value": 394.12
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "tax": [
                      {
                        "amount": {
                          "currency": "BOB",
                          "value": 347.91
                        },
                        "code": "UL",
                        "conversionRatio": {
                          "minimumPoints": 537,
                          "value": 0.6
                        },
                        "equivAmount": {
                          "currency": "PGK",
                          "value": 213.42
                        },
                        "override": true,
                        "points": 19346,
                        "referenceAmount": {
                          "currency": "YER",
                          "value": 83.54
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "TTD",
                          "value": 295.86
                        },
                        "code": "MM",
                        "conversionRatio": {
                          "minimumPoints": 246,
                          "value": 0.79
                        },
                        "equivAmount": {
                          "currency": "BSD",
                          "value": 110.14
                        },
                        "override": false,
                        "points": 41023,
                        "referenceAmount": {
                          "currency": "TRY",
                          "value": 64.65
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "BYN",
                          "value": 200.05
                        },
                        "code": "BP",
                        "conversionRatio": {
                          "minimumPoints": 265,
                          "value": 0.64
                        },
                        "equivAmount": {
                          "currency": "XOF",
                          "value": 217.56
                        },
                        "override": true,
                        "points": 26417,
                        "referenceAmount": {
                          "currency": "AED",
                          "value": 130.76
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "SZL",
                          "value": 215.8
                        },
                        "code": "Xh",
                        "conversionRatio": {
                          "minimumPoints": 611,
                          "value": 0.92
                        },
                        "equivAmount": {
                          "currency": "AFN",
                          "value": 430.89
                        },
                        "override": true,
                        "points": 24124,
                        "referenceAmount": {
                          "currency": "LKR",
                          "value": 403.79
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "BHD",
                          "value": 488.88
                        },
                        "code": "Rt",
                        "conversionRatio": {
                          "minimumPoints": 209,
                          "value": 0.63
                        },
                        "equivAmount": {
                          "currency": "ALL",
                          "value": 70.2
                        },
                        "override": false,
                        "points": 26814,
                        "referenceAmount": {
                          "currency": "JPY",
                          "value": 29.59
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "total": {
                      "amount": {
                        "currency": "RWF",
                        "value": 345.85
                      },
                      "code": "oD",
                      "conversionRatio": {
                        "minimumPoints": 237,
                        "value": 0.61
                      },
                      "equivAmount": {
                        "currency": "BIF",
                        "value": 423.56
                      },
                      "override": false,
                      "points": 20380,
                      "referenceAmount": {
                        "currency": "SYP",
                        "value": 482.48
                      },
                      "taxType": "PROPORTIONAL"
                    }
                  }
                }
              ],
              "airExtraRefs": [
                "id01",
                "id02"
              ],
              "id": "68399c1b-b24b-4fee-8633-7b137271b403",
              "issueDate": "2025-08-08T00:00:00.0Z",
              "number": "7304137618271",
              "paymentRefs": [
                "id01",
                "id02"
              ],
              "priceBreakdown": {
                "base": {
                  "amount": {
                    "currency": "KZT",
                    "value": 84.9
                  },
                  "code": "Iw",
                  "conversionRatio": {
                    "minimumPoints": 703,
                    "value": 0.19
                  },
                  "equivAmount": {
                    "currency": "TZS",
                    "value": 119.74
                  },
                  "override": true,
                  "points": 45746,
                  "referenceAmount": {
                    "currency": "SEK",
                    "value": 439.27
                  },
                  "taxType": "FLAT"
                },
                "commission": [
                  {
                    "amount": {
                      "currency": "AWG",
                      "value": 188.62
                    },
                    "code": "CF",
                    "conversionRatio": {
                      "minimumPoints": 204,
                      "value": 0.48
                    },
                    "equivAmount": {
                      "currency": "LAK",
                      "value": 364.85
                    },
                    "override": true,
                    "points": 32155,
                    "referenceAmount": {
                      "currency": "XPF",
                      "value": 479.3
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "DKK",
                      "value": 135.54
                    },
                    "code": "BD",
                    "conversionRatio": {
                      "minimumPoints": 670,
                      "value": 0.56
                    },
                    "equivAmount": {
                      "currency": "BWP",
                      "value": 484.85
                    },
                    "override": false,
                    "points": 15931,
                    "referenceAmount": {
                      "currency": "MZN",
                      "value": 348.57
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "XOF",
                      "value": 438.79
                    },
                    "code": "ZZ",
                    "conversionRatio": {
                      "minimumPoints": 725,
                      "value": 0.33
                    },
                    "equivAmount": {
                      "currency": "GBP",
                      "value": 116.5
                    },
                    "override": false,
                    "points": 38427,
                    "referenceAmount": {
                      "currency": "TMT",
                      "value": 81.01
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "TRY",
                      "value": 151.07
                    },
                    "code": "YF",
                    "conversionRatio": {
                      "minimumPoints": 669,
                      "value": 0.98
                    },
                    "equivAmount": {
                      "currency": "UGX",
                      "value": 26.59
                    },
                    "override": false,
                    "points": 37866,
                    "referenceAmount": {
                      "currency": "BTN",
                      "value": 455.77
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "SCR",
                      "value": 411.51
                    },
                    "code": "Xq",
                    "conversionRatio": {
                      "minimumPoints": 757,
                      "value": 0.22
                    },
                    "equivAmount": {
                      "currency": "SRD",
                      "value": 100.47
                    },
                    "override": true,
                    "points": 14702,
                    "referenceAmount": {
                      "currency": "LRD",
                      "value": 487.3
                    },
                    "taxType": "FLAT"
                  }
                ],
                "discount": [
                  {
                    "amount": {
                      "currency": "UYU",
                      "value": 36.21
                    },
                    "code": "Gw",
                    "conversionRatio": {
                      "minimumPoints": 892,
                      "value": 0.87
                    },
                    "equivAmount": {
                      "currency": "RON",
                      "value": 78.33
                    },
                    "override": false,
                    "points": 2100,
                    "referenceAmount": {
                      "currency": "KZT",
                      "value": 468.98
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "BDT",
                      "value": 267.15
                    },
                    "code": "Fy",
                    "conversionRatio": {
                      "minimumPoints": 354,
                      "value": 0.8
                    },
                    "equivAmount": {
                      "currency": "MDL",
                      "value": 445.83
                    },
                    "override": true,
                    "points": 23027,
                    "referenceAmount": {
                      "currency": "AFN",
                      "value": 50.87
                    },
                    "taxType": "PROPORTIONAL"
                  }
                ],
                "fee": [
                  {
                    "amount": {
                      "currency": "CNY",
                      "value": 38.39
                    },
                    "code": "qi",
                    "conversionRatio": {
                      "minimumPoints": 405,
                      "value": 0.21
                    },
                    "equivAmount": {
                      "currency": "CNY",
                      "value": 267.39
                    },
                    "override": false,
                    "points": 6385,
                    "referenceAmount": {
                      "currency": "FJD",
                      "value": 384
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "UAH",
                      "value": 158.73
                    },
                    "code": "GW",
                    "conversionRatio": {
                      "minimumPoints": 140,
                      "value": 0.57
                    },
                    "equivAmount": {
                      "currency": "EGP",
                      "value": 5.9
                    },
                    "override": true,
                    "points": 28661,
                    "referenceAmount": {
                      "currency": "AFN",
                      "value": 64.4
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "VND",
                      "value": 162.37
                    },
                    "code": "ij",
                    "conversionRatio": {
                      "minimumPoints": 187,
                      "value": 0.25
                    },
                    "equivAmount": {
                      "currency": "JPY",
                      "value": 116.28
                    },
                    "override": false,
                    "points": 39747,
                    "referenceAmount": {
                      "currency": "ZMW",
                      "value": 446
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "TOP",
                      "value": 293.98
                    },
                    "code": "Gw",
                    "conversionRatio": {
                      "minimumPoints": 788,
                      "value": 0.68
                    },
                    "equivAmount": {
                      "currency": "NGN",
                      "value": 73.77
                    },
                    "override": false,
                    "points": 2002,
                    "referenceAmount": {
                      "currency": "BOB",
                      "value": 105.86
                    },
                    "taxType": "FLAT"
                  }
                ],
                "surcharge": [
                  {
                    "amount": {
                      "currency": "LSL",
                      "value": 18.22
                    },
                    "code": "TO",
                    "conversionRatio": {
                      "minimumPoints": 541,
                      "value": 0.8
                    },
                    "equivAmount": {
                      "currency": "SRD",
                      "value": 354.16
                    },
                    "override": true,
                    "points": 27665,
                    "referenceAmount": {
                      "currency": "MOP",
                      "value": 344.36
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "TOP",
                      "value": 56.53
                    },
                    "code": "NC",
                    "conversionRatio": {
                      "minimumPoints": 392,
                      "value": 0.89
                    },
                    "equivAmount": {
                      "currency": "NAD",
                      "value": 270.07
                    },
                    "override": true,
                    "points": 23464,
                    "referenceAmount": {
                      "currency": "RWF",
                      "value": 454.46
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "FJD",
                      "value": 243.08
                    },
                    "code": "kk",
                    "conversionRatio": {
                      "minimumPoints": 271,
                      "value": 0.12
                    },
                    "equivAmount": {
                      "currency": "PLN",
                      "value": 81.34
                    },
                    "override": false,
                    "points": 10484,
                    "referenceAmount": {
                      "currency": "WST",
                      "value": 295.38
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "ZMW",
                      "value": 168.86
                    },
                    "code": "LJ",
                    "conversionRatio": {
                      "minimumPoints": 100,
                      "value": 0.1
                    },
                    "equivAmount": {
                      "currency": "HTG",
                      "value": 299.9
                    },
                    "override": false,
                    "points": 20388,
                    "referenceAmount": {
                      "currency": "BAM",
                      "value": 107.37
                    },
                    "taxType": "FLAT"
                  }
                ],
                "tax": [
                  {
                    "amount": {
                      "currency": "NPR",
                      "value": 79.83
                    },
                    "code": "JS",
                    "conversionRatio": {
                      "minimumPoints": 357,
                      "value": 0.77
                    },
                    "equivAmount": {
                      "currency": "SRD",
                      "value": 453.91
                    },
                    "override": false,
                    "points": 40692,
                    "referenceAmount": {
                      "currency": "INR",
                      "value": 244.43
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "TWD",
                      "value": 155.83
                    },
                    "code": "IH",
                    "conversionRatio": {
                      "minimumPoints": 866,
                      "value": 0.96
                    },
                    "equivAmount": {
                      "currency": "PHP",
                      "value": 120.4
                    },
                    "override": false,
                    "points": 7911,
                    "referenceAmount": {
                      "currency": "BTN",
                      "value": 206.55
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "OMR",
                      "value": 350.74
                    },
                    "code": "kK",
                    "conversionRatio": {
                      "minimumPoints": 916,
                      "value": 0.68
                    },
                    "equivAmount": {
                      "currency": "CAD",
                      "value": 71.04
                    },
                    "override": true,
                    "points": 10454,
                    "referenceAmount": {
                      "currency": "NGN",
                      "value": 151.19
                    },
                    "taxType": "PROPORTIONAL"
                  }
                ],
                "total": {
                  "amount": {
                    "currency": "CDF",
                    "value": 231.89
                  },
                  "code": "Is",
                  "conversionRatio": {
                    "minimumPoints": 615,
                    "value": 0.99
                  },
                  "equivAmount": {
                    "currency": "TND",
                    "value": 368.92
                  },
                  "override": false,
                  "points": 34591,
                  "referenceAmount": {
                    "currency": "HNL",
                    "value": 234.33
                  },
                  "taxType": "PROPORTIONAL"
                }
              },
              "type": "MISCELLANEOUS_RECORD"
            },
            {
              "airExtraDocumentCoupon": [
                {
                  "number": 30,
                  "passengerSegmentRef": "99f749f8-6f8e-4cf2-a826-6b0e336ab1d6",
                  "priceBreakdown": {
                    "base": {
                      "amount": {
                        "currency": "IRR",
                        "value": 187.28
                      },
                      "code": "JU",
                      "conversionRatio": {
                        "minimumPoints": 663,
                        "value": 0.17
                      },
                      "equivAmount": {
                        "currency": "MVR",
                        "value": 304.97
                      },
                      "override": false,
                      "points": 41396,
                      "referenceAmount": {
                        "currency": "LRD",
                        "value": 302.08
                      },
                      "taxType": "FLAT"
                    },
                    "commission": [
                      {
                        "amount": {
                          "currency": "SDG",
                          "value": 9.1
                        },
                        "code": "sH",
                        "conversionRatio": {
                          "minimumPoints": 147,
                          "value": 0.52
                        },
                        "equivAmount": {
                          "currency": "ARS",
                          "value": 51.19
                        },
                        "override": true,
                        "points": 2610,
                        "referenceAmount": {
                          "currency": "TTD",
                          "value": 440.64
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "MZN",
                          "value": 93.27
                        },
                        "code": "Nc",
                        "conversionRatio": {
                          "minimumPoints": 658,
                          "value": 0.3
                        },
                        "equivAmount": {
                          "currency": "ILS",
                          "value": 8.72
                        },
                        "override": false,
                        "points": 18559,
                        "referenceAmount": {
                          "currency": "FKP",
                          "value": 6.71
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "discount": [
                      {
                        "amount": {
                          "currency": "BHD",
                          "value": 232.44
                        },
                        "code": "Di",
                        "conversionRatio": {
                          "minimumPoints": 668,
                          "value": 0.82
                        },
                        "equivAmount": {
                          "currency": "LKR",
                          "value": 319.26
                        },
                        "override": true,
                        "points": 23844,
                        "referenceAmount": {
                          "currency": "MVR",
                          "value": 66.95
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "BTN",
                          "value": 291.73
                        },
                        "code": "OK",
                        "conversionRatio": {
                          "minimumPoints": 953,
                          "value": 0.39
                        },
                        "equivAmount": {
                          "currency": "XAF",
                          "value": 401.3
                        },
                        "override": false,
                        "points": 24199,
                        "referenceAmount": {
                          "currency": "BZD",
                          "value": 371.94
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "fee": [
                      {
                        "amount": {
                          "currency": "KWD",
                          "value": 388.94
                        },
                        "code": "Om",
                        "conversionRatio": {
                          "minimumPoints": 970,
                          "value": 0.73
                        },
                        "equivAmount": {
                          "currency": "DJF",
                          "value": 90.35
                        },
                        "override": false,
                        "points": 17651,
                        "referenceAmount": {
                          "currency": "RUB",
                          "value": 262.24
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "ERN",
                          "value": 114.97
                        },
                        "code": "qT",
                        "conversionRatio": {
                          "minimumPoints": 842,
                          "value": 0.84
                        },
                        "equivAmount": {
                          "currency": "INR",
                          "value": 39.21
                        },
                        "override": false,
                        "points": 3700,
                        "referenceAmount": {
                          "currency": "SZL",
                          "value": 50.73
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "AED",
                          "value": 87.67
                        },
                        "code": "Ig",
                        "conversionRatio": {
                          "minimumPoints": 188,
                          "value": 0.34
                        },
                        "equivAmount": {
                          "currency": "XPF",
                          "value": 311.54
                        },
                        "override": false,
                        "points": 4812,
                        "referenceAmount": {
                          "currency": "VND",
                          "value": 40.61
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "SDG",
                          "value": 34.14
                        },
                        "code": "mH",
                        "conversionRatio": {
                          "minimumPoints": 880,
                          "value": 0.15
                        },
                        "equivAmount": {
                          "currency": "IDR",
                          "value": 128.26
                        },
                        "override": true,
                        "points": 12019,
                        "referenceAmount": {
                          "currency": "GEL",
                          "value": 377.46
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "MNT",
                          "value": 222.75
                        },
                        "code": "KO",
                        "conversionRatio": {
                          "minimumPoints": 333,
                          "value": 0.79
                        },
                        "equivAmount": {
                          "currency": "GEL",
                          "value": 243.94
                        },
                        "override": true,
                        "points": 41043,
                        "referenceAmount": {
                          "currency": "RWF",
                          "value": 112.16
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "surcharge": [
                      {
                        "amount": {
                          "currency": "SEK",
                          "value": 142.49
                        },
                        "code": "Zp",
                        "conversionRatio": {
                          "minimumPoints": 522,
                          "value": 0.67
                        },
                        "equivAmount": {
                          "currency": "XAF",
                          "value": 143.85
                        },
                        "override": false,
                        "points": 9744,
                        "referenceAmount": {
                          "currency": "BIF",
                          "value": 376.14
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "AED",
                          "value": 182.97
                        },
                        "code": "ql",
                        "conversionRatio": {
                          "minimumPoints": 986,
                          "value": 0.22
                        },
                        "equivAmount": {
                          "currency": "MZN",
                          "value": 387.52
                        },
                        "override": false,
                        "points": 41161,
                        "referenceAmount": {
                          "currency": "PYG",
                          "value": 103.9
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "GBP",
                          "value": 365
                        },
                        "code": "JY",
                        "conversionRatio": {
                          "minimumPoints": 925,
                          "value": 0.19
                        },
                        "equivAmount": {
                          "currency": "GTQ",
                          "value": 421.29
                        },
                        "override": true,
                        "points": 30510,
                        "referenceAmount": {
                          "currency": "DJF",
                          "value": 481.68
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "EGP",
                          "value": 215.3
                        },
                        "code": "mL",
                        "conversionRatio": {
                          "minimumPoints": 662,
                          "value": 0.37
                        },
                        "equivAmount": {
                          "currency": "PKR",
                          "value": 444.56
                        },
                        "override": true,
                        "points": 35053,
                        "referenceAmount": {
                          "currency": "GNF",
                          "value": 183.45
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "ILS",
                          "value": 212.48
                        },
                        "code": "Fh",
                        "conversionRatio": {
                          "minimumPoints": 524,
                          "value": 0.98
                        },
                        "equivAmount": {
                          "currency": "MWK",
                          "value": 293.72
                        },
                        "override": true,
                        "points": 6422,
                        "referenceAmount": {
                          "currency": "LRD",
                          "value": 35.73
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "tax": [
                      {
                        "amount": {
                          "currency": "ZMW",
                          "value": 319.23
                        },
                        "code": "Ho",
                        "conversionRatio": {
                          "minimumPoints": 280,
                          "value": 0.28
                        },
                        "equivAmount": {
                          "currency": "PYG",
                          "value": 103.19
                        },
                        "override": true,
                        "points": 25996,
                        "referenceAmount": {
                          "currency": "ARS",
                          "value": 367.67
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "total": {
                      "amount": {
                        "currency": "SAR",
                        "value": 219.62
                      },
                      "code": "KB",
                      "conversionRatio": {
                        "minimumPoints": 639,
                        "value": 0.82
                      },
                      "equivAmount": {
                        "currency": "BWP",
                        "value": 297.69
                      },
                      "override": true,
                      "points": 43486,
                      "referenceAmount": {
                        "currency": "SSP",
                        "value": 271.18
                      },
                      "taxType": "PROPORTIONAL"
                    }
                  }
                },
                {
                  "number": 83,
                  "passengerSegmentRef": "45a13b61-1025-465b-988f-9b8aebc97629",
                  "priceBreakdown": {
                    "base": {
                      "amount": {
                        "currency": "PEN",
                        "value": 483.92
                      },
                      "code": "Kp",
                      "conversionRatio": {
                        "minimumPoints": 700,
                        "value": 0.26
                      },
                      "equivAmount": {
                        "currency": "MWK",
                        "value": 134.32
                      },
                      "override": false,
                      "points": 26698,
                      "referenceAmount": {
                        "currency": "HTG",
                        "value": 78.06
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    "commission": [
                      {
                        "amount": {
                          "currency": "MYR",
                          "value": 79.4
                        },
                        "code": "BP",
                        "conversionRatio": {
                          "minimumPoints": 513,
                          "value": 0.32
                        },
                        "equivAmount": {
                          "currency": "OMR",
                          "value": 389.97
                        },
                        "override": true,
                        "points": 49444,
                        "referenceAmount": {
                          "currency": "MMK",
                          "value": 404.58
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "discount": [
                      {
                        "amount": {
                          "currency": "KZT",
                          "value": 86.79
                        },
                        "code": "Nt",
                        "conversionRatio": {
                          "minimumPoints": 933,
                          "value": 0.49
                        },
                        "equivAmount": {
                          "currency": "SGD",
                          "value": 323.34
                        },
                        "override": false,
                        "points": 1504,
                        "referenceAmount": {
                          "currency": "LAK",
                          "value": 153.59
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "fee": [
                      {
                        "amount": {
                          "currency": "AED",
                          "value": 207.88
                        },
                        "code": "Ct",
                        "conversionRatio": {
                          "minimumPoints": 515,
                          "value": 0.55
                        },
                        "equivAmount": {
                          "currency": "ZWL",
                          "value": 400.12
                        },
                        "override": true,
                        "points": 12549,
                        "referenceAmount": {
                          "currency": "MVR",
                          "value": 104.81
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "EUR",
                          "value": 125.35
                        },
                        "code": "EI",
                        "conversionRatio": {
                          "minimumPoints": 928,
                          "value": 0.81
                        },
                        "equivAmount": {
                          "currency": "HTG",
                          "value": 176.92
                        },
                        "override": false,
                        "points": 1241,
                        "referenceAmount": {
                          "currency": "TZS",
                          "value": 191.31
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "surcharge": [
                      {
                        "amount": {
                          "currency": "TMT",
                          "value": 442.51
                        },
                        "code": "hQ",
                        "conversionRatio": {
                          "minimumPoints": 726,
                          "value": 0.57
                        },
                        "equivAmount": {
                          "currency": "SDG",
                          "value": 55.33
                        },
                        "override": true,
                        "points": 43656,
                        "referenceAmount": {
                          "currency": "XPF",
                          "value": 117.16
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "tax": [
                      {
                        "amount": {
                          "currency": "BRL",
                          "value": 248.35
                        },
                        "code": "FB",
                        "conversionRatio": {
                          "minimumPoints": 447,
                          "value": 0.11
                        },
                        "equivAmount": {
                          "currency": "SRD",
                          "value": 72.23
                        },
                        "override": false,
                        "points": 24364,
                        "referenceAmount": {
                          "currency": "MNT",
                          "value": 335.37
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "CUP",
                          "value": 147.5
                        },
                        "code": "Lz",
                        "conversionRatio": {
                          "minimumPoints": 770,
                          "value": 0.58
                        },
                        "equivAmount": {
                          "currency": "NOK",
                          "value": 61.93
                        },
                        "override": true,
                        "points": 8299,
                        "referenceAmount": {
                          "currency": "COP",
                          "value": 378.15
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "total": {
                      "amount": {
                        "currency": "EGP",
                        "value": 493.65
                      },
                      "code": "dz",
                      "conversionRatio": {
                        "minimumPoints": 420,
                        "value": 0.4
                      },
                      "equivAmount": {
                        "currency": "PAB",
                        "value": 363.73
                      },
                      "override": true,
                      "points": 21391,
                      "referenceAmount": {
                        "currency": "MMK",
                        "value": 194.5
                      },
                      "taxType": "FLAT"
                    }
                  }
                },
                {
                  "number": 28,
                  "passengerSegmentRef": "6bf395e4-f031-4cf4-a25e-5a95c8d3fe50",
                  "priceBreakdown": {
                    "base": {
                      "amount": {
                        "currency": "GNF",
                        "value": 132.7
                      },
                      "code": "OW",
                      "conversionRatio": {
                        "minimumPoints": 962,
                        "value": 0.54
                      },
                      "equivAmount": {
                        "currency": "SGD",
                        "value": 341.3
                      },
                      "override": false,
                      "points": 2108,
                      "referenceAmount": {
                        "currency": "IRR",
                        "value": 161.43
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    "commission": [
                      {
                        "amount": {
                          "currency": "PLN",
                          "value": 37.38
                        },
                        "code": "Wr",
                        "conversionRatio": {
                          "minimumPoints": 280,
                          "value": 0.78
                        },
                        "equivAmount": {
                          "currency": "SOS",
                          "value": 486.22
                        },
                        "override": false,
                        "points": 39715,
                        "referenceAmount": {
                          "currency": "CUP",
                          "value": 299.19
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "CUP",
                          "value": 440.35
                        },
                        "code": "xD",
                        "conversionRatio": {
                          "minimumPoints": 729,
                          "value": 0.32
                        },
                        "equivAmount": {
                          "currency": "MMK",
                          "value": 402.77
                        },
                        "override": false,
                        "points": 28679,
                        "referenceAmount": {
                          "currency": "ILS",
                          "value": 344.84
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "discount": [
                      {
                        "amount": {
                          "currency": "INR",
                          "value": 439.12
                        },
                        "code": "mR",
                        "conversionRatio": {
                          "minimumPoints": 242,
                          "value": 0.94
                        },
                        "equivAmount": {
                          "currency": "HNL",
                          "value": 468.4
                        },
                        "override": false,
                        "points": 46027,
                        "referenceAmount": {
                          "currency": "NAD",
                          "value": 444.38
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "ETB",
                          "value": 283.19
                        },
                        "code": "me",
                        "conversionRatio": {
                          "minimumPoints": 131,
                          "value": 0.75
                        },
                        "equivAmount": {
                          "currency": "CRC",
                          "value": 312.21
                        },
                        "override": true,
                        "points": 20481,
                        "referenceAmount": {
                          "currency": "BTN",
                          "value": 220.94
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "SAR",
                          "value": 361.8
                        },
                        "code": "Ul",
                        "conversionRatio": {
                          "minimumPoints": 101,
                          "value": 0.49
                        },
                        "equivAmount": {
                          "currency": "SDG",
                          "value": 198.47
                        },
                        "override": true,
                        "points": 26805,
                        "referenceAmount": {
                          "currency": "TJS",
                          "value": 419.5
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "fee": [
                      {
                        "amount": {
                          "currency": "ISK",
                          "value": 448.84
                        },
                        "code": "cY",
                        "conversionRatio": {
                          "minimumPoints": 421,
                          "value": 0.85
                        },
                        "equivAmount": {
                          "currency": "PGK",
                          "value": 326.38
                        },
                        "override": false,
                        "points": 11301,
                        "referenceAmount": {
                          "currency": "MUR",
                          "value": 223.1
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "LAK",
                          "value": 120.46
                        },
                        "code": "HH",
                        "conversionRatio": {
                          "minimumPoints": 357,
                          "value": 0.12
                        },
                        "equivAmount": {
                          "currency": "INR",
                          "value": 60.24
                        },
                        "override": false,
                        "points": 31379,
                        "referenceAmount": {
                          "currency": "IQD",
                          "value": 76.48
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "GYD",
                          "value": 490.64
                        },
                        "code": "sV",
                        "conversionRatio": {
                          "minimumPoints": 395,
                          "value": 0.97
                        },
                        "equivAmount": {
                          "currency": "VES",
                          "value": 321.48
                        },
                        "override": true,
                        "points": 20003,
                        "referenceAmount": {
                          "currency": "THB",
                          "value": 358.16
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "surcharge": [
                      {
                        "amount": {
                          "currency": "GYD",
                          "value": 67.23
                        },
                        "code": "Jy",
                        "conversionRatio": {
                          "minimumPoints": 210,
                          "value": 0.59
                        },
                        "equivAmount": {
                          "currency": "MAD",
                          "value": 116.1
                        },
                        "override": false,
                        "points": 30655,
                        "referenceAmount": {
                          "currency": "NIO",
                          "value": 320.67
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "JOD",
                          "value": 292.75
                        },
                        "code": "iM",
                        "conversionRatio": {
                          "minimumPoints": 574,
                          "value": 0.65
                        },
                        "equivAmount": {
                          "currency": "BYN",
                          "value": 30.57
                        },
                        "override": true,
                        "points": 7670,
                        "referenceAmount": {
                          "currency": "ERN",
                          "value": 148.16
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "ISK",
                          "value": 135.12
                        },
                        "code": "dD",
                        "conversionRatio": {
                          "minimumPoints": 773,
                          "value": 0.53
                        },
                        "equivAmount": {
                          "currency": "LYD",
                          "value": 236.17
                        },
                        "override": false,
                        "points": 36135,
                        "referenceAmount": {
                          "currency": "ZMW",
                          "value": 87.13
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "tax": [
                      {
                        "amount": {
                          "currency": "ZWL",
                          "value": 302.89
                        },
                        "code": "Pd",
                        "conversionRatio": {
                          "minimumPoints": 118,
                          "value": 0.43
                        },
                        "equivAmount": {
                          "currency": "SZL",
                          "value": 154.42
                        },
                        "override": true,
                        "points": 43077,
                        "referenceAmount": {
                          "currency": "KYD",
                          "value": 364.97
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "BHD",
                          "value": 381.28
                        },
                        "code": "Xv",
                        "conversionRatio": {
                          "minimumPoints": 978,
                          "value": 0.33
                        },
                        "equivAmount": {
                          "currency": "BGN",
                          "value": 109.92
                        },
                        "override": true,
                        "points": 31884,
                        "referenceAmount": {
                          "currency": "TMT",
                          "value": 78.78
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "NIO",
                          "value": 37.53
                        },
                        "code": "of",
                        "conversionRatio": {
                          "minimumPoints": 980,
                          "value": 0.29
                        },
                        "equivAmount": {
                          "currency": "KGS",
                          "value": 344.62
                        },
                        "override": false,
                        "points": 28673,
                        "referenceAmount": {
                          "currency": "DKK",
                          "value": 71.43
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "SCR",
                          "value": 70.85
                        },
                        "code": "bM",
                        "conversionRatio": {
                          "minimumPoints": 949,
                          "value": 0.3
                        },
                        "equivAmount": {
                          "currency": "MRU",
                          "value": 65.03
                        },
                        "override": false,
                        "points": 3203,
                        "referenceAmount": {
                          "currency": "BSD",
                          "value": 240.21
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "total": {
                      "amount": {
                        "currency": "RSD",
                        "value": 410.19
                      },
                      "code": "bR",
                      "conversionRatio": {
                        "minimumPoints": 856,
                        "value": 0.17
                      },
                      "equivAmount": {
                        "currency": "TJS",
                        "value": 478
                      },
                      "override": true,
                      "points": 9948,
                      "referenceAmount": {
                        "currency": "EGP",
                        "value": 127.47
                      },
                      "taxType": "FLAT"
                    }
                  }
                }
              ],
              "airExtraRefs": [
                "id01",
                "id02"
              ],
              "id": "2d7e09de-2583-4004-b040-ef5ece543883",
              "issueDate": "2025-11-05T00:00:00.0Z",
              "number": "1521317591631",
              "paymentRefs": [
                "id01",
                "id02"
              ],
              "priceBreakdown": {
                "base": {
                  "amount": {
                    "currency": "EGP",
                    "value": 430.03
                  },
                  "code": "ZQ",
                  "conversionRatio": {
                    "minimumPoints": 403,
                    "value": 0.12
                  },
                  "equivAmount": {
                    "currency": "BDT",
                    "value": 224.08
                  },
                  "override": false,
                  "points": 4254,
                  "referenceAmount": {
                    "currency": "DOP",
                    "value": 399.56
                  },
                  "taxType": "FLAT"
                },
                "commission": [
                  {
                    "amount": {
                      "currency": "ZAR",
                      "value": 336.07
                    },
                    "code": "hg",
                    "conversionRatio": {
                      "minimumPoints": 292,
                      "value": 0.36
                    },
                    "equivAmount": {
                      "currency": "AFN",
                      "value": 29.2
                    },
                    "override": false,
                    "points": 35383,
                    "referenceAmount": {
                      "currency": "KZT",
                      "value": 27.01
                    },
                    "taxType": "PROPORTIONAL"
                  }
                ],
                "discount": [
                  {
                    "amount": {
                      "currency": "BGN",
                      "value": 129.21
                    },
                    "code": "iy",
                    "conversionRatio": {
                      "minimumPoints": 506,
                      "value": 0.86
                    },
                    "equivAmount": {
                      "currency": "DKK",
                      "value": 341.27
                    },
                    "override": false,
                    "points": 9260,
                    "referenceAmount": {
                      "currency": "VUV",
                      "value": 10.03
                    },
                    "taxType": "PROPORTIONAL"
                  }
                ],
                "fee": [
                  {
                    "amount": {
                      "currency": "FKP",
                      "value": 460.04
                    },
                    "code": "ll",
                    "conversionRatio": {
                      "minimumPoints": 616,
                      "value": 0.77
                    },
                    "equivAmount": {
                      "currency": "KHR",
                      "value": 314.5
                    },
                    "override": false,
                    "points": 49623,
                    "referenceAmount": {
                      "currency": "SOS",
                      "value": 208.37
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "SLE",
                      "value": 319.8
                    },
                    "code": "vu",
                    "conversionRatio": {
                      "minimumPoints": 723,
                      "value": 0.84
                    },
                    "equivAmount": {
                      "currency": "GYD",
                      "value": 281.42
                    },
                    "override": false,
                    "points": 30251,
                    "referenceAmount": {
                      "currency": "ETB",
                      "value": 149.1
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "ETB",
                      "value": 277.19
                    },
                    "code": "Mj",
                    "conversionRatio": {
                      "minimumPoints": 484,
                      "value": 0.52
                    },
                    "equivAmount": {
                      "currency": "GHS",
                      "value": 154.97
                    },
                    "override": false,
                    "points": 21351,
                    "referenceAmount": {
                      "currency": "HTG",
                      "value": 379.85
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "NOK",
                      "value": 156.04
                    },
                    "code": "WD",
                    "conversionRatio": {
                      "minimumPoints": 995,
                      "value": 0.21
                    },
                    "equivAmount": {
                      "currency": "KGS",
                      "value": 92.41
                    },
                    "override": false,
                    "points": 22876,
                    "referenceAmount": {
                      "currency": "KZT",
                      "value": 69.48
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "YER",
                      "value": 382.85
                    },
                    "code": "Xw",
                    "conversionRatio": {
                      "minimumPoints": 688,
                      "value": 0.15
                    },
                    "equivAmount": {
                      "currency": "AZN",
                      "value": 164.24
                    },
                    "override": true,
                    "points": 43441,
                    "referenceAmount": {
                      "currency": "MNT",
                      "value": 10.06
                    },
                    "taxType": "PROPORTIONAL"
                  }
                ],
                "surcharge": [
                  {
                    "amount": {
                      "currency": "BIF",
                      "value": 218.18
                    },
                    "code": "JA",
                    "conversionRatio": {
                      "minimumPoints": 629,
                      "value": 0.61
                    },
                    "equivAmount": {
                      "currency": "BHD",
                      "value": 95.89
                    },
                    "override": true,
                    "points": 27767,
                    "referenceAmount": {
                      "currency": "IRR",
                      "value": 40.58
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "DOP",
                      "value": 440.98
                    },
                    "code": "fB",
                    "conversionRatio": {
                      "minimumPoints": 580,
                      "value": 0.47
                    },
                    "equivAmount": {
                      "currency": "AWG",
                      "value": 197.46
                    },
                    "override": true,
                    "points": 11749,
                    "referenceAmount": {
                      "currency": "AUD",
                      "value": 444.95
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "AFN",
                      "value": 153.3
                    },
                    "code": "Qa",
                    "conversionRatio": {
                      "minimumPoints": 744,
                      "value": 0.77
                    },
                    "equivAmount": {
                      "currency": "BMD",
                      "value": 310.12
                    },
                    "override": true,
                    "points": 46687,
                    "referenceAmount": {
                      "currency": "BZD",
                      "value": 267.78
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "CHF",
                      "value": 94.16
                    },
                    "code": "lS",
                    "conversionRatio": {
                      "minimumPoints": 326,
                      "value": 0.18
                    },
                    "equivAmount": {
                      "currency": "ARS",
                      "value": 146.56
                    },
                    "override": true,
                    "points": 17893,
                    "referenceAmount": {
                      "currency": "KES",
                      "value": 496.08
                    },
                    "taxType": "PROPORTIONAL"
                  }
                ],
                "tax": [
                  {
                    "amount": {
                      "currency": "TZS",
                      "value": 108.57
                    },
                    "code": "xb",
                    "conversionRatio": {
                      "minimumPoints": 541,
                      "value": 0.39
                    },
                    "equivAmount": {
                      "currency": "AWG",
                      "value": 312.77
                    },
                    "override": true,
                    "points": 19369,
                    "referenceAmount": {
                      "currency": "XOF",
                      "value": 92.91
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "KRW",
                      "value": 326.76
                    },
                    "code": "FD",
                    "conversionRatio": {
                      "minimumPoints": 275,
                      "value": 0.52
                    },
                    "equivAmount": {
                      "currency": "BIF",
                      "value": 358.56
                    },
                    "override": true,
                    "points": 16520,
                    "referenceAmount": {
                      "currency": "BND",
                      "value": 395.56
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "VND",
                      "value": 178.45
                    },
                    "code": "Vm",
                    "conversionRatio": {
                      "minimumPoints": 598,
                      "value": 0.45
                    },
                    "equivAmount": {
                      "currency": "SAR",
                      "value": 149.21
                    },
                    "override": true,
                    "points": 43499,
                    "referenceAmount": {
                      "currency": "KPW",
                      "value": 473.94
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "INR",
                      "value": 205.9
                    },
                    "code": "oL",
                    "conversionRatio": {
                      "minimumPoints": 202,
                      "value": 0.87
                    },
                    "equivAmount": {
                      "currency": "BIF",
                      "value": 494.71
                    },
                    "override": false,
                    "points": 21991,
                    "referenceAmount": {
                      "currency": "DKK",
                      "value": 217.99
                    },
                    "taxType": "FLAT"
                  }
                ],
                "total": {
                  "amount": {
                    "currency": "BWP",
                    "value": 327.22
                  },
                  "code": "mB",
                  "conversionRatio": {
                    "minimumPoints": 535,
                    "value": 0.33
                  },
                  "equivAmount": {
                    "currency": "MNT",
                    "value": 236.03
                  },
                  "override": false,
                  "points": 46990,
                  "referenceAmount": {
                    "currency": "CAD",
                    "value": 382.44
                  },
                  "taxType": "FLAT"
                }
              },
              "type": "OTHER"
            }
          ],
          "associationId": 982,
          "baggagePoolId": 500,
          "boardingPasses": [
            {
              "barCode": "oOBT5Z4ClYbjYHFH0pPOZcasHRtgqm0kbB4hoLsj",
              "boardingPassData": [
                {
                  "agent": {
                    "city": "XkZ",
                    "country": "MD",
                    "sign": "ZZu"
                  },
                  "baggage": {
                    "carryOnWeight": {
                      "unit": "LB",
                      "value": 4.9
                    },
                    "checkedInBaggage": {
                      "bagTagNumber": [
                        "12345678",
                        "11223344",
                        "87654321"
                      ],
                      "quantity": 2,
                      "totalWeight": {
                        "unit": "KG",
                        "value": 13.9
                      }
                    }
                  },
                  "bookingClass": "Y",
                  "cabinClass": "PREMIUM_BUSINESS",
                  "checkInSequenceNumber": "286",
                  "deck": {
                    "code": "UPPER",
                    "value": "OTHER"
                  },
                  "displayData": {
                    "accommodation": "BUSINESS",
                    "agentCityName": "Naperville",
                    "arrivalAirportName": "Fort Eduardo",
                    "boardingPassOnlyText": "BOARDING PASS ONLY",
                    "boardingTime": "6908",
                    "cabinClassCode": "S",
                    "cabinText": "BUSINESS",
                    "carryOnText": "NO CARRY-ON",
                    "childText": "INFANT",
                    "commuterAirlineName": "[object Object]",
                    "commuterOperatedByText": "OPERATED BY",
                    "departureAirportName": "Lake Nora",
                    "documentTypeText": "BOARDING PASS",
                    "doorCloseTime": "6730",
                    "edifactApiText": "API OK",
                    "entitlementTexts": {
                      "fastTrack": "FAST TRACK",
                      "loungeAccess": "LOUNGE XTRA",
                      "priorityBoarding": "PRIORITY"
                    },
                    "estimatedArrivalTime": "9348",
                    "estimatedDepartureDate": "2027-05-01T00:00:00.0Z",
                    "estimatedDepartureTime": "7889",
                    "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": "xbQs",
                    "plusInfantText": "PLUS INFANT",
                    "premiumText": "PREMIUM",
                    "priorityAaccessText": "PRIORITY AACCESS",
                    "priorityBoardingText": "PRIORITY BOARDING",
                    "priorityText": "PRIORITY",
                    "scheduledArrivalTime": "9149",
                    "scheduledDepartureDate": "2026-07-31T00:00:00.0Z",
                    "scheduledDepartureTime": "5398",
                    "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": "FK",
                    "arrivalTime": "2026-08-29T00:00:00.0Z",
                    "boardingTime": "1946-05-26T21:34:43.0Z",
                    "commuter": true,
                    "departureAirport": "[ob",
                    "departureCountry": "SH",
                    "departureFlightScheduleStatus": "ON_TIME",
                    "departureGate": "iE",
                    "departureTerminal": "cs",
                    "departureTime": "2026-10-23T00:00:00.0Z",
                    "equipment": "839",
                    "estimatedArrivalTime": "1905-08-10T23:10:05.0Z",
                    "estimatedDepartureTime": "1897-03-17T02:31:32.0Z",
                    "flightNumber": "577",
                    "operatingAirline": "[ob",
                    "operatingFlightNumber": "786"
                  },
                  "group": "Iv6Xck",
                  "loyaltyAccount": {
                    "id": "a518c0a3-0934-453e-ac3d-611e584a0d0e",
                    "latestAwardDate": "2026-06-12",
                    "loyaltyTierLevel": {
                      "atpco": "44",
                      "customerInsight": "03",
                      "name": "platinum",
                      "number": 3,
                      "priority": 6,
                      "tag": "dPs"
                    },
                    "memberAirline": "[ob",
                    "memberId": "0313471288",
                    "membershipStartDate": "2023-09-15",
                    "mileage": {
                      "unit": "MILES",
                      "value": 170
                    },
                    "pnrId": "2",
                    "points": 48290,
                    "source": "PNR"
                  },
                  "passengerFlightId": "dM9fGWXHsT",
                  "personName": {
                    "first": "Cara",
                    "last": "Schroeder",
                    "middle": "Kai",
                    "prefix": "Ms.",
                    "raw": "Kathy Gibson",
                    "suffix": "PhD"
                  },
                  "recordLocator": "JUFJMR",
                  "seatNumber": "35A",
                  "source": "OTHER",
                  "standbyPriority": "mJ",
                  "supplementaryData": {
                    "dhsStatus": 2,
                    "exclusiveWaitingArea": false,
                    "infraeroElectronicStamp": "60199288890143",
                    "loungeAccess": false,
                    "selectee": false,
                    "skyPriority": false,
                    "spanishLargeFamily": false,
                    "spanishResident": true,
                    "tboAirport": "[ob",
                    "throughAirport": "[ob",
                    "throughCountry": "MP"
                  },
                  "ticketCouponNumber": "94",
                  "ticketNumber": {
                    "airlineAccountingCode": "003",
                    "checkDigit": "3",
                    "number": "36425212257848",
                    "serialNumber": "3491819701"
                  },
                  "zone": "7"
                },
                {
                  "agent": {
                    "city": "ryb",
                    "country": "MT",
                    "sign": "dNS"
                  },
                  "baggage": {
                    "carryOnWeight": {
                      "unit": "LB",
                      "value": 11.1
                    },
                    "checkedInBaggage": {
                      "bagTagNumber": [
                        "12345678",
                        "87654321",
                        "11223344"
                      ],
                      "quantity": 1,
                      "totalWeight": {
                        "unit": "LB",
                        "value": 7.9
                      }
                    }
                  },
                  "bookingClass": "a",
                  "cabinClass": "BUSINESS",
                  "checkInSequenceNumber": "056",
                  "deck": {
                    "code": "MIDDLE",
                    "value": "MAIN"
                  },
                  "displayData": {
                    "accommodation": "RESIDENCE SUITE",
                    "agentCityName": "North Sammyhaven",
                    "arrivalAirportName": "Orncester",
                    "boardingPassOnlyText": "BOARDING PASS ONLY",
                    "boardingTime": "8161",
                    "cabinClassCode": "e",
                    "cabinText": "ECONOMY",
                    "carryOnText": "NO CARRY-ON",
                    "childText": "INFANT",
                    "commuterAirlineName": "[object Object]",
                    "commuterOperatedByText": "OPERATED BY",
                    "departureAirportName": "Cypress",
                    "documentTypeText": "BOARDING PASS",
                    "doorCloseTime": "2146",
                    "edifactApiText": "API ERROR",
                    "entitlementTexts": {
                      "fastTrack": "FAST TRACK",
                      "loungeAccess": "LOUNGE XTRA",
                      "priorityBoarding": "PRIORITY"
                    },
                    "estimatedArrivalTime": "2485",
                    "estimatedDepartureDate": "2026-09-24T00:00:00.0Z",
                    "estimatedDepartureTime": "1720",
                    "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": "Yj8m",
                    "plusInfantText": "PLUS INFANT",
                    "premiumText": "PREMIUM",
                    "priorityAaccessText": "PRIORITY AACCESS",
                    "priorityBoardingText": "PRIORITY BOARDING",
                    "priorityText": "PRIORITY",
                    "scheduledArrivalTime": "5983",
                    "scheduledDepartureDate": "2026-08-31T00:00:00.0Z",
                    "scheduledDepartureTime": "0131",
                    "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": "VC",
                    "arrivalTime": "2026-09-09T00:00:00.0Z",
                    "boardingTime": "1936-08-23T10:06:26.0Z",
                    "commuter": true,
                    "departureAirport": "[ob",
                    "departureCountry": "SC",
                    "departureFlightScheduleStatus": "DELAYED",
                    "departureGate": "j9",
                    "departureTerminal": "bz",
                    "departureTime": "2027-05-20T00:00:00.0Z",
                    "equipment": "501",
                    "estimatedArrivalTime": "1951-07-01T03:02:46.0Z",
                    "estimatedDepartureTime": "1958-10-20T08:59:38.0Z",
                    "flightNumber": "8912",
                    "operatingAirline": "[ob",
                    "operatingFlightNumber": "61"
                  },
                  "group": "UuyjWz",
                  "loyaltyAccount": {
                    "id": "699c0e16-2b1e-406d-9503-8d8b673a16ba",
                    "latestAwardDate": "2025-07-06",
                    "loyaltyTierLevel": {
                      "atpco": "65",
                      "customerInsight": "87",
                      "name": "platinum",
                      "number": 1,
                      "priority": 10,
                      "tag": "hAP"
                    },
                    "memberAirline": "[ob",
                    "memberId": "0414792064",
                    "membershipStartDate": "2024-07-14",
                    "mileage": {
                      "unit": "MILES",
                      "value": 4725
                    },
                    "pnrId": "1",
                    "points": 54085,
                    "source": "PNR"
                  },
                  "passengerFlightId": "sMfARQsto8",
                  "personName": {
                    "first": "Rhoda",
                    "last": "Rempel",
                    "middle": "Kai",
                    "prefix": "Ms.",
                    "raw": "Cecilia Reichel III",
                    "suffix": "IV"
                  },
                  "recordLocator": "MJZTPZ",
                  "seatNumber": "15F",
                  "source": "OTHER",
                  "standbyPriority": "ga",
                  "supplementaryData": {
                    "dhsStatus": 2,
                    "exclusiveWaitingArea": false,
                    "infraeroElectronicStamp": "25123251043587",
                    "loungeAccess": true,
                    "selectee": true,
                    "skyPriority": false,
                    "spanishLargeFamily": false,
                    "spanishResident": true,
                    "tboAirport": "[ob",
                    "throughAirport": "[ob",
                    "throughCountry": "GP"
                  },
                  "ticketCouponNumber": "78",
                  "ticketNumber": {
                    "airlineAccountingCode": "140",
                    "checkDigit": "2",
                    "number": "47894882920804",
                    "serialNumber": "1376521450"
                  },
                  "zone": "3"
                },
                {
                  "agent": {
                    "city": "saE",
                    "country": "BD",
                    "sign": "JNF"
                  },
                  "baggage": {
                    "carryOnWeight": {
                      "unit": "LB",
                      "value": 9.9
                    },
                    "checkedInBaggage": {
                      "bagTagNumber": [
                        "87654321",
                        "12345678",
                        "11223344"
                      ],
                      "quantity": 2,
                      "totalWeight": {
                        "unit": "LB",
                        "value": 10.5
                      }
                    }
                  },
                  "bookingClass": "J",
                  "cabinClass": "PREMIUM_BUSINESS",
                  "checkInSequenceNumber": "739",
                  "deck": {
                    "code": "UPPER",
                    "value": "OTHER"
                  },
                  "displayData": {
                    "accommodation": "RESIDENCE SUITE",
                    "agentCityName": "New Helgabury",
                    "arrivalAirportName": "Daynaburgh",
                    "boardingPassOnlyText": "BOARDING PASS ONLY",
                    "boardingTime": "1050",
                    "cabinClassCode": "O",
                    "cabinText": "FIRST CLASS",
                    "carryOnText": "CARRY-ON",
                    "childText": "INFANT",
                    "commuterAirlineName": "[object Object]",
                    "commuterOperatedByText": "OPERATED BY",
                    "departureAirportName": "Minnetonka",
                    "documentTypeText": "BOARDING PASS",
                    "doorCloseTime": "7157",
                    "edifactApiText": "API ERROR",
                    "entitlementTexts": {
                      "fastTrack": "FAST TRACK",
                      "loungeAccess": "LOUNGE XTRA",
                      "priorityBoarding": "PRIORITY"
                    },
                    "estimatedArrivalTime": "1643",
                    "estimatedDepartureDate": "2026-08-05T00:00:00.0Z",
                    "estimatedDepartureTime": "7608",
                    "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": "GLT9",
                    "plusInfantText": "PLUS INFANT",
                    "premiumText": "PREMIUM",
                    "priorityAaccessText": "PRIORITY AACCESS",
                    "priorityBoardingText": "PRIORITY BOARDING",
                    "priorityText": "PRIORITY",
                    "scheduledArrivalTime": "8405",
                    "scheduledDepartureDate": "2026-10-06T00:00:00.0Z",
                    "scheduledDepartureTime": "5648",
                    "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": "SE",
                    "arrivalTime": "2026-12-21T00:00:00.0Z",
                    "boardingTime": "1957-11-03T11:05:19.0Z",
                    "commuter": true,
                    "departureAirport": "[ob",
                    "departureCountry": "ZA",
                    "departureFlightScheduleStatus": "DELAYED",
                    "departureGate": "QR",
                    "departureTerminal": "1F",
                    "departureTime": "2027-05-08T00:00:00.0Z",
                    "equipment": "497",
                    "estimatedArrivalTime": "1920-09-25T20:46:05.0Z",
                    "estimatedDepartureTime": "1909-10-01T21:59:03.0Z",
                    "flightNumber": "6749",
                    "operatingAirline": "[ob",
                    "operatingFlightNumber": "8927"
                  },
                  "group": "J1V6dl",
                  "loyaltyAccount": {
                    "id": "14af5e8c-288c-4176-927b-f55727bcd46a",
                    "latestAwardDate": "2026-05-06",
                    "loyaltyTierLevel": {
                      "atpco": "63",
                      "customerInsight": "30",
                      "name": "gold",
                      "number": 1,
                      "priority": 8,
                      "tag": "lID"
                    },
                    "memberAirline": "[ob",
                    "memberId": "5575440852",
                    "membershipStartDate": "2025-06-16",
                    "mileage": {
                      "unit": "MILES",
                      "value": 3549
                    },
                    "pnrId": "9",
                    "points": 21231,
                    "source": "PNR"
                  },
                  "passengerFlightId": "qEjd14QsvV",
                  "personName": {
                    "first": "Shayne",
                    "last": "Muller",
                    "middle": "Drew",
                    "prefix": "Ms.",
                    "raw": "Lynn Daugherty-Ratke",
                    "suffix": "MD"
                  },
                  "recordLocator": "EFDFGW",
                  "seatNumber": "30F",
                  "source": "EXTERNAL",
                  "standbyPriority": "wQ",
                  "supplementaryData": {
                    "dhsStatus": 3,
                    "exclusiveWaitingArea": false,
                    "infraeroElectronicStamp": "36996525289907",
                    "loungeAccess": false,
                    "selectee": true,
                    "skyPriority": true,
                    "spanishLargeFamily": true,
                    "spanishResident": true,
                    "tboAirport": "[ob",
                    "throughAirport": "[ob",
                    "throughCountry": "BL"
                  },
                  "ticketCouponNumber": "57",
                  "ticketNumber": {
                    "airlineAccountingCode": "294",
                    "checkDigit": "4",
                    "number": "51519755990272",
                    "serialNumber": "7364186376"
                  },
                  "zone": "7"
                },
                {
                  "agent": {
                    "city": "vso",
                    "country": "BZ",
                    "sign": "ipJ"
                  },
                  "baggage": {
                    "carryOnWeight": {
                      "unit": "LB",
                      "value": 16.6
                    },
                    "checkedInBaggage": {
                      "bagTagNumber": [
                        "87654321",
                        "11223344",
                        "12345678"
                      ],
                      "quantity": 2,
                      "totalWeight": {
                        "unit": "KG",
                        "value": 18.1
                      }
                    }
                  },
                  "bookingClass": "k",
                  "cabinClass": "ECONOMY",
                  "checkInSequenceNumber": "490",
                  "deck": {
                    "code": "UPPER",
                    "value": "UPPER"
                  },
                  "displayData": {
                    "accommodation": "FIRST CLASS",
                    "agentCityName": "Tobyborough",
                    "arrivalAirportName": "Fadelworth",
                    "boardingPassOnlyText": "BOARDING PASS ONLY",
                    "boardingTime": "8655",
                    "cabinClassCode": "u",
                    "cabinText": "FIRST CLASS",
                    "carryOnText": "NO CARRY-ON",
                    "childText": "CHILD",
                    "commuterAirlineName": "[object Object]",
                    "commuterOperatedByText": "OPERATED BY",
                    "departureAirportName": "Rueckerside",
                    "documentTypeText": "BOARDING PASS",
                    "doorCloseTime": "8010",
                    "edifactApiText": "API OK",
                    "entitlementTexts": {
                      "fastTrack": "FAST TRACK",
                      "loungeAccess": "LOUNGE XTRA",
                      "priorityBoarding": "PRIORITY"
                    },
                    "estimatedArrivalTime": "4091",
                    "estimatedDepartureDate": "2026-07-19T00:00:00.0Z",
                    "estimatedDepartureTime": "9167",
                    "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": "KNGP",
                    "plusInfantText": "PLUS INFANT",
                    "premiumText": "PREMIUM",
                    "priorityAaccessText": "PRIORITY AACCESS",
                    "priorityBoardingText": "PRIORITY BOARDING",
                    "priorityText": "PRIORITY",
                    "scheduledArrivalTime": "3168",
                    "scheduledDepartureDate": "2026-08-19T00:00:00.0Z",
                    "scheduledDepartureTime": "3462",
                    "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": "BI",
                    "arrivalTime": "2026-07-25T00:00:00.0Z",
                    "boardingTime": "1901-11-07T15:15:09.0Z",
                    "commuter": false,
                    "departureAirport": "[ob",
                    "departureCountry": "AZ",
                    "departureFlightScheduleStatus": "DELAYED",
                    "departureGate": "tn",
                    "departureTerminal": "bx",
                    "departureTime": "2027-01-05T00:00:00.0Z",
                    "equipment": "215",
                    "estimatedArrivalTime": "1957-06-24T06:24:11.0Z",
                    "estimatedDepartureTime": "1945-02-19T17:13:23.0Z",
                    "flightNumber": "305",
                    "operatingAirline": "[ob",
                    "operatingFlightNumber": "35"
                  },
                  "group": "Uy2VUs",
                  "loyaltyAccount": {
                    "id": "d8940b8e-b6a1-4b3f-ac31-3a6be5aba305",
                    "latestAwardDate": "2026-03-03",
                    "loyaltyTierLevel": {
                      "atpco": "56",
                      "customerInsight": "23",
                      "name": "platinum",
                      "number": 1,
                      "priority": 2,
                      "tag": "FrV"
                    },
                    "memberAirline": "[ob",
                    "memberId": "7229660007",
                    "membershipStartDate": "2026-04-16",
                    "mileage": {
                      "unit": "MILES",
                      "value": 3229
                    },
                    "pnrId": "2",
                    "points": 21770,
                    "source": "PNR"
                  },
                  "passengerFlightId": "AzI8FI27WU",
                  "personName": {
                    "first": "Jerry",
                    "last": "Nitzsche",
                    "middle": "Ellis",
                    "prefix": "Miss",
                    "raw": "Mr. Clark Rice",
                    "suffix": "II"
                  },
                  "recordLocator": "QSSKKB",
                  "seatNumber": "34C",
                  "source": "EXTERNAL",
                  "standbyPriority": "yW",
                  "supplementaryData": {
                    "dhsStatus": 3,
                    "exclusiveWaitingArea": true,
                    "infraeroElectronicStamp": "53885548562057",
                    "loungeAccess": true,
                    "selectee": false,
                    "skyPriority": false,
                    "spanishLargeFamily": true,
                    "spanishResident": true,
                    "tboAirport": "[ob",
                    "throughAirport": "[ob",
                    "throughCountry": "BE"
                  },
                  "ticketCouponNumber": "65",
                  "ticketNumber": {
                    "airlineAccountingCode": "773",
                    "checkDigit": "7",
                    "number": "55974470180953",
                    "serialNumber": "6695946792"
                  },
                  "zone": "1"
                }
              ],
              "formattedBoardingPass": {
                "document": {
                  "contentType": "image/vnd.microsoft.icon",
                  "name": "converse.[object Object]",
                  "value": "cpl7iNaMXsPBcMvv0o22a3PZYK4mRiWAe9DsXYW3fc5HMSiBLrUy9ozbdUrAh7qv"
                },
                "image": {
                  "contentType": "audio/webm",
                  "name": "repossess_enhance_jogging.[object Object]",
                  "value": "S8eBFJsxSwsbX05VbuiGq0tJ5ptsq4qkPmwuYMIaGa8KgDtbJ5CoYczyxAkaKy8G"
                },
                "pectab": {
                  "data": {
                    "contentType": "application/vnd.mozilla.xul+xml",
                    "name": "voluntarily.[object Object]",
                    "value": "hn06rtoihbnGhtZnmTDIjL3lc5eyrak6x1TSKluRvW93DB4OYbWZVw3VX1nXDhgy"
                  },
                  "layout": {
                    "contentType": "image/tiff",
                    "name": "enchanting_and_petty.[object Object]",
                    "value": "3oebIH1mnYj52ANoUjDK0oQcL09eWjbWzQJlgEVzzT6PcLQYzzM8QHaI7dQthDOD"
                  },
                  "template": {
                    "contentType": "video/x-msvideo",
                    "name": "reporter_oof_gah.[object Object]",
                    "value": "ZfMNMQCd8jnrZfkFIHX0swCQPeeuLNPWMzl1JLj9DmquViSsBqBtIryt9BBIjt4k"
                  },
                  "templates": [
                    {
                      "contentType": "audio/midi",
                      "name": "finally_humidity_what.[object Object]",
                      "value": "lZ6vQSHowt76Uza9o8VIKZtQlhP6lS8PhaXafN8Mb7V5ytkvui0oT8hpXfjGX1ow"
                    },
                    {
                      "contentType": "font/ttf",
                      "name": "psst_rejigger.[object Object]",
                      "value": "IXh0R0KxC5HFAa3gKfDGAshjxXk8lo3nUwWxqMqiH5ujWLQayDTCslllgXg9iVHx"
                    },
                    {
                      "contentType": "audio/midi",
                      "name": "bog.[object Object]",
                      "value": "D6liLy5VBBpZUgL00kbDJ5tEPvISX55CxMp4ImLHeEGXERi5044dnYdfGvx5QTxD"
                    },
                    {
                      "contentType": "application/vnd.rar",
                      "name": "acquaintance_each_neatly.[object Object]",
                      "value": "h0DuQNV8ozS3JSh3OTM5otyzffuz4dXmnc1o6507UEZGdYBzB43IYKP95Ob52U0F"
                    },
                    {
                      "contentType": "video/webm",
                      "name": "sniff_upright_doing.[object Object]",
                      "value": "xqRWbS6FQK3LAHxNE7fT6ARxfXSXMhoQ69HZPpc6q2syHHCBi3GswUArE4uZKMEj"
                    }
                  ]
                },
                "supplementaryData": {
                  "accommodation": "RESIDENCE SUITE",
                  "selectee": true,
                  "skyPriority": true,
                  "zone": "3"
                },
                "zpl": {
                  "contentType": "application/pdf",
                  "name": "while.[object Object]",
                  "value": "XNSPOLNXGZq81NxJvCodiMxSWCvM8kzA7xn3PddpCzm4xXt7orMIXHEcXMp9IJm1"
                }
              },
              "passengerFlightIds": [
                "id02",
                "id01"
              ],
              "type": "BOARDING_PASS"
            },
            {
              "barCode": "p0pTfb4xNCyKiRYJSBAFYJQUb7rHiJZUrqWr2CLV",
              "boardingPassData": [
                {
                  "agent": {
                    "city": "qOH",
                    "country": "RO",
                    "sign": "VJF"
                  },
                  "baggage": {
                    "carryOnWeight": {
                      "unit": "KG",
                      "value": 9.5
                    },
                    "checkedInBaggage": {
                      "bagTagNumber": [
                        "12345678",
                        "11223344",
                        "87654321"
                      ],
                      "quantity": 3,
                      "totalWeight": {
                        "unit": "LB",
                        "value": 9.2
                      }
                    }
                  },
                  "bookingClass": "R",
                  "cabinClass": "BUSINESS",
                  "checkInSequenceNumber": "955",
                  "deck": {
                    "code": "UPPER",
                    "value": "MAIN"
                  },
                  "displayData": {
                    "accommodation": "FIRST CLASS",
                    "agentCityName": "New Louisa",
                    "arrivalAirportName": "North Stanleyland",
                    "boardingPassOnlyText": "BOARDING PASS ONLY",
                    "boardingTime": "1606",
                    "cabinClassCode": "M",
                    "cabinText": "BUSINESS",
                    "carryOnText": "CARRY-ON",
                    "childText": "INFANT",
                    "commuterAirlineName": "[object Object]",
                    "commuterOperatedByText": "OPERATED BY",
                    "departureAirportName": "Fort Tylerburgh",
                    "documentTypeText": "BOARDING PASS",
                    "doorCloseTime": "8751",
                    "edifactApiText": "API ERROR",
                    "entitlementTexts": {
                      "fastTrack": "FAST TRACK",
                      "loungeAccess": "LOUNGE XTRA",
                      "priorityBoarding": "PRIORITY"
                    },
                    "estimatedArrivalTime": "8701",
                    "estimatedDepartureDate": "2027-06-05T00:00:00.0Z",
                    "estimatedDepartureTime": "2585",
                    "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": "zz7Z",
                    "plusInfantText": "PLUS INFANT",
                    "premiumText": "PREMIUM",
                    "priorityAaccessText": "PRIORITY AACCESS",
                    "priorityBoardingText": "PRIORITY BOARDING",
                    "priorityText": "PRIORITY",
                    "scheduledArrivalTime": "8109",
                    "scheduledDepartureDate": "2026-10-09T00:00:00.0Z",
                    "scheduledDepartureTime": "5289",
                    "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-04-28T00:00:00.0Z",
                    "boardingTime": "1909-03-08T13:19:43.0Z",
                    "commuter": false,
                    "departureAirport": "[ob",
                    "departureCountry": "SY",
                    "departureFlightScheduleStatus": "ON_TIME",
                    "departureGate": "Xj",
                    "departureTerminal": "IG",
                    "departureTime": "2026-06-29T00:00:00.0Z",
                    "equipment": "440",
                    "estimatedArrivalTime": "1952-12-04T13:30:10.0Z",
                    "estimatedDepartureTime": "1913-12-28T07:19:47.0Z",
                    "flightNumber": "84",
                    "operatingAirline": "[ob",
                    "operatingFlightNumber": "2651"
                  },
                  "group": "1qFtAW",
                  "loyaltyAccount": {
                    "id": "8c83fbaf-5170-4f67-917f-8f744e33124d",
                    "latestAwardDate": "2026-03-27",
                    "loyaltyTierLevel": {
                      "atpco": "83",
                      "customerInsight": "75",
                      "name": "platinum",
                      "number": 4,
                      "priority": 7,
                      "tag": "obv"
                    },
                    "memberAirline": "[ob",
                    "memberId": "1126837600",
                    "membershipStartDate": "2022-09-08",
                    "mileage": {
                      "unit": "MILES",
                      "value": 181
                    },
                    "pnrId": "2",
                    "points": 12158,
                    "source": "PNR"
                  },
                  "passengerFlightId": "7UdpL1ki1y",
                  "personName": {
                    "first": "Antoinette",
                    "last": "Kub",
                    "middle": "Kai",
                    "prefix": "Dr.",
                    "raw": "Corey Fritsch",
                    "suffix": "III"
                  },
                  "recordLocator": "CEZNXZ",
                  "seatNumber": "13D",
                  "source": "HOST",
                  "standbyPriority": "4R",
                  "supplementaryData": {
                    "dhsStatus": 5,
                    "exclusiveWaitingArea": false,
                    "infraeroElectronicStamp": "99872725304835",
                    "loungeAccess": false,
                    "selectee": false,
                    "skyPriority": false,
                    "spanishLargeFamily": true,
                    "spanishResident": false,
                    "tboAirport": "[ob",
                    "throughAirport": "[ob",
                    "throughCountry": "CA"
                  },
                  "ticketCouponNumber": "59",
                  "ticketNumber": {
                    "airlineAccountingCode": "272",
                    "checkDigit": "7",
                    "number": "89669116689600",
                    "serialNumber": "6065083443"
                  },
                  "zone": "6"
                },
                {
                  "agent": {
                    "city": "lVK",
                    "country": "SS",
                    "sign": "IUC"
                  },
                  "baggage": {
                    "carryOnWeight": {
                      "unit": "KG",
                      "value": 1.3
                    },
                    "checkedInBaggage": {
                      "bagTagNumber": [
                        "12345678",
                        "11223344"
                      ],
                      "quantity": 3,
                      "totalWeight": {
                        "unit": "LB",
                        "value": 3
                      }
                    }
                  },
                  "bookingClass": "F",
                  "cabinClass": "PREMIUM_FIRST",
                  "checkInSequenceNumber": "249",
                  "deck": {
                    "code": "MAIN",
                    "value": "OTHER"
                  },
                  "displayData": {
                    "accommodation": "BUSINESS",
                    "agentCityName": "Abdullahview",
                    "arrivalAirportName": "Rocklin",
                    "boardingPassOnlyText": "BOARDING PASS ONLY",
                    "boardingTime": "1732",
                    "cabinClassCode": "n",
                    "cabinText": "BUSINESS",
                    "carryOnText": "NO CARRY-ON",
                    "childText": "INFANT",
                    "commuterAirlineName": "[object Object]",
                    "commuterOperatedByText": "OPERATED BY",
                    "departureAirportName": "Enriquebury",
                    "documentTypeText": "BOARDING PASS",
                    "doorCloseTime": "4870",
                    "edifactApiText": "API ERROR",
                    "entitlementTexts": {
                      "fastTrack": "FAST TRACK",
                      "loungeAccess": "LOUNGE XTRA",
                      "priorityBoarding": "PRIORITY"
                    },
                    "estimatedArrivalTime": "1020",
                    "estimatedDepartureDate": "2027-04-28T00:00:00.0Z",
                    "estimatedDepartureTime": "2609",
                    "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": "G6NE",
                    "plusInfantText": "PLUS INFANT",
                    "premiumText": "PREMIUM",
                    "priorityAaccessText": "PRIORITY AACCESS",
                    "priorityBoardingText": "PRIORITY BOARDING",
                    "priorityText": "PRIORITY",
                    "scheduledArrivalTime": "2006",
                    "scheduledDepartureDate": "2026-07-16T00:00:00.0Z",
                    "scheduledDepartureTime": "1970",
                    "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": "GG",
                    "arrivalTime": "2026-08-19T00:00:00.0Z",
                    "boardingTime": "1967-11-14T15:08:53.0Z",
                    "commuter": true,
                    "departureAirport": "[ob",
                    "departureCountry": "AQ",
                    "departureFlightScheduleStatus": "DELAYED",
                    "departureGate": "Gg",
                    "departureTerminal": "3J",
                    "departureTime": "2026-12-30T00:00:00.0Z",
                    "equipment": "531",
                    "estimatedArrivalTime": "1941-06-05T08:45:22.0Z",
                    "estimatedDepartureTime": "1924-07-09T01:27:16.0Z",
                    "flightNumber": "6178",
                    "operatingAirline": "[ob",
                    "operatingFlightNumber": "91"
                  },
                  "group": "jaSHjN",
                  "loyaltyAccount": {
                    "id": "f334b280-c85e-4f57-93ca-13ba38aec590",
                    "latestAwardDate": "2026-05-18",
                    "loyaltyTierLevel": {
                      "atpco": "07",
                      "customerInsight": "21",
                      "name": "platinum",
                      "number": 3,
                      "priority": 5,
                      "tag": "dgS"
                    },
                    "memberAirline": "[ob",
                    "memberId": "4170989031",
                    "membershipStartDate": "2025-08-01",
                    "mileage": {
                      "unit": "MILES",
                      "value": 4828
                    },
                    "pnrId": "2",
                    "points": 1154,
                    "source": "SSCI"
                  },
                  "passengerFlightId": "epiVHZLF0G",
                  "personName": {
                    "first": "Abdul",
                    "last": "Rowe",
                    "middle": "London",
                    "prefix": "Mrs.",
                    "raw": "Perry Hahn",
                    "suffix": "DVM"
                  },
                  "recordLocator": "NFBDFP",
                  "seatNumber": "17C",
                  "source": "HOST",
                  "standbyPriority": "HM",
                  "supplementaryData": {
                    "dhsStatus": 5,
                    "exclusiveWaitingArea": false,
                    "infraeroElectronicStamp": "32531773101417",
                    "loungeAccess": true,
                    "selectee": false,
                    "skyPriority": true,
                    "spanishLargeFamily": true,
                    "spanishResident": true,
                    "tboAirport": "[ob",
                    "throughAirport": "[ob",
                    "throughCountry": "AG"
                  },
                  "ticketCouponNumber": "28",
                  "ticketNumber": {
                    "airlineAccountingCode": "105",
                    "checkDigit": "8",
                    "number": "65812145340633",
                    "serialNumber": "5561383304"
                  },
                  "zone": "3"
                },
                {
                  "agent": {
                    "city": "Hsf",
                    "country": "KW",
                    "sign": "HXB"
                  },
                  "baggage": {
                    "carryOnWeight": {
                      "unit": "KG",
                      "value": 10.7
                    },
                    "checkedInBaggage": {
                      "bagTagNumber": [
                        "11223344",
                        "12345678",
                        "87654321"
                      ],
                      "quantity": 3,
                      "totalWeight": {
                        "unit": "LB",
                        "value": 7.5
                      }
                    }
                  },
                  "bookingClass": "W",
                  "cabinClass": "PREMIUM_ECONOMY",
                  "checkInSequenceNumber": "835",
                  "deck": {
                    "code": "MAIN",
                    "value": "OTHER"
                  },
                  "displayData": {
                    "accommodation": "BUSINESS",
                    "agentCityName": "East Tatumboro",
                    "arrivalAirportName": "Novi",
                    "boardingPassOnlyText": "BOARDING PASS ONLY",
                    "boardingTime": "6143",
                    "cabinClassCode": "b",
                    "cabinText": "FIRST CLASS",
                    "carryOnText": "NO CARRY-ON",
                    "childText": "CHILD",
                    "commuterAirlineName": "[object Object]",
                    "commuterOperatedByText": "OPERATED BY",
                    "departureAirportName": "West Lora",
                    "documentTypeText": "BOARDING PASS",
                    "doorCloseTime": "9214",
                    "edifactApiText": "API ERROR",
                    "entitlementTexts": {
                      "fastTrack": "FAST TRACK",
                      "loungeAccess": "LOUNGE XTRA",
                      "priorityBoarding": "PRIORITY"
                    },
                    "estimatedArrivalTime": "3731",
                    "estimatedDepartureDate": "2027-03-26T00:00:00.0Z",
                    "estimatedDepartureTime": "8325",
                    "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": "B6ek",
                    "plusInfantText": "PLUS INFANT",
                    "premiumText": "PREMIUM",
                    "priorityAaccessText": "PRIORITY AACCESS",
                    "priorityBoardingText": "PRIORITY BOARDING",
                    "priorityText": "PRIORITY",
                    "scheduledArrivalTime": "9601",
                    "scheduledDepartureDate": "2027-04-11T00:00:00.0Z",
                    "scheduledDepartureTime": "5680",
                    "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": "MZ",
                    "arrivalTime": "2027-01-05T00:00:00.0Z",
                    "boardingTime": "1962-08-06T11:13:31.0Z",
                    "commuter": false,
                    "departureAirport": "[ob",
                    "departureCountry": "SN",
                    "departureFlightScheduleStatus": "DELAYED",
                    "departureGate": "pj",
                    "departureTerminal": "QO",
                    "departureTime": "2027-03-21T00:00:00.0Z",
                    "equipment": "264",
                    "estimatedArrivalTime": "1948-04-23T11:37:25.0Z",
                    "estimatedDepartureTime": "1931-09-13T07:12:20.0Z",
                    "flightNumber": "4",
                    "operatingAirline": "[ob",
                    "operatingFlightNumber": "9978"
                  },
                  "group": "uX7QsO",
                  "loyaltyAccount": {
                    "id": "310dedee-ee40-4853-bc8b-7b18c8b6c236",
                    "latestAwardDate": "2025-11-02",
                    "loyaltyTierLevel": {
                      "atpco": "79",
                      "customerInsight": "33",
                      "name": "platinum",
                      "number": 4,
                      "priority": 8,
                      "tag": "wnR"
                    },
                    "memberAirline": "[ob",
                    "memberId": "2165769302",
                    "membershipStartDate": "2022-12-11",
                    "mileage": {
                      "unit": "MILES",
                      "value": 1650
                    },
                    "pnrId": "0",
                    "points": 31593,
                    "source": "SSCI"
                  },
                  "passengerFlightId": "6KVqOkvsSe",
                  "personName": {
                    "first": "Ora",
                    "last": "Batz",
                    "middle": "Riley",
                    "prefix": "Dr.",
                    "raw": "Max Schowalter",
                    "suffix": "III"
                  },
                  "recordLocator": "VGSMNY",
                  "seatNumber": "18B",
                  "source": "EXTERNAL",
                  "standbyPriority": "zA",
                  "supplementaryData": {
                    "dhsStatus": 3,
                    "exclusiveWaitingArea": true,
                    "infraeroElectronicStamp": "13099355054456",
                    "loungeAccess": true,
                    "selectee": false,
                    "skyPriority": true,
                    "spanishLargeFamily": true,
                    "spanishResident": true,
                    "tboAirport": "[ob",
                    "throughAirport": "[ob",
                    "throughCountry": "MT"
                  },
                  "ticketCouponNumber": "79",
                  "ticketNumber": {
                    "airlineAccountingCode": "018",
                    "checkDigit": "4",
                    "number": "79946339360093",
                    "serialNumber": "0473601205"
                  },
                  "zone": "0"
                },
                {
                  "agent": {
                    "city": "ZXi",
                    "country": "GM",
                    "sign": "Qqz"
                  },
                  "baggage": {
                    "carryOnWeight": {
                      "unit": "LB",
                      "value": 4.7
                    },
                    "checkedInBaggage": {
                      "bagTagNumber": [
                        "12345678",
                        "87654321",
                        "11223344"
                      ],
                      "quantity": 1,
                      "totalWeight": {
                        "unit": "LB",
                        "value": 1.9
                      }
                    }
                  },
                  "bookingClass": "y",
                  "cabinClass": "BUSINESS",
                  "checkInSequenceNumber": "973",
                  "deck": {
                    "code": "MIDDLE",
                    "value": "UPPER"
                  },
                  "displayData": {
                    "accommodation": "BUSINESS",
                    "agentCityName": "Heidenreichshire",
                    "arrivalAirportName": "Fort Shakira",
                    "boardingPassOnlyText": "BOARDING PASS ONLY",
                    "boardingTime": "0620",
                    "cabinClassCode": "V",
                    "cabinText": "ECONOMY",
                    "carryOnText": "CARRY-ON",
                    "childText": "CHILD",
                    "commuterAirlineName": "[object Object]",
                    "commuterOperatedByText": "OPERATED BY",
                    "departureAirportName": "Holliebury",
                    "documentTypeText": "BOARDING PASS",
                    "doorCloseTime": "4054",
                    "edifactApiText": "API ERROR",
                    "entitlementTexts": {
                      "fastTrack": "FAST TRACK",
                      "loungeAccess": "LOUNGE XTRA",
                      "priorityBoarding": "PRIORITY"
                    },
                    "estimatedArrivalTime": "2920",
                    "estimatedDepartureDate": "2027-01-07T00:00:00.0Z",
                    "estimatedDepartureTime": "1086",
                    "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": "B8AB",
                    "plusInfantText": "PLUS INFANT",
                    "premiumText": "PREMIUM",
                    "priorityAaccessText": "PRIORITY AACCESS",
                    "priorityBoardingText": "PRIORITY BOARDING",
                    "priorityText": "PRIORITY",
                    "scheduledArrivalTime": "3098",
                    "scheduledDepartureDate": "2026-07-12T00:00:00.0Z",
                    "scheduledDepartureTime": "8300",
                    "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": "NO",
                    "arrivalTime": "2027-06-05T00:00:00.0Z",
                    "boardingTime": "1898-02-04T11:02:44.0Z",
                    "commuter": true,
                    "departureAirport": "[ob",
                    "departureCountry": "CY",
                    "departureFlightScheduleStatus": "DELAYED",
                    "departureGate": "hU",
                    "departureTerminal": "r2",
                    "departureTime": "2027-03-01T00:00:00.0Z",
                    "equipment": "633",
                    "estimatedArrivalTime": "1911-04-04T17:38:21.0Z",
                    "estimatedDepartureTime": "1966-01-11T14:24:01.0Z",
                    "flightNumber": "5799",
                    "operatingAirline": "[ob",
                    "operatingFlightNumber": "102"
                  },
                  "group": "Vm7krd",
                  "loyaltyAccount": {
                    "id": "9d1ec3b7-1639-47fc-99ae-04e2662ce1e2",
                    "latestAwardDate": "2025-10-13",
                    "loyaltyTierLevel": {
                      "atpco": "58",
                      "customerInsight": "92",
                      "name": "platinum",
                      "number": 3,
                      "priority": 4,
                      "tag": "uAx"
                    },
                    "memberAirline": "[ob",
                    "memberId": "4449779570",
                    "membershipStartDate": "2025-07-20",
                    "mileage": {
                      "unit": "MILES",
                      "value": 1412
                    },
                    "pnrId": "4",
                    "points": 31350,
                    "source": "PNR"
                  },
                  "passengerFlightId": "uIBVWFlkUL",
                  "personName": {
                    "first": "Malika",
                    "last": "Dibbert",
                    "middle": "Jules",
                    "prefix": "Mr.",
                    "raw": "Irma Koelpin",
                    "suffix": "III"
                  },
                  "recordLocator": "WVNEWJ",
                  "seatNumber": "22D",
                  "source": "EXTERNAL",
                  "standbyPriority": "pe",
                  "supplementaryData": {
                    "dhsStatus": 4,
                    "exclusiveWaitingArea": false,
                    "infraeroElectronicStamp": "47911898751618",
                    "loungeAccess": true,
                    "selectee": false,
                    "skyPriority": true,
                    "spanishLargeFamily": false,
                    "spanishResident": true,
                    "tboAirport": "[ob",
                    "throughAirport": "[ob",
                    "throughCountry": "PT"
                  },
                  "ticketCouponNumber": "98",
                  "ticketNumber": {
                    "airlineAccountingCode": "284",
                    "checkDigit": "2",
                    "number": "04270376684394",
                    "serialNumber": "3620036870"
                  },
                  "zone": "5"
                },
                {
                  "agent": {
                    "city": "VRT",
                    "country": "FO",
                    "sign": "sbF"
                  },
                  "baggage": {
                    "carryOnWeight": {
                      "unit": "KG",
                      "value": 13.5
                    },
                    "checkedInBaggage": {
                      "bagTagNumber": [
                        "12345678",
                        "87654321",
                        "11223344"
                      ],
                      "quantity": 2,
                      "totalWeight": {
                        "unit": "LB",
                        "value": 10.5
                      }
                    }
                  },
                  "bookingClass": "p",
                  "cabinClass": "PREMIUM_FIRST",
                  "checkInSequenceNumber": "204",
                  "deck": {
                    "code": "UPPER",
                    "value": "OTHER"
                  },
                  "displayData": {
                    "accommodation": "RESIDENCE SUITE",
                    "agentCityName": "Jaydonfield",
                    "arrivalAirportName": "South Theodore",
                    "boardingPassOnlyText": "BOARDING PASS ONLY",
                    "boardingTime": "2541",
                    "cabinClassCode": "H",
                    "cabinText": "ECONOMY",
                    "carryOnText": "CARRY-ON",
                    "childText": "CHILD",
                    "commuterAirlineName": "[object Object]",
                    "commuterOperatedByText": "OPERATED BY",
                    "departureAirportName": "Swaniawskifort",
                    "documentTypeText": "BOARDING PASS",
                    "doorCloseTime": "5534",
                    "edifactApiText": "API OK",
                    "entitlementTexts": {
                      "fastTrack": "FAST TRACK",
                      "loungeAccess": "LOUNGE XTRA",
                      "priorityBoarding": "PRIORITY"
                    },
                    "estimatedArrivalTime": "3950",
                    "estimatedDepartureDate": "2026-10-18T00:00:00.0Z",
                    "estimatedDepartureTime": "2182",
                    "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": "Mtis",
                    "plusInfantText": "PLUS INFANT",
                    "premiumText": "PREMIUM",
                    "priorityAaccessText": "PRIORITY AACCESS",
                    "priorityBoardingText": "PRIORITY BOARDING",
                    "priorityText": "PRIORITY",
                    "scheduledArrivalTime": "2987",
                    "scheduledDepartureDate": "2027-02-18T00:00:00.0Z",
                    "scheduledDepartureTime": "8028",
                    "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": "GE",
                    "arrivalTime": "2027-03-03T00:00:00.0Z",
                    "boardingTime": "1941-12-06T15:34:43.0Z",
                    "commuter": true,
                    "departureAirport": "[ob",
                    "departureCountry": "CI",
                    "departureFlightScheduleStatus": "ON_TIME",
                    "departureGate": "c6",
                    "departureTerminal": "Vm",
                    "departureTime": "2027-02-13T00:00:00.0Z",
                    "equipment": "042",
                    "estimatedArrivalTime": "1894-09-29T02:24:12.0Z",
                    "estimatedDepartureTime": "1947-01-21T17:43:20.0Z",
                    "flightNumber": "6",
                    "operatingAirline": "[ob",
                    "operatingFlightNumber": "4011"
                  },
                  "group": "4CtrXY",
                  "loyaltyAccount": {
                    "id": "6795b26e-e022-4a94-b9fd-00e85283504f",
                    "latestAwardDate": "2025-10-04",
                    "loyaltyTierLevel": {
                      "atpco": "03",
                      "customerInsight": "63",
                      "name": "gold",
                      "number": 4,
                      "priority": 7,
                      "tag": "UaM"
                    },
                    "memberAirline": "[ob",
                    "memberId": "0800254301",
                    "membershipStartDate": "2025-07-21",
                    "mileage": {
                      "unit": "MILES",
                      "value": 959
                    },
                    "pnrId": "4",
                    "points": 50883,
                    "source": "SSCI"
                  },
                  "passengerFlightId": "AOYpz3oYQO",
                  "personName": {
                    "first": "Guadalupe",
                    "last": "Considine",
                    "middle": "Alex",
                    "prefix": "Mrs.",
                    "raw": "Dr. Tommie Watsica-Kilback",
                    "suffix": "I"
                  },
                  "recordLocator": "QQSQBY",
                  "seatNumber": "21E",
                  "source": "EXTERNAL",
                  "standbyPriority": "vk",
                  "supplementaryData": {
                    "dhsStatus": 1,
                    "exclusiveWaitingArea": true,
                    "infraeroElectronicStamp": "67375031901880",
                    "loungeAccess": true,
                    "selectee": false,
                    "skyPriority": false,
                    "spanishLargeFamily": true,
                    "spanishResident": true,
                    "tboAirport": "[ob",
                    "throughAirport": "[ob",
                    "throughCountry": "NF"
                  },
                  "ticketCouponNumber": "99",
                  "ticketNumber": {
                    "airlineAccountingCode": "715",
                    "checkDigit": "7",
                    "number": "10404436791894",
                    "serialNumber": "5620191475"
                  },
                  "zone": "9"
                }
              ],
              "formattedBoardingPass": {
                "document": {
                  "contentType": "image/avif",
                  "name": "deploy_whereas.[object Object]",
                  "value": "7tc5yNtlgszQCvUuCOUP27EvV9MCyerbHS7yq5gv2VlqYdexsKEzaN0KFE0nZbJa"
                },
                "image": {
                  "contentType": "application/xml",
                  "name": "academics_onto_operating.[object Object]",
                  "value": "LJgXrqbLJPKMiJKszb9TopgbgluzvfmuD8otMMX7EH2zkpE9pWJaTisT1m4gv8Ey"
                },
                "pectab": {
                  "data": {
                    "contentType": "application/x-sh",
                    "name": "coolly_dismal_beyond.[object Object]",
                    "value": "m3BP9bKruxhjpdEZfQr2xnTnkx6E7xa8GricxWthymeU45y7ahj3IyY0mCVFGSC0"
                  },
                  "layout": {
                    "contentType": "application/vnd.mozilla.xul+xml",
                    "name": "outflank_in_that.[object Object]",
                    "value": "1Z2228xupDpVNWsUBJ7ZB5M0vn9b5XaQm0hjBdgDTXcDMpvCIYlY00KVs69jdJme"
                  },
                  "template": {
                    "contentType": "application/vnd.ms-powerpoint",
                    "name": "across.[object Object]",
                    "value": "EA4GZxbVCsxILfwpgw5x2Yb4rhKSEEn2z200c4YGkRWWLruYztDJ10ksosxjSsUP"
                  },
                  "templates": [
                    {
                      "contentType": "text/html",
                      "name": "light.[object Object]",
                      "value": "4OAw2yCFqY8dxOad9ZE3AZrEBAGhwKIoj57vg2WcYVLutk8l82HolcSvUcrcBdUB"
                    },
                    {
                      "contentType": "application/vnd.oasis.opendocument.presentation",
                      "name": "consequently.[object Object]",
                      "value": "Pq9nF2CttwtOW0AIimb1q3NS0LBnXTvpuzZ0vZjgedUbse4KEH2nAMJXPtwXdQGk"
                    }
                  ]
                },
                "supplementaryData": {
                  "accommodation": "RESIDENCE SUITE",
                  "selectee": true,
                  "skyPriority": true,
                  "zone": "6"
                },
                "zpl": {
                  "contentType": "text/csv",
                  "name": "shoulder.[object Object]",
                  "value": "SmpMIELX325w3ePpYh8VlrIBwWyJKmjRJyWRUkclB5aJwiDUoc24C80DnU0bKLng"
                }
              },
              "passengerFlightIds": [
                "id02",
                "id01"
              ],
              "type": "BOARDING_PASS"
            }
          ],
          "checkedBaggage": [
            {
              "airExtraRefs": [
                "id01",
                "id02"
              ],
              "airline": "oh",
              "baggageTagTypes": [
                {
                  "code": "A",
                  "description": "DAMAGED",
                  "reason": [
                    {
                      "code": "73",
                      "description": "WCuurlxuLbztDOf"
                    },
                    {
                      "code": "15",
                      "description": "JcbDFIGPJcbYivN"
                    }
                  ]
                },
                {
                  "code": "A",
                  "description": "FRAGILE",
                  "reason": [
                    {
                      "code": "21",
                      "description": "iOGzmcLeBJNhosl"
                    }
                  ]
                },
                {
                  "code": "U",
                  "description": "DAMAGED",
                  "reason": [
                    {
                      "code": "51",
                      "description": "yWmtYQXHCKkZrEu"
                    },
                    {
                      "code": "39",
                      "description": "LyPkHklXfzSEszk"
                    }
                  ]
                },
                {
                  "code": "f",
                  "description": "FRAGILE",
                  "reason": [
                    {
                      "code": "81",
                      "description": "eudrDdADBadulwX"
                    },
                    {
                      "code": "19",
                      "description": "QNmqijcTolckitd"
                    },
                    {
                      "code": "49",
                      "description": "lcfFYhbQGviHYDW"
                    }
                  ]
                }
              ],
              "bagTag": {
                "ancillaryBagType": "STANDARD",
                "arrivalAirport": "daJ",
                "bagTagNumber": "Qxn0vCc4V4",
                "bagTagState": "INACTIVE",
                "departureAirport": "zJG",
                "excludeFromSubsequentBagCalculation": false
              },
              "freeBaggageAllowance": false,
              "id": "1c0abaf7-08d9-4c99-9e51-cb7469d6a554",
              "segmentRefs": [
                "id01",
                "id02"
              ],
              "size": {
                "unit": "FEET",
                "value": 126
              },
              "status": "CHECKED_IN",
              "weight": {
                "unit": "KILOGRAM",
                "value": 10.2
              }
            },
            {
              "airExtraRefs": [
                "id01",
                "id02"
              ],
              "airline": "IT",
              "baggageTagTypes": [
                {
                  "code": "X",
                  "description": "FRAGILE",
                  "reason": [
                    {
                      "code": "59",
                      "description": "TONCnEcacjcqZxx"
                    },
                    {
                      "code": "13",
                      "description": "ZxtdJxCvcmdpyLF"
                    },
                    {
                      "code": "36",
                      "description": "TFworyAZJKajLcv"
                    }
                  ]
                }
              ],
              "bagTag": {
                "ancillaryBagType": "OTHER",
                "arrivalAirport": "lAo",
                "bagTagNumber": "9DjCAVR6FN",
                "bagTagState": "INACTIVE",
                "departureAirport": "xOV",
                "excludeFromSubsequentBagCalculation": false
              },
              "freeBaggageAllowance": false,
              "id": "bbdca93a-d132-470b-b41d-3c5a0a113eb2",
              "segmentRefs": [
                "id01",
                "id02"
              ],
              "size": {
                "unit": "METER",
                "value": 72
              },
              "status": "NOT_CHECKED_IN",
              "weight": {
                "unit": "KILOGRAM",
                "value": 21.1
              }
            },
            {
              "airExtraRefs": [
                "id01",
                "id02"
              ],
              "airline": "at",
              "baggageTagTypes": [
                {
                  "code": "d",
                  "description": "DAMAGED",
                  "reason": [
                    {
                      "code": "55",
                      "description": "YOhRTGVIUUqpwed"
                    },
                    {
                      "code": "35",
                      "description": "rBOjhvKVWLwltwc"
                    },
                    {
                      "code": "89",
                      "description": "DUVWOshiEMNeayy"
                    },
                    {
                      "code": "56",
                      "description": "pxZipWvKEUYHTHi"
                    },
                    {
                      "code": "99",
                      "description": "jFYvlDplSHCIYkW"
                    }
                  ]
                },
                {
                  "code": "p",
                  "description": "DAMAGED",
                  "reason": [
                    {
                      "code": "20",
                      "description": "BYIPPcPVZzfcpBh"
                    },
                    {
                      "code": "15",
                      "description": "NZVyEwdbINhqdEM"
                    },
                    {
                      "code": "84",
                      "description": "AYTxqEicXHGKZyy"
                    },
                    {
                      "code": "04",
                      "description": "PmbqCJnTgemORAK"
                    },
                    {
                      "code": "75",
                      "description": "OLZiLeFpVOnKZyI"
                    }
                  ]
                }
              ],
              "bagTag": {
                "ancillaryBagType": "OTHER",
                "arrivalAirport": "cuT",
                "bagTagNumber": "gvbXJulrGk",
                "bagTagState": "ACTIVE",
                "departureAirport": "tzM",
                "excludeFromSubsequentBagCalculation": false
              },
              "freeBaggageAllowance": false,
              "id": "d21c22d6-a834-4d35-8f90-ac0199102492",
              "segmentRefs": [
                "id01",
                "id02"
              ],
              "size": {
                "unit": "METER",
                "value": 60
              },
              "status": "NOT_CHECKED_IN",
              "weight": {
                "unit": "KILOGRAM",
                "value": 37.8
              }
            },
            {
              "airExtraRefs": [
                "id01",
                "id02"
              ],
              "airline": "am",
              "baggageTagTypes": [
                {
                  "code": "n",
                  "description": "DAMAGED",
                  "reason": [
                    {
                      "code": "44",
                      "description": "MEfqJonAXiDFOep"
                    },
                    {
                      "code": "96",
                      "description": "sblBThClCBgdAKD"
                    },
                    {
                      "code": "29",
                      "description": "cFwYBwLnCWcxldU"
                    },
                    {
                      "code": "40",
                      "description": "mFErBIkjJPKDeGx"
                    }
                  ]
                },
                {
                  "code": "C",
                  "description": "FRAGILE",
                  "reason": [
                    {
                      "code": "49",
                      "description": "VQOjAeuzXAYfOZv"
                    },
                    {
                      "code": "55",
                      "description": "MjXoQiLdIxvBaFf"
                    },
                    {
                      "code": "98",
                      "description": "NedKwlTajNqUrBf"
                    }
                  ]
                },
                {
                  "code": "r",
                  "description": "STANDARD",
                  "reason": [
                    {
                      "code": "48",
                      "description": "OxNHdeFlQznqtAB"
                    },
                    {
                      "code": "61",
                      "description": "UbIEiyaiefdiPvO"
                    },
                    {
                      "code": "39",
                      "description": "QxLvgxsulFRKosU"
                    },
                    {
                      "code": "36",
                      "description": "EvcouuLkhvGbnlM"
                    },
                    {
                      "code": "87",
                      "description": "QGnmcrvyElbgsxC"
                    }
                  ]
                },
                {
                  "code": "v",
                  "description": "FRAGILE",
                  "reason": [
                    {
                      "code": "04",
                      "description": "fSdxlvqYUpILWPU"
                    },
                    {
                      "code": "11",
                      "description": "ZWpBSyVvYhhUMlA"
                    },
                    {
                      "code": "15",
                      "description": "qsJkEhQAYPQrGRR"
                    },
                    {
                      "code": "32",
                      "description": "fMAougLLQoWMEbG"
                    },
                    {
                      "code": "33",
                      "description": "RvNfsYrLNAPCoPY"
                    }
                  ]
                }
              ],
              "bagTag": {
                "ancillaryBagType": "STANDARD",
                "arrivalAirport": "gSw",
                "bagTagNumber": "3EXAArk7dw",
                "bagTagState": "ACTIVE",
                "departureAirport": "was",
                "excludeFromSubsequentBagCalculation": false
              },
              "freeBaggageAllowance": true,
              "id": "51ee01a0-1dad-4837-b84d-d33108882582",
              "segmentRefs": [
                "id01",
                "id02"
              ],
              "size": {
                "unit": "CENTIMETER",
                "value": 104
              },
              "status": "NOT_CHECKED_IN",
              "weight": {
                "unit": "KILOGRAM",
                "value": 36.3
              }
            }
          ],
          "contactDetails": {
            "address": [
              {
                "city": "North Roselyn",
                "companyName": "Fahey, Daniel and Farrell",
                "country": "LY",
                "id": "332095a0-d9c9-4592-ab7f-3cff52cbad4c",
                "personName": {
                  "first": "Jacinto",
                  "last": "Cassin",
                  "middle": "Angel",
                  "prefix": "Miss",
                  "raw": "Lynne Kuphal",
                  "suffix": "Jr."
                },
                "postalCode": "01513",
                "stateProvince": "Michigan",
                "street1": "49559 Jackson Street",
                "street2": "Suite 398",
                "type": "HOME"
              },
              {
                "city": "Fort Magdalen",
                "companyName": "Schowalter - O'Reilly",
                "country": "TN",
                "id": "f78fb2f5-d882-4f6f-a717-8238b2883734",
                "personName": {
                  "first": "Kellen",
                  "last": "Bartell",
                  "middle": "Greer",
                  "prefix": "Mr.",
                  "raw": "Geoffrey Harvey",
                  "suffix": "II"
                },
                "postalCode": "33156",
                "stateProvince": "Texas",
                "street1": "3237 Johns River",
                "street2": "Apt. 354",
                "type": "HOME"
              },
              {
                "city": "Wizaworth",
                "companyName": "Doyle - Kerluke",
                "country": "AG",
                "id": "fd47faa5-d4d6-4f20-8f2d-614108b9fcc1",
                "personName": {
                  "first": "Keshawn",
                  "last": "Wyman",
                  "middle": "Brooklyn",
                  "prefix": "Dr.",
                  "raw": "Jackie Bernhard",
                  "suffix": "I"
                },
                "postalCode": "59448-2354",
                "stateProvince": "Nebraska",
                "street1": "57892 Gulgowski Rapid",
                "street2": "Apt. 123",
                "type": "HOME"
              },
              {
                "city": "Elsieberg",
                "companyName": "Bernier Group",
                "country": "RW",
                "id": "405fa66c-4d85-4d30-a480-9d2fb331f22b",
                "personName": {
                  "first": "Montana",
                  "last": "McKenzie",
                  "middle": "Harper",
                  "prefix": "Ms.",
                  "raw": "Elvira Prosacco MD",
                  "suffix": "MD"
                },
                "postalCode": "58865",
                "stateProvince": "Arizona",
                "street1": "4259 Maggie Crossroad",
                "street2": "Apt. 491",
                "type": "HOME"
              },
              {
                "city": "Jenastead",
                "companyName": "Gerhold - Bednar",
                "country": "TL",
                "id": "aa259c92-7f0b-45e2-bf25-dda2adb86254",
                "personName": {
                  "first": "Aditya",
                  "last": "Bins",
                  "middle": "Greer",
                  "prefix": "Dr.",
                  "raw": "Ricardo D'Amore",
                  "suffix": "DDS"
                },
                "postalCode": "25784-0024",
                "stateProvince": "Arizona",
                "street1": "35086 Carmella Lakes",
                "street2": "Apt. 172",
                "type": "HOME"
              }
            ],
            "email": [
              {
                "id": "068c2d31-2509-4224-8d09-349d7bec501e",
                "type": "PERSONAL",
                "value": "Jeramie_Lubowitz5@gmail.com"
              },
              {
                "id": "23d5454d-c147-44c2-a14c-f3b8209be51e",
                "type": "PERSONAL",
                "value": "Clair_Frami@yahoo.com"
              },
              {
                "id": "7822a301-9e07-41c5-8aa7-6ac4b3f35aee",
                "type": "PERSONAL",
                "value": "Linwood.Beahan@gmail.com"
              },
              {
                "id": "3e4ba239-a702-4b9a-9c46-fb13ec8f8379",
                "type": "PERSONAL",
                "value": "Monica.Murray46@gmail.com"
              }
            ],
            "phone": [
              {
                "allowedSMS": true,
                "areaCode": "747",
                "carrier": "ATT",
                "countryCode": "18",
                "extension": "958",
                "id": "3142e246-66d6-4e35-92bd-bc3faa866ca2",
                "number": "04426275",
                "type": "MOBILE"
              }
            ]
          },
          "contactTracingDetails": {
            "emails": [
              {
                "countryCode": "CM",
                "id": "88f98d47-6cb6-462b-878f-1849c875f377",
                "value": "Sam87@yahoo.com"
              },
              {
                "countryCode": "VC",
                "id": "cfca66bd-1727-45c7-a33e-6a0202d4c9d4",
                "value": "Antwan_Medhurst61@gmail.com"
              }
            ],
            "phones": [
              {
                "countryCode": "FO",
                "id": "9e857e58-7536-406f-97de-bf9263070a82",
                "value": "Callie_Treutel83@hotmail.com"
              },
              {
                "countryCode": "NI",
                "id": "75a74ac5-fe5d-4f25-9ea8-e76bb258b964",
                "value": "Jamie.Johns43@hotmail.com"
              },
              {
                "countryCode": "YE",
                "id": "de8d0ec2-1ac5-4821-95bf-93d4cf6442ff",
                "value": "Albina.Schneider8@yahoo.com"
              },
              {
                "countryCode": "SM",
                "id": "e80bf172-0b18-403b-927f-c9a6f9dc25c1",
                "value": "Domenic_Crist24@hotmail.com"
              }
            ]
          },
          "dateOfBirth": "1998-12-26",
          "eligibilities": {
            "eligibility": [
              {
                "notEligible": false,
                "reason": [
                  {
                    "category": "MISSING_DOCUMENT",
                    "details": "hq9PVUJClzJPXvVGMMLH",
                    "message": "This flight is not eligible.",
                    "property": [
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "151"
                      }
                    ]
                  },
                  {
                    "category": "INSUFFICIENT_FUNDS",
                    "details": "ju46W9TbBG7JWWp4Fn0P",
                    "message": "It is too early for check-in.",
                    "property": [
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "290"
                      },
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "899"
                      },
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "076"
                      },
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "412"
                      },
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "904"
                      }
                    ]
                  },
                  {
                    "category": "BOOKING_CANCELLED",
                    "details": "4vrenhnPomOvijDDCkLx",
                    "message": "Booking has been cancelled.",
                    "property": [
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "598"
                      },
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "987"
                      },
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "389"
                      },
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "998"
                      }
                    ]
                  },
                  {
                    "category": "INVALID_FLIGHT",
                    "details": "3vnZr4oWxXUWq1wbRAZH",
                    "message": "Required travel document is missing.",
                    "property": [
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "469"
                      },
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "940"
                      },
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "509"
                      },
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "418"
                      },
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "329"
                      }
                    ]
                  }
                ],
                "type": "CHECK_IN"
              },
              {
                "notEligible": false,
                "reason": [
                  {
                    "category": "INSUFFICIENT_FUNDS",
                    "details": "aZ5YNHmv7W7BksqfZfmG",
                    "message": "Payment processing failed.",
                    "property": [
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "590"
                      },
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "652"
                      },
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "396"
                      }
                    ]
                  },
                  {
                    "category": "MISSING_DOCUMENT",
                    "details": "0S2Oyt2pxjI6yWegtAZa",
                    "message": "This flight is not eligible.",
                    "property": [
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "522"
                      },
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "500"
                      },
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "280"
                      },
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "383"
                      }
                    ]
                  },
                  {
                    "category": "TOO_EARLY_FOR_CHECK_IN",
                    "details": "RSbpqIE3Nh017G562MDQ",
                    "message": "Booking has been cancelled.",
                    "property": [
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "990"
                      }
                    ]
                  }
                ],
                "type": "CHECK_IN"
              },
              {
                "notEligible": false,
                "reason": [
                  {
                    "category": "TOO_EARLY_FOR_CHECK_IN",
                    "details": "GfhS0AW7w2C7XKrR7OZB",
                    "message": "Booking has been cancelled.",
                    "property": [
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "179"
                      }
                    ]
                  },
                  {
                    "category": "BOOKING_CANCELLED",
                    "details": "ZIwEw1b2AL0VYrNXl2MY",
                    "message": "Booking has been cancelled.",
                    "property": [
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "220"
                      }
                    ]
                  },
                  {
                    "category": "MISSING_DOCUMENT",
                    "details": "Otwy46um2a2zP25WCWmb",
                    "message": "It is too early for check-in.",
                    "property": [
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "325"
                      },
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "438"
                      },
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "545"
                      }
                    ]
                  },
                  {
                    "category": "MISSING_DOCUMENT",
                    "details": "MRuL0wcpGacXlKMmH2Rv",
                    "message": "Booking has been cancelled.",
                    "property": [
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "905"
                      },
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "809"
                      },
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "177"
                      },
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "699"
                      }
                    ]
                  }
                ],
                "type": "CHECK_IN"
              },
              {
                "notEligible": false,
                "reason": [
                  {
                    "category": "INSUFFICIENT_FUNDS",
                    "details": "8sjjicFN6Cfu1j8SHSs0",
                    "message": "Required travel document is missing.",
                    "property": [
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "989"
                      },
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "677"
                      }
                    ]
                  },
                  {
                    "category": "MISSING_DOCUMENT",
                    "details": "7YsiWGQZMN4iL68acLcS",
                    "message": "Booking has been cancelled.",
                    "property": [
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "852"
                      },
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "882"
                      },
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "757"
                      },
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "689"
                      },
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "767"
                      }
                    ]
                  },
                  {
                    "category": "INVALID_FLIGHT",
                    "details": "L4mrPezF3omYU24TsGuV",
                    "message": "Payment processing failed.",
                    "property": [
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "221"
                      },
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "018"
                      },
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "816"
                      },
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "762"
                      },
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "971"
                      }
                    ]
                  },
                  {
                    "category": "TOO_EARLY_FOR_CHECK_IN",
                    "details": "XA1p2ybDaFcuEOrXsJDs",
                    "message": "Booking has been cancelled.",
                    "property": [
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "267"
                      },
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "342"
                      }
                    ]
                  },
                  {
                    "category": "MISSING_DOCUMENT",
                    "details": "APTpCRg2Ef6HiGWUo25T",
                    "message": "Payment processing failed.",
                    "property": [
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "050"
                      },
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "822"
                      }
                    ]
                  }
                ],
                "type": "CHECK_IN"
              },
              {
                "notEligible": false,
                "reason": [
                  {
                    "category": "INSUFFICIENT_FUNDS",
                    "details": "McRbIM6Z7qu5bFhlDtGI",
                    "message": "Required travel document is missing.",
                    "property": [
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "150"
                      },
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "954"
                      },
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "368"
                      }
                    ]
                  },
                  {
                    "category": "INSUFFICIENT_FUNDS",
                    "details": "bhlUI7ZYGORBjhXZoI8q",
                    "message": "It is too early for check-in.",
                    "property": [
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "829"
                      },
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "474"
                      },
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "334"
                      }
                    ]
                  },
                  {
                    "category": "INVALID_FLIGHT",
                    "details": "4FVTTVpmxI0sXGAGOKXu",
                    "message": "This flight is not eligible.",
                    "property": [
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "324"
                      },
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "208"
                      },
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "020"
                      },
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "963"
                      },
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "457"
                      }
                    ]
                  }
                ],
                "type": "CHECK_IN"
              }
            ]
          },
          "emd": [
            {
              "agent": {
                "duty": "qs",
                "homeBranch": "31847",
                "homeLocation": "yMN",
                "homeStation": "8354",
                "lniata": "UAUpP3",
                "sine": "yvT",
                "stationLocation": "mpT",
                "stationNumber": "9974",
                "ticketingProvider": {
                  "checkDigit": "8",
                  "name": "Robel - Schaden",
                  "number": "688",
                  "value": "el"
                },
                "type": "o",
                "workLocation": "eyZ"
              },
              "customer": [
                {
                  "purchaser": {
                    "firstName": "Enos",
                    "lastName": "Dibbert",
                    "name": "Mr. Carroll Hudson"
                  },
                  "traveler": {
                    "externalNumber": "17145912",
                    "firstName": "Bettye",
                    "lastName": "Hudson",
                    "name": "Ashley Leannon",
                    "passengerType": "CHD"
                  }
                },
                {
                  "purchaser": {
                    "firstName": "Concepcion",
                    "lastName": "Gislason",
                    "name": "Gretchen Shanahan"
                  },
                  "traveler": {
                    "externalNumber": "22350240",
                    "firstName": "Cristian",
                    "lastName": "Koelpin",
                    "name": "Cesar Marquardt",
                    "passengerType": "ADT"
                  }
                },
                {
                  "purchaser": {
                    "firstName": "Imogene",
                    "lastName": "Abbott",
                    "name": "Virginia Ankunding"
                  },
                  "traveler": {
                    "externalNumber": "52442065",
                    "firstName": "William",
                    "lastName": "Schuster",
                    "name": "Ollie Barrows",
                    "passengerType": "INF"
                  }
                },
                {
                  "purchaser": {
                    "firstName": "Demarco",
                    "lastName": "Kuhic",
                    "name": "Abel Hudson"
                  },
                  "traveler": {
                    "externalNumber": "22617500",
                    "firstName": "Rosetta",
                    "lastName": "Tromp",
                    "name": "Mrs. Cynthia Schmeler",
                    "passengerType": "CHD"
                  }
                },
                {
                  "purchaser": {
                    "firstName": "Rasheed",
                    "lastName": "Borer",
                    "name": "Mr. Brad Greenfelder"
                  },
                  "traveler": {
                    "externalNumber": "13879078",
                    "firstName": "Jacky",
                    "lastName": "Huel",
                    "name": "Bruce Windler IV",
                    "passengerType": "ADT"
                  }
                }
              ],
              "emdCoupon": [
                {
                  "classOfService": "T",
                  "couponNumber": "87",
                  "endLocation": "sDd",
                  "marketingFlightNumber": "9317",
                  "marketingProvider": {
                    "checkDigit": "3",
                    "name": "Legros Group",
                    "number": "571",
                    "value": "vJ"
                  },
                  "startDateTime": "2026-09-29T00:00:00.0Z",
                  "startLocation": "Jxr"
                },
                {
                  "classOfService": "Q",
                  "couponNumber": "76",
                  "endLocation": "acI",
                  "marketingFlightNumber": "9384",
                  "marketingProvider": {
                    "checkDigit": "8",
                    "name": "Torp Inc",
                    "number": "188",
                    "value": "oI"
                  },
                  "startDateTime": "2027-05-01T00:00:00.0Z",
                  "startLocation": "sSA"
                }
              ],
              "emdNumber": {
                "number": "36055039346176"
              },
              "fareCalculationDetails": "r8jvQf2YiF9d6Uqj9oBi",
              "fareCalculationMode": "3",
              "issueTime": "2025-09-26T00:00:00.0Z",
              "miscellaneous": [
                {
                  "associatedTicketNumber": {
                    "associationType": "ADQ",
                    "checkDigit": "4",
                    "couponNumber": "30",
                    "value": "4070444034022"
                  },
                  "emdCoupon": [
                    {
                      "classOfService": "a",
                      "couponNumber": "73",
                      "endLocation": "SPU",
                      "marketingFlightNumber": "8840",
                      "marketingProvider": {
                        "checkDigit": "3",
                        "name": "Graham, Beahan and Zulauf",
                        "number": "192",
                        "value": "YK"
                      },
                      "startDateTime": "2027-03-16T00:00:00.0Z",
                      "startLocation": "Hwo"
                    }
                  ],
                  "fee": {
                    "base": {
                      "text": "081133",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "ZMW",
                        "value": 128.22
                      },
                      "valueCode": "5K25"
                    },
                    "code": "thGS",
                    "coupon": 2,
                    "description": "Our bitter-inspired Pants brings a taste of luxury to your phony lifestyle",
                    "equivalent": {
                      "text": "921792",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "XCD",
                        "value": 395.83
                      },
                      "valueCode": "o5dV"
                    },
                    "quantity": 1,
                    "total": {
                      "text": "961800",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "AUD",
                        "value": 132.28
                      },
                      "valueCode": "SinE"
                    },
                    "totalTax": {
                      "text": "578011",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "MVR",
                        "value": 316.12
                      },
                      "valueCode": "OdXv"
                    }
                  },
                  "optionalService": {
                    "feeProvider": {
                      "checkDigit": "9",
                      "name": "McGlynn, Gerlach and Marks",
                      "number": "225",
                      "value": "mz"
                    },
                    "group": "ihraf",
                    "indicators": {
                      "consumed": "k",
                      "feeOverride": "H",
                      "taxExempt": "v"
                    },
                    "journeyType": "kB",
                    "reason": "DSWFGArjST"
                  },
                  "tax": [
                    {
                      "tax": [
                        {
                          "exempt": true,
                          "name": "lciBefLKJU",
                          "sequence": 3,
                          "status": "oo",
                          "taxCode": "UIT",
                          "text": "644306",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "MZN",
                            "value": 73.59
                          },
                          "valueCode": "YEIy"
                        },
                        {
                          "exempt": false,
                          "name": "AuNNXhGxSG",
                          "sequence": 3,
                          "status": "CY",
                          "taxCode": "KHD",
                          "text": "114069",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "DOP",
                            "value": 445.47
                          },
                          "valueCode": "Y5EU"
                        },
                        {
                          "exempt": true,
                          "name": "OXOievmzDi",
                          "sequence": 3,
                          "status": "Ij",
                          "taxCode": "HmL",
                          "text": "108569",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "GBP",
                            "value": 103.79
                          },
                          "valueCode": "lRGY"
                        },
                        {
                          "exempt": false,
                          "name": "HKNQflekuc",
                          "sequence": 3,
                          "status": "Dw",
                          "taxCode": "Yzo",
                          "text": "218428",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "BBD",
                            "value": 34.59
                          },
                          "valueCode": "Uoo2"
                        },
                        {
                          "exempt": true,
                          "name": "rmObRlHsYT",
                          "sequence": 5,
                          "status": "Zf",
                          "taxCode": "Tvn",
                          "text": "133230",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "UZS",
                            "value": 454.05
                          },
                          "valueCode": "oNIj"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": true,
                          "name": "PwrJYDRhKB",
                          "sequence": 5,
                          "status": "Ds",
                          "taxCode": "QeZ",
                          "text": "985472",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "VES",
                            "value": 74.68
                          },
                          "valueCode": "jVAT"
                        },
                        {
                          "exempt": false,
                          "name": "WrqzEZqemJ",
                          "sequence": 3,
                          "status": "Pw",
                          "taxCode": "cUR",
                          "text": "216123",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "BYN",
                            "value": 269.96
                          },
                          "valueCode": "PMWM"
                        },
                        {
                          "exempt": false,
                          "name": "lnHyTPhioR",
                          "sequence": 4,
                          "status": "Fu",
                          "taxCode": "CST",
                          "text": "804198",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "QAR",
                            "value": 136.22
                          },
                          "valueCode": "WxcN"
                        },
                        {
                          "exempt": false,
                          "name": "MFkiXAwovb",
                          "sequence": 3,
                          "status": "ai",
                          "taxCode": "cYo",
                          "text": "143313",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "KWD",
                            "value": 348.7
                          },
                          "valueCode": "sbkt"
                        },
                        {
                          "exempt": false,
                          "name": "EGlAbHmTQf",
                          "sequence": 3,
                          "status": "XQ",
                          "taxCode": "AlW",
                          "text": "392426",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "KWD",
                            "value": 66.71
                          },
                          "valueCode": "RGfP"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": true,
                          "name": "QaEGhFSbJB",
                          "sequence": 3,
                          "status": "TF",
                          "taxCode": "Rls",
                          "text": "841575",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "NZD",
                            "value": 219.8
                          },
                          "valueCode": "Gi7J"
                        },
                        {
                          "exempt": true,
                          "name": "OYvKkTIRLg",
                          "sequence": 4,
                          "status": "OT",
                          "taxCode": "ULi",
                          "text": "042051",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "OMR",
                            "value": 478.4
                          },
                          "valueCode": "Wf46"
                        },
                        {
                          "exempt": true,
                          "name": "LeFSHiZFeF",
                          "sequence": 3,
                          "status": "tN",
                          "taxCode": "Mzn",
                          "text": "635115",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "IDR",
                            "value": 255.81
                          },
                          "valueCode": "Zma8"
                        },
                        {
                          "exempt": false,
                          "name": "EiZimsiTRC",
                          "sequence": 2,
                          "status": "Ht",
                          "taxCode": "CPq",
                          "text": "043501",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "NPR",
                            "value": 207.54
                          },
                          "valueCode": "yEhT"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": false,
                          "name": "ketoiTUgDN",
                          "sequence": 1,
                          "status": "Gg",
                          "taxCode": "IUX",
                          "text": "181361",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "YER",
                            "value": 244.94
                          },
                          "valueCode": "UGvy"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": false,
                          "name": "JEQhPeJbmO",
                          "sequence": 4,
                          "status": "NJ",
                          "taxCode": "DcN",
                          "text": "894138",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "TND",
                            "value": 51.37
                          },
                          "valueCode": "H5I5"
                        },
                        {
                          "exempt": true,
                          "name": "uKLWGBjfEd",
                          "sequence": 1,
                          "status": "vr",
                          "taxCode": "vah",
                          "text": "448025",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "BZD",
                            "value": 228.31
                          },
                          "valueCode": "x4cN"
                        },
                        {
                          "exempt": false,
                          "name": "DrDoiNYGaz",
                          "sequence": 3,
                          "status": "Hy",
                          "taxCode": "yPz",
                          "text": "725505",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "ZWL",
                            "value": 283.63
                          },
                          "valueCode": "qkqt"
                        },
                        {
                          "exempt": false,
                          "name": "TNnjBskQHf",
                          "sequence": 1,
                          "status": "ex",
                          "taxCode": "DKg",
                          "text": "639944",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "GMD",
                            "value": 482.62
                          },
                          "valueCode": "bd8X"
                        }
                      ]
                    }
                  ]
                },
                {
                  "associatedTicketNumber": {
                    "associationType": "FXu",
                    "checkDigit": "1",
                    "couponNumber": "81",
                    "value": "5104680857099"
                  },
                  "emdCoupon": [
                    {
                      "classOfService": "W",
                      "couponNumber": "98",
                      "endLocation": "Fys",
                      "marketingFlightNumber": "9563",
                      "marketingProvider": {
                        "checkDigit": "7",
                        "name": "Lubowitz Group",
                        "number": "278",
                        "value": "nV"
                      },
                      "startDateTime": "2027-01-02T00:00:00.0Z",
                      "startLocation": "LAn"
                    },
                    {
                      "classOfService": "m",
                      "couponNumber": "00",
                      "endLocation": "VAi",
                      "marketingFlightNumber": "3335",
                      "marketingProvider": {
                        "checkDigit": "0",
                        "name": "Schuppe LLC",
                        "number": "888",
                        "value": "hH"
                      },
                      "startDateTime": "2027-05-07T00:00:00.0Z",
                      "startLocation": "qnw"
                    }
                  ],
                  "fee": {
                    "base": {
                      "text": "285235",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "CZK",
                        "value": 366.89
                      },
                      "valueCode": "rYBl"
                    },
                    "code": "6TK4",
                    "coupon": 5,
                    "description": "Innovative Fish featuring rubbery technology and Aluminum construction",
                    "equivalent": {
                      "text": "165491",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "DZD",
                        "value": 324.78
                      },
                      "valueCode": "P0zO"
                    },
                    "quantity": 1,
                    "total": {
                      "text": "156756",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "IQD",
                        "value": 89.43
                      },
                      "valueCode": "d4gc"
                    },
                    "totalTax": {
                      "text": "790854",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "TMT",
                        "value": 221.99
                      },
                      "valueCode": "14Qo"
                    }
                  },
                  "optionalService": {
                    "feeProvider": {
                      "checkDigit": "4",
                      "name": "Gleichner, Altenwerth and Stroman",
                      "number": "719",
                      "value": "JN"
                    },
                    "group": "wUIoC",
                    "indicators": {
                      "consumed": "A",
                      "feeOverride": "c",
                      "taxExempt": "U"
                    },
                    "journeyType": "Wf",
                    "reason": "CggbPxxMzw"
                  },
                  "tax": [
                    {
                      "tax": [
                        {
                          "exempt": false,
                          "name": "RyyeXwakbj",
                          "sequence": 3,
                          "status": "ph",
                          "taxCode": "aND",
                          "text": "330900",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "GEL",
                            "value": 71.42
                          },
                          "valueCode": "cPul"
                        },
                        {
                          "exempt": false,
                          "name": "HHIAluyatA",
                          "sequence": 1,
                          "status": "DQ",
                          "taxCode": "TBH",
                          "text": "484559",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "UYU",
                            "value": 290.82
                          },
                          "valueCode": "8gDQ"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": false,
                          "name": "BGDTeQqYoz",
                          "sequence": 3,
                          "status": "UJ",
                          "taxCode": "Nqo",
                          "text": "030341",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "ISK",
                            "value": 127.02
                          },
                          "valueCode": "8OB7"
                        },
                        {
                          "exempt": false,
                          "name": "oNpVgJmXME",
                          "sequence": 2,
                          "status": "Dh",
                          "taxCode": "Ryj",
                          "text": "866506",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "YER",
                            "value": 382.42
                          },
                          "valueCode": "9NEc"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": false,
                          "name": "JLMxqfFVut",
                          "sequence": 4,
                          "status": "aJ",
                          "taxCode": "MeI",
                          "text": "053770",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "THB",
                            "value": 450.01
                          },
                          "valueCode": "FWvJ"
                        },
                        {
                          "exempt": false,
                          "name": "cdKTlojJjK",
                          "sequence": 4,
                          "status": "Fe",
                          "taxCode": "lWc",
                          "text": "681340",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "GNF",
                            "value": 370.26
                          },
                          "valueCode": "e5OB"
                        },
                        {
                          "exempt": false,
                          "name": "FLfJSliVMh",
                          "sequence": 3,
                          "status": "Pn",
                          "taxCode": "SWl",
                          "text": "450227",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "MUR",
                            "value": 149.22
                          },
                          "valueCode": "yR56"
                        }
                      ]
                    }
                  ]
                },
                {
                  "associatedTicketNumber": {
                    "associationType": "Wrg",
                    "checkDigit": "2",
                    "couponNumber": "23",
                    "value": "2686068847892"
                  },
                  "emdCoupon": [
                    {
                      "classOfService": "b",
                      "couponNumber": "04",
                      "endLocation": "pfq",
                      "marketingFlightNumber": "0067",
                      "marketingProvider": {
                        "checkDigit": "0",
                        "name": "Rosenbaum - Hills",
                        "number": "812",
                        "value": "yR"
                      },
                      "startDateTime": "2026-09-19T00:00:00.0Z",
                      "startLocation": "Ntg"
                    },
                    {
                      "classOfService": "j",
                      "couponNumber": "49",
                      "endLocation": "xrD",
                      "marketingFlightNumber": "8554",
                      "marketingProvider": {
                        "checkDigit": "8",
                        "name": "Strosin - White",
                        "number": "109",
                        "value": "Br"
                      },
                      "startDateTime": "2027-02-15T00:00:00.0Z",
                      "startLocation": "bcj"
                    },
                    {
                      "classOfService": "D",
                      "couponNumber": "50",
                      "endLocation": "gQX",
                      "marketingFlightNumber": "0188",
                      "marketingProvider": {
                        "checkDigit": "7",
                        "name": "Johnson - Lynch",
                        "number": "499",
                        "value": "Eu"
                      },
                      "startDateTime": "2026-07-19T00:00:00.0Z",
                      "startLocation": "VIJ"
                    },
                    {
                      "classOfService": "s",
                      "couponNumber": "84",
                      "endLocation": "DWw",
                      "marketingFlightNumber": "5477",
                      "marketingProvider": {
                        "checkDigit": "6",
                        "name": "Rohan, Schmidt and Sipes",
                        "number": "119",
                        "value": "kn"
                      },
                      "startDateTime": "2026-12-01T00:00:00.0Z",
                      "startLocation": "xDg"
                    },
                    {
                      "classOfService": "p",
                      "couponNumber": "43",
                      "endLocation": "RMO",
                      "marketingFlightNumber": "0083",
                      "marketingProvider": {
                        "checkDigit": "5",
                        "name": "Runolfsdottir - Tillman",
                        "number": "684",
                        "value": "Ar"
                      },
                      "startDateTime": "2027-04-09T00:00:00.0Z",
                      "startLocation": "tRD"
                    }
                  ],
                  "fee": {
                    "base": {
                      "text": "348134",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "BWP",
                        "value": 152.15
                      },
                      "valueCode": "Jlge"
                    },
                    "code": "D1wl",
                    "coupon": 7,
                    "description": "New Shirt model with 47 GB RAM, 606 GB storage, and granular features",
                    "equivalent": {
                      "text": "476352",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "USD",
                        "value": 425
                      },
                      "valueCode": "zl02"
                    },
                    "quantity": 1,
                    "total": {
                      "text": "620299",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "GBP",
                        "value": 433.38
                      },
                      "valueCode": "lMXw"
                    },
                    "totalTax": {
                      "text": "716597",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "PGK",
                        "value": 65.48
                      },
                      "valueCode": "Figr"
                    }
                  },
                  "optionalService": {
                    "feeProvider": {
                      "checkDigit": "0",
                      "name": "Steuber - Rodriguez",
                      "number": "615",
                      "value": "AY"
                    },
                    "group": "YtNVY",
                    "indicators": {
                      "consumed": "B",
                      "feeOverride": "G",
                      "taxExempt": "M"
                    },
                    "journeyType": "rH",
                    "reason": "flUdMMcFdC"
                  },
                  "tax": [
                    {
                      "tax": [
                        {
                          "exempt": true,
                          "name": "NFBvtVRfdA",
                          "sequence": 5,
                          "status": "tc",
                          "taxCode": "rYP",
                          "text": "551016",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "KGS",
                            "value": 427.25
                          },
                          "valueCode": "bnqN"
                        },
                        {
                          "exempt": false,
                          "name": "EHUCQBAiRG",
                          "sequence": 3,
                          "status": "GS",
                          "taxCode": "Nny",
                          "text": "024310",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "NIO",
                            "value": 229.45
                          },
                          "valueCode": "edoF"
                        },
                        {
                          "exempt": true,
                          "name": "IoYKXyKvGp",
                          "sequence": 4,
                          "status": "bT",
                          "taxCode": "UWp",
                          "text": "428869",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "VES",
                            "value": 280.69
                          },
                          "valueCode": "lJ5w"
                        },
                        {
                          "exempt": false,
                          "name": "fajDUVaXwj",
                          "sequence": 3,
                          "status": "bj",
                          "taxCode": "tPd",
                          "text": "700072",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "RWF",
                            "value": 53.44
                          },
                          "valueCode": "iZ9g"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": true,
                          "name": "jUZzMkIwYt",
                          "sequence": 5,
                          "status": "HS",
                          "taxCode": "lMC",
                          "text": "195784",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "MMK",
                            "value": 338.23
                          },
                          "valueCode": "U6TQ"
                        }
                      ]
                    }
                  ]
                }
              ],
              "payment": [
                {
                  "base": {
                    "applyCreditIndicator": false,
                    "currency": "DJF",
                    "value": 55.83
                  },
                  "cashIndicator": true,
                  "formOfPaymentType": "CASH",
                  "paymentConfirmation": true,
                  "remarks": "MUEjGxWxhw",
                  "sequence": 1,
                  "tax": {
                    "applyCreditIndicator": false,
                    "currency": "KES",
                    "value": 499.46
                  },
                  "total": {
                    "applyCreditIndicator": true,
                    "currency": "GTQ",
                    "value": 358.73
                  }
                },
                {
                  "base": {
                    "applyCreditIndicator": true,
                    "currency": "STN",
                    "value": 192.62
                  },
                  "cashIndicator": true,
                  "formOfPaymentType": "CASH",
                  "paymentConfirmation": false,
                  "remarks": "hVKCaTQyWa",
                  "sequence": 2,
                  "tax": {
                    "applyCreditIndicator": true,
                    "currency": "SAR",
                    "value": 116.25
                  },
                  "total": {
                    "applyCreditIndicator": true,
                    "currency": "VND",
                    "value": 321.66
                  }
                },
                {
                  "base": {
                    "applyCreditIndicator": false,
                    "currency": "XPF",
                    "value": 418.86
                  },
                  "cashIndicator": true,
                  "formOfPaymentType": "CC",
                  "paymentConfirmation": false,
                  "remarks": "mtUdXgDjRe",
                  "sequence": 4,
                  "tax": {
                    "applyCreditIndicator": false,
                    "currency": "ILS",
                    "value": 163.93
                  },
                  "total": {
                    "applyCreditIndicator": true,
                    "currency": "JPY",
                    "value": 28.74
                  }
                },
                {
                  "base": {
                    "applyCreditIndicator": true,
                    "currency": "OMR",
                    "value": 127.83
                  },
                  "cashIndicator": false,
                  "formOfPaymentType": "CC",
                  "paymentConfirmation": false,
                  "remarks": "MegLTDiAlT",
                  "sequence": 3,
                  "tax": {
                    "applyCreditIndicator": true,
                    "currency": "SHP",
                    "value": 460.15
                  },
                  "total": {
                    "applyCreditIndicator": true,
                    "currency": "IDR",
                    "value": 476.29
                  }
                }
              ],
              "priceBreakdown": {
                "amounts": {
                  "base": {
                    "text": "261437",
                    "ticketingAmount": {
                      "applyCreditIndicator": true,
                      "currency": "CVE",
                      "value": 268.58
                    },
                    "valueCode": "Ly10"
                  },
                  "equivalent": {
                    "currencyConversion": {
                      "bankerBuyingRate": 0.8922,
                      "bankerSellingRate": 0.821,
                      "iataClearingHouseRate": 1.1671
                    },
                    "text": "009325",
                    "ticketingAmount": {
                      "applyCreditIndicator": true,
                      "currency": "LYD",
                      "value": 402.6
                    },
                    "valueCode": "RDVq"
                  },
                  "net": {
                    "text": "673592",
                    "ticketingAmount": {
                      "applyCreditIndicator": false,
                      "currency": "KZT",
                      "value": 50.72
                    },
                    "valueCode": "aDiT"
                  },
                  "tax": [
                    {
                      "exempt": true,
                      "name": "gmIomaDsQj",
                      "sequence": 2,
                      "status": "ie",
                      "taxCode": "Amd",
                      "text": "344651",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "BMD",
                        "value": 448.36
                      },
                      "valueCode": "XwwW"
                    },
                    {
                      "exempt": false,
                      "name": "lCzUfdkkuS",
                      "sequence": 3,
                      "status": "rM",
                      "taxCode": "iwZ",
                      "text": "618974",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "BSD",
                        "value": 215.15
                      },
                      "valueCode": "HR0U"
                    },
                    {
                      "exempt": true,
                      "name": "WfAzmrHKmR",
                      "sequence": 2,
                      "status": "em",
                      "taxCode": "Eey",
                      "text": "085807",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "MAD",
                        "value": 113.84
                      },
                      "valueCode": "OIO3"
                    }
                  ],
                  "total": {
                    "rateOfExchange": 1.0063,
                    "text": "163489",
                    "ticketingAmount": {
                      "applyCreditIndicator": false,
                      "currency": "KHR",
                      "value": 108.87
                    },
                    "valueCode": "dMtM"
                  },
                  "totalTax": {
                    "text": "872027",
                    "ticketingAmount": {
                      "applyCreditIndicator": true,
                      "currency": "PGK",
                      "value": 347.36
                    },
                    "valueCode": "6Ys6"
                  }
                },
                "taxes": {
                  "tax": [
                    {
                      "exempt": false,
                      "name": "pNRtAXvEOx",
                      "sequence": 2,
                      "status": "jQ",
                      "taxCode": "uae",
                      "text": "159038",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "MAD",
                        "value": 271.13
                      },
                      "valueCode": "7QK6"
                    },
                    {
                      "exempt": false,
                      "name": "SCOloghxdD",
                      "sequence": 2,
                      "status": "Qf",
                      "taxCode": "EaI",
                      "text": "127954",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "XAF",
                        "value": 223.57
                      },
                      "valueCode": "Pub0"
                    },
                    {
                      "exempt": false,
                      "name": "zOinNPXxHD",
                      "sequence": 3,
                      "status": "kv",
                      "taxCode": "vCn",
                      "text": "953384",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "MDL",
                        "value": 188.27
                      },
                      "valueCode": "nH37"
                    },
                    {
                      "exempt": false,
                      "name": "InFhrgESIA",
                      "sequence": 3,
                      "status": "yS",
                      "taxCode": "ktI",
                      "text": "277159",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "AWG",
                        "value": 160.38
                      },
                      "valueCode": "ibqL"
                    },
                    {
                      "exempt": true,
                      "name": "hrrTHSnIZF",
                      "sequence": 2,
                      "status": "Yp",
                      "taxCode": "BTM",
                      "text": "413702",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "DJF",
                        "value": 81.41
                      },
                      "valueCode": "IkNK"
                    }
                  ]
                }
              },
              "reasonForIssue": "IJQHIpuHfE",
              "relatedDocument": [
                {
                  "associatedTicketNumber": {
                    "associationType": "LyC",
                    "checkDigit": "6",
                    "couponNumber": "88",
                    "value": "4160353379418"
                  },
                  "checkDigit": "5",
                  "coupon": "73",
                  "iataNumber": "154",
                  "issueCity": "Rhiannonborough",
                  "issueDate": "2026-01-30",
                  "number": "6155985604808",
                  "payment": "voWFW",
                  "remark": "kCajhiebrU",
                  "sequence": "04",
                  "transactionId": "4aa81a24-ddf1-4eda-a67e-904b8d0a43a1",
                  "type": "MISCELLANEOUS"
                },
                {
                  "associatedTicketNumber": {
                    "associationType": "pad",
                    "checkDigit": "6",
                    "couponNumber": "23",
                    "value": "8021381741085"
                  },
                  "checkDigit": "7",
                  "coupon": "47",
                  "iataNumber": "583",
                  "issueCity": "Bradenton",
                  "issueDate": "2025-09-02",
                  "number": "9573460167069",
                  "payment": "WQYBg",
                  "remark": "mnsaVdwsFf",
                  "sequence": "20",
                  "transactionId": "089c832f-eb6b-4652-9d00-88bc26c5abe7",
                  "type": "EXCHANGE"
                },
                {
                  "associatedTicketNumber": {
                    "associationType": "cxr",
                    "checkDigit": "9",
                    "couponNumber": "02",
                    "value": "1434713211269"
                  },
                  "checkDigit": "3",
                  "coupon": "24",
                  "iataNumber": "413",
                  "issueCity": "West Nicholaus",
                  "issueDate": "2025-10-05",
                  "number": "1032001157218",
                  "payment": "MBipe",
                  "remark": "LTgnFxBOZK",
                  "sequence": "58",
                  "transactionId": "45d0dc16-73be-4b97-8f98-bebd5100b983",
                  "type": "EXCHANGE"
                },
                {
                  "associatedTicketNumber": {
                    "associationType": "jCA",
                    "checkDigit": "5",
                    "couponNumber": "52",
                    "value": "0411390607253"
                  },
                  "checkDigit": "9",
                  "coupon": "63",
                  "iataNumber": "555",
                  "issueCity": "Pfefferstead",
                  "issueDate": "2025-11-09",
                  "number": "8636525745527",
                  "payment": "RgSMQ",
                  "remark": "lxzWYDMZuT",
                  "sequence": "66",
                  "transactionId": "dfb2faaf-29f5-4024-ab18-30ee0701b686",
                  "type": "REFUND"
                }
              ],
              "reservation": {
                "creationDate": "2025-07-13T00:00:00.0Z",
                "provider": "Dietrich - Gislason",
                "recordLocator": "ZCNBXZ"
              },
              "systemCreateDateTime": "2026-05-30T00:00:00.0Z",
              "type": "aTa"
            }
          ],
          "emergencyContact": [
            {
              "contactDetails": "+16904942403",
              "countryCode": "MG",
              "id": "33500917-9ce6-46d5-9df2-26a1b7838369",
              "name": "Marcella Hammes",
              "otherDetails": "UpWdThDRtDMswfe",
              "relationship": "spouse"
            },
            {
              "contactDetails": "+18277414684",
              "countryCode": "BF",
              "id": "d3e1b8bc-fa94-4b4d-8143-aebd3ca01337",
              "name": "Terry Kihn",
              "otherDetails": "WslFyjqiSBgjsHo",
              "relationship": "sister"
            },
            {
              "contactDetails": "+13904579589",
              "countryCode": "AM",
              "id": "4b4bb31d-4bbb-4ce9-9ada-848257451f49",
              "name": "Mr. Merle Krajcik IV",
              "otherDetails": "bhqHiFzMjcrEdKS",
              "relationship": "sister"
            }
          ],
          "exchangeAvailability": {
            "exchangeableEmds": [
              {
                "airExtraRefs": [
                  "ae1",
                  "ae2"
                ],
                "emdNumber": "84669694708463"
              },
              {
                "airExtraRefs": [
                  "ae1",
                  "ae2"
                ],
                "emdNumber": "24734897070843"
              },
              {
                "airExtraRefs": [
                  "ae1",
                  "ae2"
                ],
                "emdNumber": "16279995750310"
              },
              {
                "airExtraRefs": [
                  "ae1",
                  "ae2"
                ],
                "emdNumber": "85881925699098"
              },
              {
                "airExtraRefs": [
                  "ae1",
                  "ae2"
                ],
                "emdNumber": "88794029894230"
              }
            ],
            "payableAirExtraRefs": [
              "ae1",
              "ae2"
            ]
          },
          "fiscalCode": "VlOLaFnFgS",
          "gender": "MALE",
          "genericSpecialRequests": {
            "genericSpecialRequest": [
              {
                "airlineCode": "bt",
                "airlineFactsType": "HOSTED",
                "code": "8RL9s",
                "freeText": "VQIGTCyMAjSgvov",
                "fullText": "jPmIYaQXwxZLKiZCVYUrFAXqNHGUVk",
                "id": "5d75061d-a2e9-46d8-8b4f-3e6a8676d488",
                "messageType": "SSR",
                "numberInParty": 7,
                "segmentRefs": [
                  "id01",
                  "id02"
                ],
                "status": {
                  "statusCode": "XX",
                  "value": "PENDING"
                },
                "syntheticIdentifier": "656542598217849",
                "ticketNumber": {
                  "airlineAccountingCode": "792",
                  "checkDigit": "1",
                  "number": "37914249006627",
                  "serialNumber": "8151218784"
                }
              },
              {
                "airlineCode": "Vs",
                "airlineFactsType": "HOSTED",
                "code": "3ijHg",
                "freeText": "MsBBWOtxORdtTxP",
                "fullText": "tGjPFfMqSnHmpOMizYSErwVDMLiWWb",
                "id": "cde25905-4b5a-4028-8094-06778d46e370",
                "messageType": "SSR",
                "numberInParty": 7,
                "segmentRefs": [
                  "id01",
                  "id02"
                ],
                "status": {
                  "statusCode": "OK",
                  "value": "REJECTED"
                },
                "syntheticIdentifier": "191962329464532",
                "ticketNumber": {
                  "airlineAccountingCode": "559",
                  "checkDigit": "3",
                  "number": "91420461756660",
                  "serialNumber": "7740516276"
                }
              },
              {
                "airlineCode": "Pw",
                "airlineFactsType": "HOSTED",
                "code": "ctxu8",
                "freeText": "tOjryoqSfSTgSEh",
                "fullText": "rZZGBRADFYXzvRpqjyuYfQHVGCGzxL",
                "id": "20dbfaa8-968d-47ab-b65c-c99c962ab75c",
                "messageType": "SSR",
                "numberInParty": 5,
                "segmentRefs": [
                  "id01",
                  "id02"
                ],
                "status": {
                  "statusCode": "XX",
                  "value": "FULFILLED"
                },
                "syntheticIdentifier": "409699957859272",
                "ticketNumber": {
                  "airlineAccountingCode": "185",
                  "checkDigit": "1",
                  "number": "69950978574287",
                  "serialNumber": "6512447418"
                }
              },
              {
                "airlineCode": "DD",
                "airlineFactsType": "HOSTED",
                "code": "V0mbx",
                "freeText": "NkXgydOipVyqlyL",
                "fullText": "HpbhAiVEhuRVqxPyUHxTXRgLnMJLzm",
                "id": "314e8e54-3f8c-483e-9327-a92c0ef845f6",
                "messageType": "OSI",
                "numberInParty": 1,
                "segmentRefs": [
                  "id01",
                  "id02"
                ],
                "status": {
                  "statusCode": "OK",
                  "value": "VERIFICATION"
                },
                "syntheticIdentifier": "750354816515229",
                "ticketNumber": {
                  "airlineAccountingCode": "505",
                  "checkDigit": "8",
                  "number": "43513336154338",
                  "serialNumber": "1473094452"
                }
              }
            ]
          },
          "id": "b98c0c82-490a-4441-bece-172177050ec8",
          "iropContact": {
            "emails": {
              "email": [
                {
                  "address": "Carley71@hotmail.com",
                  "id": "c23956fc-1651-4419-9c08-70bb4cac6c8b",
                  "languageCode": "PT",
                  "segmentRefs": [
                    "id01",
                    "id02"
                  ],
                  "syntheticIdentifier": "099099306250827"
                },
                {
                  "address": "Christa_Gibson@hotmail.com",
                  "id": "bcdd80f9-065c-4b67-882f-4889ebc5df89",
                  "languageCode": "EN",
                  "segmentRefs": [
                    "id01",
                    "id02"
                  ],
                  "syntheticIdentifier": "363402645833452"
                }
              ]
            },
            "phones": {
              "phone": [
                {
                  "id": "51e238c8-e291-478f-a889-aa80bd442d58",
                  "number": "+12689680637",
                  "segmentRefs": [
                    "id01",
                    "id02"
                  ],
                  "syntheticIdentifier": "022805612556982"
                }
              ]
            },
            "refusals": {
              "refusal": [
                {
                  "id": "042fc0d5-ac94-4cdd-8025-c374d6133197",
                  "reason": "LdyalCntGd",
                  "segmentRefs": [
                    "id01",
                    "id02"
                  ],
                  "syntheticIdentifier": "524933539358296"
                },
                {
                  "id": "6ac7bb7d-e36e-4c4b-8b9f-fa5b2e01e52f",
                  "reason": "OZDFCKDuYa",
                  "segmentRefs": [
                    "id01",
                    "id02"
                  ],
                  "syntheticIdentifier": "203968302607879"
                }
              ]
            }
          },
          "loyaltyAccount": [
            {
              "id": "5b0cf190-b562-4b3a-8ab5-0e03457c16b9",
              "latestAwardDate": "2025-08-18",
              "loyaltyTierLevel": {
                "atpco": "63",
                "customerInsight": "03",
                "name": "gold",
                "number": 3,
                "priority": 4,
                "tag": "ltB"
              },
              "memberAirline": "[ob",
              "memberId": "3731966748",
              "membershipStartDate": "2023-10-07",
              "mileage": {
                "unit": "MILES",
                "value": 4898
              },
              "pnrId": "7",
              "points": 19055,
              "source": "SSCI"
            }
          ],
          "nameNumber": "3756.",
          "passengerDocument": [
            {
              "document": {
                "applicableCountry": "HK",
                "countryOfBirth": "TR",
                "dateOfBirth": "1975-01-27",
                "expiryDate": "2031-04-17",
                "gender": "I",
                "id": "817d0750-cafd-48cb-bbd6-70b87f1bb18d",
                "issueDate": "2026-02-23",
                "issuingCountry": "CN",
                "issuingPlace": "Chesterfield",
                "nationality": "NFK",
                "number": "8kbZZO2333",
                "personName": {
                  "first": "Omer",
                  "last": "VonRueden",
                  "middle": "London",
                  "prefix": "Mr.",
                  "raw": "Dolores Auer",
                  "suffix": "Jr."
                },
                "placeOfBirth": "Mistyboro",
                "type": "PASSPORT"
              },
              "holderType": "PRIMARY",
              "inputMethod": "SCAN",
              "multinameHolder": true
            },
            {
              "document": {
                "applicableCountry": "BJ",
                "countryOfBirth": "BN",
                "dateOfBirth": "1982-04-20",
                "expiryDate": "2029-02-27",
                "gender": "I",
                "id": "edb40b31-7146-4d0c-9056-ea3de37b0653",
                "issueDate": "2024-11-01",
                "issuingCountry": "SD",
                "issuingPlace": "Willisport",
                "nationality": "LBR",
                "number": "CxzCnVZ1OM",
                "personName": {
                  "first": "Jakayla",
                  "last": "D'Amore",
                  "middle": "Ryan",
                  "prefix": "Dr.",
                  "raw": "Muriel Jones DDS",
                  "suffix": "Jr."
                },
                "placeOfBirth": "North Carleychester",
                "type": "PASSPORT"
              },
              "holderType": "SECONDARY",
              "inputMethod": "SWIPE",
              "multinameHolder": false
            },
            {
              "document": {
                "applicableCountry": "BE",
                "countryOfBirth": "AX",
                "dateOfBirth": "1996-11-16",
                "expiryDate": "2030-05-16",
                "gender": "J",
                "id": "d94fc968-6ab5-40eb-b5d8-41dfb09ede80",
                "issueDate": "2024-08-01",
                "issuingCountry": "EG",
                "issuingPlace": "East Lelandside",
                "nationality": "MMR",
                "number": "vcwiWnPc4H",
                "personName": {
                  "first": "Doug",
                  "last": "Feil",
                  "middle": "London",
                  "prefix": "Ms.",
                  "raw": "Alex Abbott",
                  "suffix": "III"
                },
                "placeOfBirth": "Port Margretberg",
                "type": "PASSPORT"
              },
              "holderType": "SECONDARY",
              "inputMethod": "MANUAL",
              "multinameHolder": false
            },
            {
              "document": {
                "applicableCountry": "CV",
                "countryOfBirth": "MG",
                "dateOfBirth": "2013-02-07",
                "expiryDate": "2029-06-30",
                "gender": "J",
                "id": "7bdcef33-314a-4670-8e3f-bef9ea77f519",
                "issueDate": "2025-07-18",
                "issuingCountry": "FM",
                "issuingPlace": "East Gradyborough",
                "nationality": "NZL",
                "number": "BtpbdUHpEa",
                "personName": {
                  "first": "Stephania",
                  "last": "Sporer",
                  "middle": "Reese",
                  "prefix": "Mr.",
                  "raw": "Cory Hirthe",
                  "suffix": "Jr."
                },
                "placeOfBirth": "West Boris",
                "type": "PASSPORT"
              },
              "holderType": "SECONDARY",
              "inputMethod": "SCAN",
              "multinameHolder": true
            },
            {
              "document": {
                "applicableCountry": "CA",
                "countryOfBirth": "TN",
                "dateOfBirth": "1966-11-19",
                "expiryDate": "2031-02-18",
                "gender": "S",
                "id": "856418bc-b734-4f94-9096-ac0adbe24105",
                "issueDate": "2024-08-19",
                "issuingCountry": "KI",
                "issuingPlace": "West Oscar",
                "nationality": "GUM",
                "number": "WvyjZrkZ1N",
                "personName": {
                  "first": "Randy",
                  "last": "Raynor",
                  "middle": "Shiloh",
                  "prefix": "Ms.",
                  "raw": "Wilbert Parisian",
                  "suffix": "Sr."
                },
                "placeOfBirth": "Lake Lueborough",
                "type": "PASSPORT"
              },
              "holderType": "SECONDARY",
              "inputMethod": "SWIPE",
              "multinameHolder": true
            }
          ],
          "passengerItineraryParts": {
            "passengerItineraryPart": [
              {
                "airExtra": [
                  {
                    "airExtraBundleRef": "7e26df79-6a49-4c35-89b8-3b6bba27fbf6",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": true,
                        "customRules": {
                          "applyHighestTierLevel": false,
                          "convertible": true,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 9
                        },
                        "exchangeable": true,
                        "feeApplicationMethod": {
                          "code": "4",
                          "value": "TRAVEL"
                        },
                        "formOfRefund": {
                          "code": "2",
                          "value": "VOUCHER"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 5
                        },
                        "freeOfChargeRules": [
                          "EMD_REQUIRED",
                          "EMD_REQUIRED",
                          "EMD_REQUIRED",
                          "BOOKING_REQUIRED"
                        ],
                        "interlineable": false,
                        "inventoryControlled": true,
                        "paperTicketRequired": true,
                        "purchaseAtTicketIssue": false,
                        "purchaseBy": "2026-08-04",
                        "refundable": true,
                        "tourCode": "dIuzPX"
                      },
                      "bagType": "BIKE",
                      "bookingMethod": {
                        "code": "5 ",
                        "value": "AUXILIARY_SEGMENT"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "EXTRA LEGROOM",
                      "displayOnly": true,
                      "electronicMiscDocType": {
                        "code": "1",
                        "consumedAtIssuance": true,
                        "value": "FLIGHT_COUPON_ASSOCIATED"
                      },
                      "group": "MEA",
                      "id": "x1m-uI",
                      "reasonForIssuance": {
                        "code": "B",
                        "value": "GROUND_TRANSPORT_NON_AIR_SERVICES"
                      },
                      "sequenceNumber": 98,
                      "serviceType": {
                        "code": "mm",
                        "value": "BAGGAGE_ALLOWANCE"
                      },
                      "specialService": {
                        "code": "PETC",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 35,
                              "min": 4,
                              "name": "WEIGHT",
                              "optional": true,
                              "type": "ENUM",
                              "unit": "CM"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 98,
                              "min": 5,
                              "name": "WEIGHT",
                              "optional": false,
                              "type": "DECIMAL",
                              "unit": "IN"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 96,
                              "min": 1,
                              "name": "AGE",
                              "optional": true,
                              "type": "ENUM",
                              "unit": "LB"
                            }
                          ]
                        },
                        "type": "STRUCTURED"
                      },
                      "ssimCode": "iRM",
                      "subCode": "657",
                      "vendor": "MMGR",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 4.4
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 5.8
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 31.2
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 41.3
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 32.2
                        }
                      ]
                    },
                    "bookingIndicator": "32",
                    "disassociated": false,
                    "emdNumber": {
                      "number": "37296166492713"
                    },
                    "emdPaperIndicator": "E",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "09",
                          "segmentRef": "8f9f903c-5afa-4bd3-8bd7-5762c2e78cf2"
                        },
                        {
                          "emdCouponNumber": "98",
                          "segmentRef": "ea1c5f7c-8356-49f7-a8c9-0893b035f1e5"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "25",
                    "id": "8988a45f-e643-4d9f-8f05-ae7ed2d4c913",
                    "miscFee": {
                      "dealName": "WINTER SALE",
                      "group": "BG",
                      "id": "b7342d3b-c2c6-446c-b006-ec455e60cb8c",
                      "offerName": "OFFER A",
                      "reasonForIssuance": "G",
                      "subCode": "362"
                    },
                    "offerId": {
                      "id": "114f5d56-b5ff-4547-a26b-a60a761b1712",
                      "itemId": "359b329c-0f6c-450e-8da1-defe5b76072b"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "OK",
                      "value": "UNSUPPORTED"
                    },
                    "pnrId": "SSXGNJ",
                    "quantity": 5,
                    "specialServiceDescription": {
                      "code": "AuJX",
                      "properties": {
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "056"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "716"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "161"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "735"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "383"
                          }
                        ]
                      },
                      "text": "YCmOZEjNueHExrF"
                    },
                    "syntheticIdentifier": "73447262193474413348",
                    "taxExemption": false,
                    "ticketUsedForEmdPricing": "N",
                    "type": "MISC_FEE",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 25.9
                    }
                  },
                  {
                    "airExtraBundleRef": "f8e1218a-c669-4f2c-a711-ebdb33f28279",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": false,
                        "customRules": {
                          "applyHighestTierLevel": false,
                          "convertible": false,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 3
                        },
                        "exchangeable": false,
                        "feeApplicationMethod": {
                          "code": "1",
                          "value": "TRAVEL"
                        },
                        "formOfRefund": {
                          "code": "1",
                          "value": "ORIGINAL"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 0
                        },
                        "freeOfChargeRules": [
                          "BOOKING_REQUIRED",
                          "EMD_REQUIRED",
                          "BOOKING_REQUIRED",
                          "EMD_REQUIRED"
                        ],
                        "interlineable": true,
                        "inventoryControlled": true,
                        "paperTicketRequired": false,
                        "purchaseAtTicketIssue": false,
                        "purchaseBy": "2027-01-06",
                        "refundable": false,
                        "tourCode": "J8QIqJ"
                      },
                      "bagType": "BIKE",
                      "bookingMethod": {
                        "code": "9_",
                        "value": "ANY_ALLOWED"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "UPTO50LB 23KG",
                      "displayOnly": true,
                      "electronicMiscDocType": {
                        "code": "3",
                        "consumedAtIssuance": true,
                        "value": "ETICKET"
                      },
                      "group": "BG",
                      "id": "vWWoxN",
                      "reasonForIssuance": {
                        "code": "B",
                        "value": "BAGGAGE"
                      },
                      "sequenceNumber": 66,
                      "serviceType": {
                        "code": "Gs",
                        "value": "EMBARGOES"
                      },
                      "specialService": {
                        "code": "PETC",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 27,
                              "min": 4,
                              "name": "WEIGHT",
                              "optional": false,
                              "type": "ENUM",
                              "unit": "IN"
                            }
                          ]
                        },
                        "type": "STRUCTURED"
                      },
                      "ssimCode": "osu",
                      "subCode": "331",
                      "vendor": "SABR",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 13.4
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 38.6
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 33.4
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 8.4
                        }
                      ]
                    },
                    "bookingIndicator": "37",
                    "disassociated": false,
                    "emdNumber": {
                      "number": "03198960501656"
                    },
                    "emdPaperIndicator": "E",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "47",
                          "segmentRef": "16b14a2f-f13b-47ca-afa5-a9389a061043"
                        },
                        {
                          "emdCouponNumber": "76",
                          "segmentRef": "54e7ff76-fee8-4b50-b902-6a8d44304878"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "45",
                    "id": "b8dab1c8-873d-4fea-a464-49606a8e5830",
                    "miscFee": {
                      "dealName": "SPRING DEAL",
                      "group": "SEA",
                      "id": "13c51122-b866-44fd-92f2-78b180bac820",
                      "offerName": "OFFER A",
                      "reasonForIssuance": "A",
                      "subCode": "088"
                    },
                    "offerId": {
                      "id": "280e7f29-056c-41fa-aad9-b624a907e85d",
                      "itemId": "ab82746f-4468-487f-b22e-1d5eeb682293"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "PD",
                      "value": "VERIFICATION"
                    },
                    "pnrId": "QTUMMP",
                    "quantity": 5,
                    "specialServiceDescription": {
                      "code": "naEY",
                      "properties": {
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "978"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "779"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "847"
                          }
                        ]
                      },
                      "text": "AKFFgsgxetWxnKg"
                    },
                    "syntheticIdentifier": "59157193724028127722",
                    "taxExemption": true,
                    "ticketUsedForEmdPricing": "Y",
                    "type": "MISC_FEE",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 31.6
                    }
                  },
                  {
                    "airExtraBundleRef": "0544c8ea-f327-4e6b-bb23-0a69f5719373",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": false,
                        "customRules": {
                          "applyHighestTierLevel": true,
                          "convertible": false,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 9
                        },
                        "exchangeable": true,
                        "feeApplicationMethod": {
                          "code": "2",
                          "value": "TRAVEL"
                        },
                        "formOfRefund": {
                          "code": "1",
                          "value": "ORIGINAL"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 2
                        },
                        "freeOfChargeRules": [
                          "EMD_REQUIRED"
                        ],
                        "interlineable": true,
                        "inventoryControlled": false,
                        "paperTicketRequired": true,
                        "purchaseAtTicketIssue": true,
                        "purchaseBy": "2026-12-25",
                        "refundable": true,
                        "tourCode": "meJH1Z"
                      },
                      "bagType": "BIKE",
                      "bookingMethod": {
                        "code": "9+",
                        "value": "SPECIAL_SERVICE_REQUEST"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "PRIORITY BOARDING",
                      "displayOnly": true,
                      "electronicMiscDocType": {
                        "code": "3",
                        "consumedAtIssuance": true,
                        "value": "FLIGHT_COUPON_ASSOCIATED"
                      },
                      "group": "MEA",
                      "id": "4o2hno",
                      "reasonForIssuance": {
                        "code": "G",
                        "value": "INDIVIDUAL_AIRLINE_USE"
                      },
                      "sequenceNumber": 58,
                      "serviceType": {
                        "code": "nR",
                        "value": "FLIGHT_RELATED"
                      },
                      "specialService": {
                        "code": "PETC",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 95,
                              "min": 5,
                              "name": "WEIGHT",
                              "optional": false,
                              "type": "INT",
                              "unit": "IN"
                            }
                          ]
                        },
                        "type": "NOTALLOWED"
                      },
                      "ssimCode": "M9w",
                      "subCode": "402",
                      "vendor": "AMAD",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 7.3
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 6.2
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 11.3
                        }
                      ]
                    },
                    "bookingIndicator": "62",
                    "disassociated": true,
                    "emdNumber": {
                      "number": "73331284728636"
                    },
                    "emdPaperIndicator": "P",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "30",
                          "segmentRef": "3c86ac82-3c03-4123-8c4b-bdfdaa3419d1"
                        },
                        {
                          "emdCouponNumber": "06",
                          "segmentRef": "3ad0eda7-8166-4b4d-b909-bc588de65e34"
                        },
                        {
                          "emdCouponNumber": "81",
                          "segmentRef": "ecac37b3-7a44-42ce-a6e7-e8e7d384bc91"
                        },
                        {
                          "emdCouponNumber": "47",
                          "segmentRef": "fd053199-ec02-497b-9dbf-d72123350e19"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "24",
                    "id": "9853460a-7ee2-47d0-a1a5-c9d8fcf30c5f",
                    "miscFee": {
                      "dealName": "WINTER SALE",
                      "group": "SEA",
                      "id": "4a7a84dc-935c-4982-b10e-6d22fe1feb4d",
                      "offerName": "MAY WEEKEND DISCOUNT",
                      "reasonForIssuance": "R",
                      "subCode": "042"
                    },
                    "offerId": {
                      "id": "1d3bc714-b7aa-4747-885b-b0eaaebe5f40",
                      "itemId": "f52feb28-b809-4026-b0e6-c52e1e5c6bf9"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "OK",
                      "value": "UNSUPPORTED"
                    },
                    "pnrId": "XYHBAA",
                    "quantity": 4,
                    "specialServiceDescription": {
                      "code": "BLuR",
                      "properties": {
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "187"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "908"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "968"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "313"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "019"
                          }
                        ]
                      },
                      "text": "FUhXKwVIdlksEpf"
                    },
                    "syntheticIdentifier": "55578930777053467611",
                    "taxExemption": true,
                    "ticketUsedForEmdPricing": "N",
                    "type": "ANCILLARY",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 15.6
                    }
                  },
                  {
                    "airExtraBundleRef": "1a564cdc-80e3-40a8-a51c-df34194428c9",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": true,
                        "customRules": {
                          "applyHighestTierLevel": false,
                          "convertible": false,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 3
                        },
                        "exchangeable": true,
                        "feeApplicationMethod": {
                          "code": "1",
                          "value": "TICKET"
                        },
                        "formOfRefund": {
                          "code": "3",
                          "value": "VOUCHER"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 3
                        },
                        "freeOfChargeRules": [
                          "BOOKING_REQUIRED",
                          "EMD_REQUIRED",
                          "EMD_REQUIRED",
                          "EMD_REQUIRED",
                          "BOOKING_REQUIRED"
                        ],
                        "interlineable": true,
                        "inventoryControlled": true,
                        "paperTicketRequired": true,
                        "purchaseAtTicketIssue": false,
                        "purchaseBy": "2027-04-24",
                        "refundable": true,
                        "tourCode": "KaEDPR"
                      },
                      "bagType": "PET",
                      "bookingMethod": {
                        "code": "8=",
                        "value": "NO_BOOKING_REQUIRED"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "LOUNGE ACCESS",
                      "displayOnly": true,
                      "electronicMiscDocType": {
                        "code": "1",
                        "consumedAtIssuance": false,
                        "value": "FLIGHT_COUPON_ASSOCIATED"
                      },
                      "group": "SEA",
                      "id": "J9EQ1x",
                      "reasonForIssuance": {
                        "code": "G",
                        "value": "UNKNOWN"
                      },
                      "sequenceNumber": 75,
                      "serviceType": {
                        "code": "ri",
                        "value": "FLIGHT_RELATED"
                      },
                      "specialService": {
                        "code": "PETC",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 67,
                              "min": 1,
                              "name": "AGE",
                              "optional": false,
                              "type": "DECIMAL",
                              "unit": "CM"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 75,
                              "min": 3,
                              "name": "WEIGHT",
                              "optional": false,
                              "type": "INT",
                              "unit": "LB"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 80,
                              "min": 2,
                              "name": "WEIGHT",
                              "optional": false,
                              "type": "DECIMAL",
                              "unit": "CM"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 31,
                              "min": 1,
                              "name": "WEIGHT",
                              "optional": true,
                              "type": "TEXT",
                              "unit": "LB"
                            }
                          ]
                        },
                        "type": "NOTALLOWED"
                      },
                      "ssimCode": "GVP",
                      "subCode": "493",
                      "vendor": "MMGR",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 25.1
                        }
                      ]
                    },
                    "bookingIndicator": "79",
                    "disassociated": false,
                    "emdNumber": {
                      "number": "76577317265614"
                    },
                    "emdPaperIndicator": "P",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "71",
                          "segmentRef": "3f1f78ec-1419-4eac-b90d-0b76ce8a823a"
                        },
                        {
                          "emdCouponNumber": "07",
                          "segmentRef": "4b3712af-cdac-4586-a860-b956cf387bf7"
                        },
                        {
                          "emdCouponNumber": "81",
                          "segmentRef": "1a2080f8-b34c-43ff-a7c8-7da749cad309"
                        },
                        {
                          "emdCouponNumber": "76",
                          "segmentRef": "05bdabb4-2f86-433d-9f8d-fc6cd59167f9"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "01",
                    "id": "d32892e8-9499-4cce-82de-454fdc1ffe03",
                    "miscFee": {
                      "dealName": "SPRING DEAL",
                      "group": "SEA",
                      "id": "cda3f9f0-b9e7-4830-91de-7dc7585efc62",
                      "offerName": "OFFER A",
                      "reasonForIssuance": "G",
                      "subCode": "165"
                    },
                    "offerId": {
                      "id": "2ce86678-d972-4b4c-8498-e5d1f461c123",
                      "itemId": "4cb91568-5b82-42fd-ad13-7c0b97d605cb"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "PD",
                      "value": "WAIVED"
                    },
                    "pnrId": "TUXTGS",
                    "quantity": 4,
                    "specialServiceDescription": {
                      "code": "BZEW",
                      "properties": {
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "657"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "165"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "887"
                          }
                        ]
                      },
                      "text": "NmQrbJXKkInJLgg"
                    },
                    "syntheticIdentifier": "77101278237589316795",
                    "taxExemption": true,
                    "ticketUsedForEmdPricing": "N",
                    "type": "ANCILLARY",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 37.1
                    }
                  }
                ],
                "id": "ddbe08e6-dcd5-4648-b731-c686d0616c2e",
                "itineraryPartRef": "fe295287-057b-4202-94c7-81ff5296150c"
              },
              {
                "airExtra": [
                  {
                    "airExtraBundleRef": "883a4884-6adb-472b-b78f-a027a59c6c70",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": true,
                        "customRules": {
                          "applyHighestTierLevel": false,
                          "convertible": true,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 10
                        },
                        "exchangeable": true,
                        "feeApplicationMethod": {
                          "code": "5",
                          "value": "PER_CHECKED_PORTION"
                        },
                        "formOfRefund": {
                          "code": "3",
                          "value": "VOUCHER"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 0
                        },
                        "freeOfChargeRules": [
                          "EMD_REQUIRED",
                          "BOOKING_REQUIRED"
                        ],
                        "interlineable": false,
                        "inventoryControlled": false,
                        "paperTicketRequired": true,
                        "purchaseAtTicketIssue": true,
                        "purchaseBy": "2027-03-20",
                        "refundable": true,
                        "tourCode": "9ODTbp"
                      },
                      "bagType": "BIKE",
                      "bookingMethod": {
                        "code": "3_",
                        "value": "CONTACT_AIRLINE"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "EXTRA LEGROOM",
                      "displayOnly": false,
                      "electronicMiscDocType": {
                        "code": "3",
                        "consumedAtIssuance": true,
                        "value": "STANDALONE"
                      },
                      "group": "MEA",
                      "id": "qMoDmP",
                      "reasonForIssuance": {
                        "code": "B",
                        "value": "OTHER"
                      },
                      "sequenceNumber": 29,
                      "serviceType": {
                        "code": "MS",
                        "value": "PREPAID"
                      },
                      "specialService": {
                        "code": "WCHR",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 19,
                              "min": 1,
                              "name": "SIZE",
                              "optional": true,
                              "type": "ENUM",
                              "unit": "IN"
                            }
                          ]
                        },
                        "type": "NOTALLOWED"
                      },
                      "ssimCode": "UPv",
                      "subCode": "225",
                      "vendor": "MMGR",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 16.5
                        }
                      ]
                    },
                    "bookingIndicator": "30",
                    "disassociated": false,
                    "emdNumber": {
                      "number": "76002961591580"
                    },
                    "emdPaperIndicator": "P",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "94",
                          "segmentRef": "f3492442-291a-4848-8b07-c034554f3377"
                        },
                        {
                          "emdCouponNumber": "83",
                          "segmentRef": "be087b51-6041-48d3-8f4a-cb417c38f53c"
                        },
                        {
                          "emdCouponNumber": "93",
                          "segmentRef": "baf835ee-fdbf-4454-9172-cc0da6c1e6be"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "15",
                    "id": "9f58c45b-07dd-476e-9d9b-bc2abf31c2d4",
                    "miscFee": {
                      "dealName": "SPRING DEAL",
                      "group": "SEA",
                      "id": "c9f806f5-b734-43e1-a6cf-28ef8fa402ab",
                      "offerName": "MAY WEEKEND DISCOUNT",
                      "reasonForIssuance": "R",
                      "subCode": "139"
                    },
                    "offerId": {
                      "id": "56659b31-63d4-48df-aaff-b91335457c3a",
                      "itemId": "159896a4-6f54-49c6-8d0e-7c5f26466fa2"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "PD",
                      "value": "FULFILLED"
                    },
                    "pnrId": "UJVNDR",
                    "quantity": 4,
                    "specialServiceDescription": {
                      "code": "jyMe",
                      "properties": {
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "664"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "564"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "063"
                          }
                        ]
                      },
                      "text": "IpTxBtYIikpaIQX"
                    },
                    "syntheticIdentifier": "15568957158257074679",
                    "taxExemption": true,
                    "ticketUsedForEmdPricing": "Y",
                    "type": "ANCILLARY",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 15.1
                    }
                  },
                  {
                    "airExtraBundleRef": "49738553-03b0-4001-a836-5b10f82ea551",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": true,
                        "customRules": {
                          "applyHighestTierLevel": false,
                          "convertible": false,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 1
                        },
                        "exchangeable": false,
                        "feeApplicationMethod": {
                          "code": "2",
                          "value": "ONE_WAY"
                        },
                        "formOfRefund": {
                          "code": "3",
                          "value": "ORIGINAL"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 2
                        },
                        "freeOfChargeRules": [
                          "BOOKING_REQUIRED",
                          "EMD_REQUIRED"
                        ],
                        "interlineable": false,
                        "inventoryControlled": true,
                        "paperTicketRequired": false,
                        "purchaseAtTicketIssue": false,
                        "purchaseBy": "2027-01-01",
                        "refundable": true,
                        "tourCode": "a1Vs1O"
                      },
                      "bagType": "SKI",
                      "bookingMethod": {
                        "code": "6@",
                        "value": "PER_SERVICE_RECORD"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "PRIORITY BOARDING",
                      "displayOnly": true,
                      "electronicMiscDocType": {
                        "code": "2",
                        "consumedAtIssuance": false,
                        "value": "STANDALONE"
                      },
                      "group": "WIF",
                      "id": "8-TKIQ",
                      "reasonForIssuance": {
                        "code": "A",
                        "value": "INDIVIDUAL_AIRLINE_USE"
                      },
                      "sequenceNumber": 7,
                      "serviceType": {
                        "code": "Gr",
                        "value": "CHARGES"
                      },
                      "specialService": {
                        "code": "BGDA",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 75,
                              "min": 5,
                              "name": "WEIGHT",
                              "optional": true,
                              "type": "DECIMAL",
                              "unit": "CM"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 82,
                              "min": 5,
                              "name": "WEIGHT",
                              "optional": false,
                              "type": "INT",
                              "unit": "CM"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 22,
                              "min": 4,
                              "name": "WEIGHT",
                              "optional": true,
                              "type": "INT",
                              "unit": "KG"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 57,
                              "min": 2,
                              "name": "SIZE",
                              "optional": false,
                              "type": "ENUM",
                              "unit": "LB"
                            }
                          ]
                        },
                        "type": "STRUCTURED"
                      },
                      "ssimCode": "8OS",
                      "subCode": "470",
                      "vendor": "MMGR",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 42.9
                        }
                      ]
                    },
                    "bookingIndicator": "06",
                    "disassociated": false,
                    "emdNumber": {
                      "number": "46682255974124"
                    },
                    "emdPaperIndicator": "E",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "18",
                          "segmentRef": "1eea55ce-213d-40c7-b97e-376cdd45a34a"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "92",
                    "id": "0ac03147-4209-4813-ad88-56fa2c192242",
                    "miscFee": {
                      "dealName": "SPRING DEAL",
                      "group": "BG",
                      "id": "b2698158-cea6-4b81-9f8a-e405fc98a5c4",
                      "offerName": "MAY WEEKEND DISCOUNT",
                      "reasonForIssuance": "G",
                      "subCode": "061"
                    },
                    "offerId": {
                      "id": "2ce3477b-a6d1-4830-adc6-725ef771203b",
                      "itemId": "2ed94569-2d80-454c-8c56-873622e31b51"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "OK",
                      "value": "FULFILLED"
                    },
                    "pnrId": "JBECRB",
                    "quantity": 4,
                    "specialServiceDescription": {
                      "code": "NLbz",
                      "properties": {
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "351"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "237"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "055"
                          }
                        ]
                      },
                      "text": "uZLIXPnsBmGpXve"
                    },
                    "syntheticIdentifier": "98478508316150142035",
                    "taxExemption": false,
                    "ticketUsedForEmdPricing": "N",
                    "type": "ANCILLARY",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 6.7
                    }
                  },
                  {
                    "airExtraBundleRef": "d720be2e-9b28-4992-a4fc-386409af14d0",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": false,
                        "customRules": {
                          "applyHighestTierLevel": true,
                          "convertible": false,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 2
                        },
                        "exchangeable": false,
                        "feeApplicationMethod": {
                          "code": "5",
                          "value": "ONE_PERCENT_OF_FARE_PER_KG"
                        },
                        "formOfRefund": {
                          "code": "3",
                          "value": "VOUCHER"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 1
                        },
                        "freeOfChargeRules": [
                          "BOOKING_REQUIRED",
                          "BOOKING_REQUIRED",
                          "EMD_REQUIRED"
                        ],
                        "interlineable": false,
                        "inventoryControlled": false,
                        "paperTicketRequired": true,
                        "purchaseAtTicketIssue": true,
                        "purchaseBy": "2027-03-13",
                        "refundable": true,
                        "tourCode": "WP93Qn"
                      },
                      "bagType": "GOLF",
                      "bookingMethod": {
                        "code": "0-",
                        "value": "PER_SERVICE_RECORD"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "UPTO50LB 23KG",
                      "displayOnly": false,
                      "electronicMiscDocType": {
                        "code": "2",
                        "consumedAtIssuance": false,
                        "value": "OTHER_THAN_EMD"
                      },
                      "group": "BG",
                      "id": "mE8L6N",
                      "reasonForIssuance": {
                        "code": "G",
                        "value": "BAGGAGE"
                      },
                      "sequenceNumber": 96,
                      "serviceType": {
                        "code": "Kg",
                        "value": "FLIGHT_RELATED"
                      },
                      "specialService": {
                        "code": "BGDA",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 99,
                              "min": 4,
                              "name": "AGE",
                              "optional": true,
                              "type": "ENUM",
                              "unit": "LB"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 34,
                              "min": 4,
                              "name": "WEIGHT",
                              "optional": true,
                              "type": "TEXT",
                              "unit": "CM"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 22,
                              "min": 2,
                              "name": "WEIGHT",
                              "optional": false,
                              "type": "TEXT",
                              "unit": "LB"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 71,
                              "min": 2,
                              "name": "WEIGHT",
                              "optional": true,
                              "type": "INT",
                              "unit": "IN"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 84,
                              "min": 4,
                              "name": "AGE",
                              "optional": false,
                              "type": "DECIMAL",
                              "unit": "CM"
                            }
                          ]
                        },
                        "type": "NOTALLOWED"
                      },
                      "ssimCode": "4On",
                      "subCode": "130",
                      "vendor": "AMAD",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 44
                        }
                      ]
                    },
                    "bookingIndicator": "27",
                    "disassociated": false,
                    "emdNumber": {
                      "number": "26319622235556"
                    },
                    "emdPaperIndicator": "E",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "03",
                          "segmentRef": "c447e856-6050-4a0f-8ec2-90dceb9ac16b"
                        },
                        {
                          "emdCouponNumber": "78",
                          "segmentRef": "5fbf9601-de3b-468a-b558-3fc4a87d093f"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "87",
                    "id": "c3f055ec-1738-42da-b361-bd4797235d1e",
                    "miscFee": {
                      "dealName": "WINTER SALE",
                      "group": "BG",
                      "id": "dbfdcc70-a07f-4896-a1a9-129f09a78989",
                      "offerName": "OFFER A",
                      "reasonForIssuance": "R",
                      "subCode": "399"
                    },
                    "offerId": {
                      "id": "48c00d23-722c-4418-b827-1779b19540c9",
                      "itemId": "937a3207-cbab-4622-8406-3712abad0935"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "HD",
                      "value": "REJECTED"
                    },
                    "pnrId": "DEEXEJ",
                    "quantity": 1,
                    "specialServiceDescription": {
                      "code": "FqTW",
                      "properties": {
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "607"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "947"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "104"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "342"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "644"
                          }
                        ]
                      },
                      "text": "WBYjLpYBfFcqbLp"
                    },
                    "syntheticIdentifier": "42167848630565657527",
                    "taxExemption": true,
                    "ticketUsedForEmdPricing": "Y",
                    "type": "ANCILLARY",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 22.5
                    }
                  },
                  {
                    "airExtraBundleRef": "e632ede4-9925-4a95-92d0-4757e10432da",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": true,
                        "customRules": {
                          "applyHighestTierLevel": false,
                          "convertible": true,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 10
                        },
                        "exchangeable": true,
                        "feeApplicationMethod": {
                          "code": "4",
                          "value": "PER_5KG_OVER_FREE_BAGGAGE_ALLOWANCE"
                        },
                        "formOfRefund": {
                          "code": "1",
                          "value": "VOUCHER"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 2
                        },
                        "freeOfChargeRules": [
                          "EMD_REQUIRED",
                          "EMD_REQUIRED"
                        ],
                        "interlineable": false,
                        "inventoryControlled": false,
                        "paperTicketRequired": true,
                        "purchaseAtTicketIssue": false,
                        "purchaseBy": "2026-11-18",
                        "refundable": false,
                        "tourCode": "sM1Flg"
                      },
                      "bagType": "BIKE",
                      "bookingMethod": {
                        "code": "3 ",
                        "value": "NO_BOOKING_REQUIRED"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "PRIORITY BOARDING",
                      "displayOnly": false,
                      "electronicMiscDocType": {
                        "code": "1",
                        "consumedAtIssuance": true,
                        "value": "ETICKET"
                      },
                      "group": "SEA",
                      "id": "gQ-BZS",
                      "reasonForIssuance": {
                        "code": "A",
                        "value": "FINANCIAL_IMPACT"
                      },
                      "sequenceNumber": 68,
                      "serviceType": {
                        "code": "sB",
                        "value": "PREPAID"
                      },
                      "specialService": {
                        "code": "BGDA",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 19,
                              "min": 4,
                              "name": "WEIGHT",
                              "optional": false,
                              "type": "INT",
                              "unit": "KG"
                            }
                          ]
                        },
                        "type": "STRUCTURED"
                      },
                      "ssimCode": "iEQ",
                      "subCode": "835",
                      "vendor": "SABR",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 38.4
                        }
                      ]
                    },
                    "bookingIndicator": "21",
                    "disassociated": false,
                    "emdNumber": {
                      "number": "98066918291146"
                    },
                    "emdPaperIndicator": "E",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "27",
                          "segmentRef": "408fd41f-bc2f-42ea-af34-901416343ae6"
                        },
                        {
                          "emdCouponNumber": "34",
                          "segmentRef": "ae96ad6f-dbb5-4710-a654-c8976fa69579"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "70",
                    "id": "7fd7cac0-60f9-4555-80c4-9b28da10c801",
                    "miscFee": {
                      "dealName": "WINTER SALE",
                      "group": "BG",
                      "id": "e146de2e-39b7-4aff-9e9f-5e959a042f61",
                      "offerName": "MAY WEEKEND DISCOUNT",
                      "reasonForIssuance": "A",
                      "subCode": "557"
                    },
                    "offerId": {
                      "id": "7635655f-fb38-466b-bef5-0ed23da73fca",
                      "itemId": "15130849-9efa-4a84-bcf2-aada30e5ebea"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "OK",
                      "value": "FULFILLED"
                    },
                    "pnrId": "YNQPQD",
                    "quantity": 4,
                    "specialServiceDescription": {
                      "code": "fVJV",
                      "properties": {
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "610"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "153"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "838"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "823"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "700"
                          }
                        ]
                      },
                      "text": "cULxpLQnXrLqruB"
                    },
                    "syntheticIdentifier": "64911559320809680248",
                    "taxExemption": true,
                    "ticketUsedForEmdPricing": "N",
                    "type": "ANCILLARY",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 28.1
                    }
                  }
                ],
                "id": "c982141f-e947-4e9a-b1be-5704c325c468",
                "itineraryPartRef": "a9ff2e46-f699-4d63-99a9-b5a593ce0290"
              },
              {
                "airExtra": [
                  {
                    "airExtraBundleRef": "06f0cbec-10c3-4768-abe3-b871c3e23a39",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": true,
                        "customRules": {
                          "applyHighestTierLevel": false,
                          "convertible": true,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 9
                        },
                        "exchangeable": true,
                        "feeApplicationMethod": {
                          "code": "3",
                          "value": "ITEM"
                        },
                        "formOfRefund": {
                          "code": "1",
                          "value": "ORIGINAL"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 2
                        },
                        "freeOfChargeRules": [
                          "BOOKING_REQUIRED",
                          "EMD_REQUIRED",
                          "EMD_REQUIRED"
                        ],
                        "interlineable": true,
                        "inventoryControlled": false,
                        "paperTicketRequired": true,
                        "purchaseAtTicketIssue": false,
                        "purchaseBy": "2027-03-30",
                        "refundable": false,
                        "tourCode": "dDtGGw"
                      },
                      "bagType": "BIKE",
                      "bookingMethod": {
                        "code": "7=",
                        "value": "ANY_ALLOWED"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "PRIORITY BOARDING",
                      "displayOnly": false,
                      "electronicMiscDocType": {
                        "code": "2",
                        "consumedAtIssuance": true,
                        "value": "ETICKET"
                      },
                      "group": "WIF",
                      "id": "PoiwW_",
                      "reasonForIssuance": {
                        "code": "G",
                        "value": "BAGGAGE"
                      },
                      "sequenceNumber": 37,
                      "serviceType": {
                        "code": "wT",
                        "value": "DISCLOSURE"
                      },
                      "specialService": {
                        "code": "WCHR",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 54,
                              "min": 2,
                              "name": "AGE",
                              "optional": true,
                              "type": "INT",
                              "unit": "LB"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 82,
                              "min": 1,
                              "name": "WEIGHT",
                              "optional": false,
                              "type": "ENUM",
                              "unit": "CM"
                            }
                          ]
                        },
                        "type": "OPTIONAL"
                      },
                      "ssimCode": "pWm",
                      "subCode": "764",
                      "vendor": "MMGR",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 17.1
                        }
                      ]
                    },
                    "bookingIndicator": "92",
                    "disassociated": true,
                    "emdNumber": {
                      "number": "85567155763211"
                    },
                    "emdPaperIndicator": "E",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "58",
                          "segmentRef": "1e73bd95-0445-42a8-9db3-975f54a88104"
                        },
                        {
                          "emdCouponNumber": "68",
                          "segmentRef": "ae70b687-5c4c-4c17-9af1-75bdf1a3d318"
                        },
                        {
                          "emdCouponNumber": "08",
                          "segmentRef": "b18ac8fb-5e64-47d1-88ad-da184fe3a670"
                        },
                        {
                          "emdCouponNumber": "19",
                          "segmentRef": "ccbe1dfb-f4dd-49e4-af46-5bda2732f50a"
                        },
                        {
                          "emdCouponNumber": "59",
                          "segmentRef": "53f7821c-a7a8-438c-bb08-f3098b927550"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "46",
                    "id": "370983ea-efc7-492f-8506-7f2518562a37",
                    "miscFee": {
                      "dealName": "WINTER SALE",
                      "group": "SEA",
                      "id": "aecd3e61-6e4e-4409-9892-7490c576736f",
                      "offerName": "MAY WEEKEND DISCOUNT",
                      "reasonForIssuance": "G",
                      "subCode": "181"
                    },
                    "offerId": {
                      "id": "9a146cef-ea12-4b28-97e6-c6c2083a1ff9",
                      "itemId": "1c5cac0c-dfe9-4e25-a512-01135f1bdc6a"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "OK",
                      "value": "FULFILLED"
                    },
                    "pnrId": "YXUUXR",
                    "quantity": 2,
                    "specialServiceDescription": {
                      "code": "OcaD",
                      "properties": {
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "295"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "541"
                          }
                        ]
                      },
                      "text": "SFDlZnLQONFdecd"
                    },
                    "syntheticIdentifier": "88120688562895476681",
                    "taxExemption": false,
                    "ticketUsedForEmdPricing": "Y",
                    "type": "MISC_FEE",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 16.1
                    }
                  },
                  {
                    "airExtraBundleRef": "cfbb8e84-c9c1-40c1-9f7f-3b3493a58c78",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": true,
                        "customRules": {
                          "applyHighestTierLevel": false,
                          "convertible": false,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 5
                        },
                        "exchangeable": false,
                        "feeApplicationMethod": {
                          "code": "2",
                          "value": "PER_BAGGAGE_TRAVEL"
                        },
                        "formOfRefund": {
                          "code": "3",
                          "value": "ORIGINAL"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 1
                        },
                        "freeOfChargeRules": [
                          "BOOKING_REQUIRED",
                          "EMD_REQUIRED"
                        ],
                        "interlineable": true,
                        "inventoryControlled": false,
                        "paperTicketRequired": false,
                        "purchaseAtTicketIssue": false,
                        "purchaseBy": "2027-04-12",
                        "refundable": false,
                        "tourCode": "fGdiXe"
                      },
                      "bagType": "GOLF",
                      "bookingMethod": {
                        "code": "2^",
                        "value": "SPECIAL_SERVICE_REQUEST"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "PRIORITY BOARDING",
                      "displayOnly": true,
                      "electronicMiscDocType": {
                        "code": "1",
                        "consumedAtIssuance": true,
                        "value": "STANDALONE"
                      },
                      "group": "MEA",
                      "id": "iXryHY",
                      "reasonForIssuance": {
                        "code": "G",
                        "value": "INDIVIDUAL_AIRLINE_USE"
                      },
                      "sequenceNumber": 74,
                      "serviceType": {
                        "code": "3q",
                        "value": "CARRY_ON_BAGGAGE_ALLOWANCE"
                      },
                      "specialService": {
                        "code": "PETC",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 15,
                              "min": 4,
                              "name": "SIZE",
                              "optional": false,
                              "type": "ENUM",
                              "unit": "LB"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 61,
                              "min": 1,
                              "name": "AGE",
                              "optional": false,
                              "type": "TEXT",
                              "unit": "LB"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 26,
                              "min": 2,
                              "name": "AGE",
                              "optional": false,
                              "type": "ENUM",
                              "unit": "IN"
                            }
                          ]
                        },
                        "type": "OPTIONAL"
                      },
                      "ssimCode": "rfc",
                      "subCode": "769",
                      "vendor": "AMAD",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 28.7
                        }
                      ]
                    },
                    "bookingIndicator": "86",
                    "disassociated": true,
                    "emdNumber": {
                      "number": "75430610432424"
                    },
                    "emdPaperIndicator": "P",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "92",
                          "segmentRef": "3afa8a51-8763-4d51-9912-758099521fec"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "52",
                    "id": "e7c7af3d-3964-44ef-8de8-607f9e5a8796",
                    "miscFee": {
                      "dealName": "WINTER SALE",
                      "group": "BG",
                      "id": "afe01be8-3277-4dd7-85f6-925b4326323c",
                      "offerName": "OFFER A",
                      "reasonForIssuance": "A",
                      "subCode": "516"
                    },
                    "offerId": {
                      "id": "02169ea2-3de8-4cc8-b23d-3a273aab89a9",
                      "itemId": "f2b538dc-3d58-4fd4-89f9-c784656802bf"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "HD",
                      "value": "VERIFICATION"
                    },
                    "pnrId": "RCBMTG",
                    "quantity": 5,
                    "specialServiceDescription": {
                      "code": "iMcy",
                      "properties": {
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "826"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "385"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "537"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "621"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "489"
                          }
                        ]
                      },
                      "text": "IScGnAxhmJOFdkI"
                    },
                    "syntheticIdentifier": "89793685449474496505",
                    "taxExemption": false,
                    "ticketUsedForEmdPricing": "N",
                    "type": "ANCILLARY",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 3.9
                    }
                  },
                  {
                    "airExtraBundleRef": "fd3a2bb0-4e9d-490f-9c76-d2d55295104d",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": true,
                        "customRules": {
                          "applyHighestTierLevel": false,
                          "convertible": true,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 4
                        },
                        "exchangeable": true,
                        "feeApplicationMethod": {
                          "code": "2",
                          "value": "PER_1KG_OVER_FREE_BAGGAGE_ALLOWANCE"
                        },
                        "formOfRefund": {
                          "code": "2",
                          "value": "VOUCHER"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 3
                        },
                        "freeOfChargeRules": [
                          "BOOKING_REQUIRED",
                          "BOOKING_REQUIRED",
                          "BOOKING_REQUIRED"
                        ],
                        "interlineable": false,
                        "inventoryControlled": true,
                        "paperTicketRequired": false,
                        "purchaseAtTicketIssue": true,
                        "purchaseBy": "2027-02-26",
                        "refundable": true,
                        "tourCode": "llqhic"
                      },
                      "bagType": "SKI",
                      "bookingMethod": {
                        "code": "6 ",
                        "value": "PER_SERVICE_RECORD"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "EXTRA LEGROOM",
                      "displayOnly": true,
                      "electronicMiscDocType": {
                        "code": "2",
                        "consumedAtIssuance": true,
                        "value": "FLIGHT_COUPON_ASSOCIATED"
                      },
                      "group": "WIF",
                      "id": "f5Qb9L",
                      "reasonForIssuance": {
                        "code": "G",
                        "value": "FINANCIAL_IMPACT"
                      },
                      "sequenceNumber": 48,
                      "serviceType": {
                        "code": "fT",
                        "value": "CHARGES"
                      },
                      "specialService": {
                        "code": "WCHR",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 33,
                              "min": 3,
                              "name": "SIZE",
                              "optional": false,
                              "type": "ENUM",
                              "unit": "CM"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 21,
                              "min": 3,
                              "name": "SIZE",
                              "optional": false,
                              "type": "TEXT",
                              "unit": "CM"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 53,
                              "min": 2,
                              "name": "WEIGHT",
                              "optional": false,
                              "type": "TEXT",
                              "unit": "LB"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 33,
                              "min": 2,
                              "name": "AGE",
                              "optional": true,
                              "type": "ENUM",
                              "unit": "KG"
                            }
                          ]
                        },
                        "type": "STRUCTURED"
                      },
                      "ssimCode": "AhG",
                      "subCode": "581",
                      "vendor": "AMAD",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 43.1
                        }
                      ]
                    },
                    "bookingIndicator": "12",
                    "disassociated": false,
                    "emdNumber": {
                      "number": "96034907596489"
                    },
                    "emdPaperIndicator": "P",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "25",
                          "segmentRef": "0eabb15f-859d-4f8e-8fe5-0b2a5a060fb3"
                        },
                        {
                          "emdCouponNumber": "09",
                          "segmentRef": "e4d46c94-7977-4aeb-9aec-fab84de4c486"
                        },
                        {
                          "emdCouponNumber": "35",
                          "segmentRef": "3e468a3c-d48d-401f-8b2c-361d65db859c"
                        },
                        {
                          "emdCouponNumber": "09",
                          "segmentRef": "9efc3595-e1d1-48ae-9d77-983179449219"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "80",
                    "id": "56d58da3-2772-422a-82cc-920afc0f4799",
                    "miscFee": {
                      "dealName": "WINTER SALE",
                      "group": "SEA",
                      "id": "16c22785-e20e-46ac-887a-c1d7ada12284",
                      "offerName": "OFFER A",
                      "reasonForIssuance": "A",
                      "subCode": "789"
                    },
                    "offerId": {
                      "id": "30fa72a5-8025-4753-bbfa-754c987e9004",
                      "itemId": "b9832aa5-0028-4aeb-8466-80d885c5a48c"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "PD",
                      "value": "VERIFICATION"
                    },
                    "pnrId": "CDNVJB",
                    "quantity": 2,
                    "specialServiceDescription": {
                      "code": "DMIJ",
                      "properties": {
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "906"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "583"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "552"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "264"
                          }
                        ]
                      },
                      "text": "NnMaZlaHJDgrbmb"
                    },
                    "syntheticIdentifier": "07655806752396705596",
                    "taxExemption": false,
                    "ticketUsedForEmdPricing": "Y",
                    "type": "ANCILLARY",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 3.8
                    }
                  },
                  {
                    "airExtraBundleRef": "32251a5a-7c02-4687-b129-b1c13431a3a0",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": false,
                        "customRules": {
                          "applyHighestTierLevel": false,
                          "convertible": true,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 9
                        },
                        "exchangeable": false,
                        "feeApplicationMethod": {
                          "code": "3",
                          "value": "ONE_PERCENT_OF_FARE_PER_KG"
                        },
                        "formOfRefund": {
                          "code": "1",
                          "value": "VOUCHER"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 1
                        },
                        "freeOfChargeRules": [
                          "BOOKING_REQUIRED",
                          "BOOKING_REQUIRED",
                          "BOOKING_REQUIRED"
                        ],
                        "interlineable": false,
                        "inventoryControlled": true,
                        "paperTicketRequired": false,
                        "purchaseAtTicketIssue": false,
                        "purchaseBy": "2027-02-17",
                        "refundable": false,
                        "tourCode": "AMe8hh"
                      },
                      "bagType": "PET",
                      "bookingMethod": {
                        "code": "2@",
                        "value": "CONTACT_AIRLINE"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "LOUNGE ACCESS",
                      "displayOnly": false,
                      "electronicMiscDocType": {
                        "code": "2",
                        "consumedAtIssuance": false,
                        "value": "ETICKET"
                      },
                      "group": "SEA",
                      "id": "rslZEu",
                      "reasonForIssuance": {
                        "code": "A",
                        "value": "UNKNOWN"
                      },
                      "sequenceNumber": 52,
                      "serviceType": {
                        "code": "HM",
                        "value": "CARRY_ON_BAGGAGE_ALLOWANCE"
                      },
                      "specialService": {
                        "code": "BGDA",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 91,
                              "min": 2,
                              "name": "AGE",
                              "optional": true,
                              "type": "DECIMAL",
                              "unit": "KG"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 68,
                              "min": 4,
                              "name": "WEIGHT",
                              "optional": false,
                              "type": "ENUM",
                              "unit": "CM"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 55,
                              "min": 2,
                              "name": "AGE",
                              "optional": false,
                              "type": "INT",
                              "unit": "CM"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 50,
                              "min": 2,
                              "name": "SIZE",
                              "optional": true,
                              "type": "TEXT",
                              "unit": "CM"
                            }
                          ]
                        },
                        "type": "REQUIRED"
                      },
                      "ssimCode": "M3T",
                      "subCode": "080",
                      "vendor": "AMAD",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 27.6
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 32.3
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 36.2
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 16.6
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 17.5
                        }
                      ]
                    },
                    "bookingIndicator": "01",
                    "disassociated": false,
                    "emdNumber": {
                      "number": "57243588799634"
                    },
                    "emdPaperIndicator": "P",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "07",
                          "segmentRef": "31b75b18-166e-42c6-bc33-fc5bcd79d80f"
                        },
                        {
                          "emdCouponNumber": "54",
                          "segmentRef": "e6e52037-4458-4b37-8e21-ee9e36aff1e0"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "52",
                    "id": "e93c6bf7-6641-468b-8c55-e1f30a584666",
                    "miscFee": {
                      "dealName": "WINTER SALE",
                      "group": "BG",
                      "id": "e0bfc90b-5702-4610-bb38-f723c2f7dbef",
                      "offerName": "MAY WEEKEND DISCOUNT",
                      "reasonForIssuance": "A",
                      "subCode": "105"
                    },
                    "offerId": {
                      "id": "5add05f9-295a-471c-85e1-54f68a5fb854",
                      "itemId": "e1eadd56-d695-4978-8fe6-4b37e3241f9e"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "PD",
                      "value": "WAIVED"
                    },
                    "pnrId": "UQUNNR",
                    "quantity": 5,
                    "specialServiceDescription": {
                      "code": "vPLi",
                      "properties": {
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "889"
                          }
                        ]
                      },
                      "text": "qwTRtiddhHSqVfX"
                    },
                    "syntheticIdentifier": "26098375311172590709",
                    "taxExemption": true,
                    "ticketUsedForEmdPricing": "Y",
                    "type": "ANCILLARY",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 11
                    }
                  },
                  {
                    "airExtraBundleRef": "e3d4dda9-9733-44e8-9ab5-998e29df9ae3",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": true,
                        "customRules": {
                          "applyHighestTierLevel": true,
                          "convertible": false,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 7
                        },
                        "exchangeable": false,
                        "feeApplicationMethod": {
                          "code": "1",
                          "value": "ONE_AND_A_HALF_PERCENT_OF_FARE_PER_KG"
                        },
                        "formOfRefund": {
                          "code": "1",
                          "value": "ORIGINAL"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 2
                        },
                        "freeOfChargeRules": [
                          "BOOKING_REQUIRED"
                        ],
                        "interlineable": true,
                        "inventoryControlled": false,
                        "paperTicketRequired": true,
                        "purchaseAtTicketIssue": true,
                        "purchaseBy": "2026-11-09",
                        "refundable": true,
                        "tourCode": "lWxw6X"
                      },
                      "bagType": "SURF",
                      "bookingMethod": {
                        "code": "6-",
                        "value": "CONTACT_AIRLINE"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "UPTO50LB 23KG",
                      "displayOnly": false,
                      "electronicMiscDocType": {
                        "code": "2",
                        "consumedAtIssuance": false,
                        "value": "STANDALONE_TICKET_ASSOCIATED"
                      },
                      "group": "MEA",
                      "id": "lWrSdO",
                      "reasonForIssuance": {
                        "code": "B",
                        "value": "BAGGAGE"
                      },
                      "sequenceNumber": 29,
                      "serviceType": {
                        "code": "Ta",
                        "value": "CHARGES"
                      },
                      "specialService": {
                        "code": "PETC",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 68,
                              "min": 4,
                              "name": "SIZE",
                              "optional": false,
                              "type": "DECIMAL",
                              "unit": "IN"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 10,
                              "min": 2,
                              "name": "SIZE",
                              "optional": false,
                              "type": "TEXT",
                              "unit": "LB"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 53,
                              "min": 2,
                              "name": "WEIGHT",
                              "optional": true,
                              "type": "ENUM",
                              "unit": "KG"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 94,
                              "min": 2,
                              "name": "AGE",
                              "optional": false,
                              "type": "ENUM",
                              "unit": "CM"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 49,
                              "min": 5,
                              "name": "SIZE",
                              "optional": false,
                              "type": "DECIMAL",
                              "unit": "LB"
                            }
                          ]
                        },
                        "type": "OPTIONAL"
                      },
                      "ssimCode": "8Fr",
                      "subCode": "655",
                      "vendor": "AMAD",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 21.6
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 11.2
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 18.6
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 22.4
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 42.5
                        }
                      ]
                    },
                    "bookingIndicator": "19",
                    "disassociated": true,
                    "emdNumber": {
                      "number": "52340136333975"
                    },
                    "emdPaperIndicator": "P",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "82",
                          "segmentRef": "cc66742a-2a70-4ce0-8752-0132f9f01355"
                        },
                        {
                          "emdCouponNumber": "93",
                          "segmentRef": "6b9a2549-6f77-4776-bdf9-a93cbf5db79b"
                        },
                        {
                          "emdCouponNumber": "94",
                          "segmentRef": "e569409a-2c07-4274-b979-e63d5a30744e"
                        },
                        {
                          "emdCouponNumber": "89",
                          "segmentRef": "a59eaeca-0774-497b-a553-282558c68547"
                        },
                        {
                          "emdCouponNumber": "50",
                          "segmentRef": "eec28f25-3ae5-4863-9bbc-40f10f200ab3"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "34",
                    "id": "2cbd8ed7-11e9-4997-98ed-00317e2b903e",
                    "miscFee": {
                      "dealName": "WINTER SALE",
                      "group": "BG",
                      "id": "89502716-a19a-419a-8341-ad78814baa3f",
                      "offerName": "OFFER A",
                      "reasonForIssuance": "G",
                      "subCode": "343"
                    },
                    "offerId": {
                      "id": "202956f6-cc58-4ada-8bdb-7309da4a3f29",
                      "itemId": "f193e543-fdb2-4153-abf3-a2f9dd686af9"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "OK",
                      "value": "FULFILLED"
                    },
                    "pnrId": "JEBAFW",
                    "quantity": 5,
                    "specialServiceDescription": {
                      "code": "aHIm",
                      "properties": {
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "012"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "768"
                          }
                        ]
                      },
                      "text": "UVLCiGTdjxjfVFw"
                    },
                    "syntheticIdentifier": "60719347975972589280",
                    "taxExemption": true,
                    "ticketUsedForEmdPricing": "Y",
                    "type": "ANCILLARY",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 36.1
                    }
                  }
                ],
                "id": "93bf0318-6cc0-4b03-972d-2e2e1137243d",
                "itineraryPartRef": "3417c10e-534b-49d6-9c2a-969e11f0b0d1"
              }
            ]
          },
          "passengerRef": "3c70db9b-2e7c-4c12-95a4-444eaa4aad3d",
          "passengerSegments": {
            "passengerSegment": [
              {
                "additionalTravelInformation": {
                  "residencyDocumentType": {
                    "id": "dcd080af-82ad-4d25-86d1-c9dcc4b01700",
                    "residencyCountry": "RE",
                    "value": "PERMANENT_RESIDENT_RESIDENT_ALIEN_CARD_FORM_I_551"
                  },
                  "returnDate": {
                    "id": "d566dbc7-c065-4a65-9b31-537510903d96",
                    "value": "2026-07-22"
                  },
                  "stayType": {
                    "id": "159f2c48-7eee-493e-8dde-955cf7291e08",
                    "value": "BUSINESS"
                  },
                  "timaticDocumentType": {
                    "id": "5eab6eb0-d592-458e-9a6e-660f224e976e",
                    "value": "NATIONAL_ID_CARD"
                  },
                  "visaVerified": {
                    "id": "73b1320d-0d88-4a89-9ae0-bd6dab8923f3",
                    "value": false
                  }
                },
                "airExtra": [
                  {
                    "airExtraBundleRef": "76fc8484-9d54-40c8-832e-cf7af7a275bf",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": true,
                        "customRules": {
                          "applyHighestTierLevel": true,
                          "convertible": false,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 9
                        },
                        "exchangeable": false,
                        "feeApplicationMethod": {
                          "code": "1",
                          "value": "ONE_WAY"
                        },
                        "formOfRefund": {
                          "code": "1",
                          "value": "ORIGINAL"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 5
                        },
                        "freeOfChargeRules": [
                          "EMD_REQUIRED",
                          "EMD_REQUIRED",
                          "BOOKING_REQUIRED",
                          "EMD_REQUIRED",
                          "BOOKING_REQUIRED"
                        ],
                        "interlineable": false,
                        "inventoryControlled": false,
                        "paperTicketRequired": false,
                        "purchaseAtTicketIssue": true,
                        "purchaseBy": "2026-07-31",
                        "refundable": true,
                        "tourCode": "wdpkV9"
                      },
                      "bagType": "BIKE",
                      "bookingMethod": {
                        "code": "5^",
                        "value": "CONTACT_AIRLINE"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "LOUNGE ACCESS",
                      "displayOnly": false,
                      "electronicMiscDocType": {
                        "code": "3",
                        "consumedAtIssuance": true,
                        "value": "STANDALONE_TICKET_ASSOCIATED"
                      },
                      "group": "MEA",
                      "id": "7af5ya",
                      "reasonForIssuance": {
                        "code": "G",
                        "value": "MERCHANDISE"
                      },
                      "sequenceNumber": 24,
                      "serviceType": {
                        "code": "qB",
                        "value": "PREPAID"
                      },
                      "specialService": {
                        "code": "WCHR",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 93,
                              "min": 3,
                              "name": "AGE",
                              "optional": true,
                              "type": "TEXT",
                              "unit": "LB"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 43,
                              "min": 1,
                              "name": "AGE",
                              "optional": false,
                              "type": "INT",
                              "unit": "LB"
                            }
                          ]
                        },
                        "type": "STRUCTURED"
                      },
                      "ssimCode": "a3o",
                      "subCode": "416",
                      "vendor": "AMAD",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 11.9
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 14.4
                        }
                      ]
                    },
                    "bookingIndicator": "11",
                    "disassociated": false,
                    "emdNumber": {
                      "number": "67300899745090"
                    },
                    "emdPaperIndicator": "E",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "96",
                          "segmentRef": "4fc0b5ac-c276-43d2-9f1c-e37922d3703a"
                        },
                        {
                          "emdCouponNumber": "81",
                          "segmentRef": "f6d76b0f-2aee-4c0f-a0e2-cb846999b68b"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "61",
                    "id": "4c42ccf1-8821-4853-9cdb-b3c3b1893b4f",
                    "miscFee": {
                      "dealName": "SPRING DEAL",
                      "group": "SEA",
                      "id": "d3fb7e1c-f40a-4161-9fd7-50b0348cb2e8",
                      "offerName": "MAY WEEKEND DISCOUNT",
                      "reasonForIssuance": "G",
                      "subCode": "021"
                    },
                    "offerId": {
                      "id": "28f80577-f7fd-4e07-b4b5-6817f035151b",
                      "itemId": "84e20804-fc19-4f7d-86cf-c8892e624637"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "HD",
                      "value": "VERIFICATION"
                    },
                    "pnrId": "AQFUVC",
                    "quantity": 5,
                    "specialServiceDescription": {
                      "code": "DWJD",
                      "properties": {
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "144"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "401"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "675"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "066"
                          }
                        ]
                      },
                      "text": "rhaXaJBcqpsZIJo"
                    },
                    "syntheticIdentifier": "49341530460173535078",
                    "taxExemption": true,
                    "ticketUsedForEmdPricing": "Y",
                    "type": "MISC_FEE",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 32.3
                    }
                  },
                  {
                    "airExtraBundleRef": "07c28c8c-95c0-4742-a431-842eaea6118d",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": false,
                        "customRules": {
                          "applyHighestTierLevel": false,
                          "convertible": true,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 5
                        },
                        "exchangeable": false,
                        "feeApplicationMethod": {
                          "code": "1",
                          "value": "ROUND_TRIP"
                        },
                        "formOfRefund": {
                          "code": "1",
                          "value": "VOUCHER"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 2
                        },
                        "freeOfChargeRules": [
                          "EMD_REQUIRED",
                          "EMD_REQUIRED",
                          "BOOKING_REQUIRED"
                        ],
                        "interlineable": true,
                        "inventoryControlled": false,
                        "paperTicketRequired": true,
                        "purchaseAtTicketIssue": false,
                        "purchaseBy": "2026-10-13",
                        "refundable": true,
                        "tourCode": "YWLT7B"
                      },
                      "bagType": "PET",
                      "bookingMethod": {
                        "code": "8_",
                        "value": "CONTACT_AIRLINE"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "LOUNGE ACCESS",
                      "displayOnly": false,
                      "electronicMiscDocType": {
                        "code": "3",
                        "consumedAtIssuance": true,
                        "value": "STANDALONE"
                      },
                      "group": "BG",
                      "id": "KrVwZD",
                      "reasonForIssuance": {
                        "code": "G",
                        "value": "OTHER"
                      },
                      "sequenceNumber": 69,
                      "serviceType": {
                        "code": "aM",
                        "value": "DISCLOSURE"
                      },
                      "specialService": {
                        "code": "UMNR",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 15,
                              "min": 4,
                              "name": "WEIGHT",
                              "optional": true,
                              "type": "ENUM",
                              "unit": "LB"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 46,
                              "min": 3,
                              "name": "SIZE",
                              "optional": false,
                              "type": "INT",
                              "unit": "LB"
                            }
                          ]
                        },
                        "type": "NOTALLOWED"
                      },
                      "ssimCode": "rwL",
                      "subCode": "023",
                      "vendor": "AMAD",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 23.9
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 17.5
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 11.6
                        }
                      ]
                    },
                    "bookingIndicator": "26",
                    "disassociated": false,
                    "emdNumber": {
                      "number": "07285416779184"
                    },
                    "emdPaperIndicator": "E",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "96",
                          "segmentRef": "a70b001a-8089-4f60-b391-7df6124025b6"
                        },
                        {
                          "emdCouponNumber": "67",
                          "segmentRef": "046be71a-a522-4587-9f7a-75086984a15d"
                        },
                        {
                          "emdCouponNumber": "04",
                          "segmentRef": "684f130f-566b-4f1a-b77d-dadad89d28fc"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "05",
                    "id": "07493e80-239c-4d64-a21b-6e05752a948a",
                    "miscFee": {
                      "dealName": "SPRING DEAL",
                      "group": "BG",
                      "id": "519ef468-57cd-4efc-8431-ce0c7c43f48f",
                      "offerName": "OFFER A",
                      "reasonForIssuance": "R",
                      "subCode": "392"
                    },
                    "offerId": {
                      "id": "a8bdf8a6-1bfb-41a3-a0d1-23a77f0f6f46",
                      "itemId": "cffff159-8946-4f38-b11b-f062e97baa17"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "PD",
                      "value": "FULFILLED"
                    },
                    "pnrId": "AEAFST",
                    "quantity": 4,
                    "specialServiceDescription": {
                      "code": "rKGX",
                      "properties": {
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "001"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "279"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "850"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "283"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "290"
                          }
                        ]
                      },
                      "text": "MZgWuzKXOzOGjlJ"
                    },
                    "syntheticIdentifier": "02210542363823946782",
                    "taxExemption": true,
                    "ticketUsedForEmdPricing": "Y",
                    "type": "ANCILLARY",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 31.8
                    }
                  }
                ],
                "baggagePoolId": 979,
                "editCodes": {
                  "editCode": [
                    {
                      "code": "SK",
                      "id": "05cea870-ac8a-437b-b99b-d192807be6aa",
                      "text": [
                        {
                          "id": "0635c50f-e8ac-407a-986c-f8deb911b91b",
                          "lineId": "87",
                          "value": "tCvHMLYOyHXxhlM"
                        }
                      ]
                    },
                    {
                      "code": "mH",
                      "id": "aa370703-885d-4ada-ab87-5f9fbca23d53",
                      "text": [
                        {
                          "id": "86a282af-49f1-4af3-9914-73a584c873a0",
                          "lineId": "44",
                          "value": "moXABIHTpezyJJT"
                        },
                        {
                          "id": "c86361fc-054c-4a94-bf91-f6478d8fc656",
                          "lineId": "32",
                          "value": "eaqJkKPpKVBLByT"
                        },
                        {
                          "id": "bb951995-a7b1-439b-8022-9ff5d282ff9d",
                          "lineId": "97",
                          "value": "OEmMUuwWjlUxzGE"
                        }
                      ]
                    }
                  ]
                },
                "eligibilities": {
                  "eligibility": [
                    {
                      "notEligible": false,
                      "reason": [
                        {
                          "category": "INSUFFICIENT_FUNDS",
                          "details": "jQlr9nq3wDeI1z3VbC27",
                          "message": "Required travel document is missing.",
                          "property": [
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "922"
                            }
                          ]
                        },
                        {
                          "category": "BOOKING_CANCELLED",
                          "details": "vTSNoaOI4mDV23ckb6hV",
                          "message": "It is too early for check-in.",
                          "property": [
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "061"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "564"
                            }
                          ]
                        },
                        {
                          "category": "INVALID_FLIGHT",
                          "details": "yAa18wOiLtdaEwnNPe0O",
                          "message": "This flight is not eligible.",
                          "property": [
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "874"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "492"
                            }
                          ]
                        },
                        {
                          "category": "TOO_EARLY_FOR_CHECK_IN",
                          "details": "I7gxy22wb4vugs5zeCHQ",
                          "message": "Payment processing failed.",
                          "property": [
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "067"
                            }
                          ]
                        },
                        {
                          "category": "MISSING_DOCUMENT",
                          "details": "PL2KajtN7WjE1cbR06uo",
                          "message": "This flight is not eligible.",
                          "property": [
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "232"
                            }
                          ]
                        }
                      ],
                      "type": "CHECK_IN"
                    },
                    {
                      "notEligible": false,
                      "reason": [
                        {
                          "category": "TOO_EARLY_FOR_CHECK_IN",
                          "details": "pr00mZwJPY2hfOODbnzA",
                          "message": "Booking has been cancelled.",
                          "property": [
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "910"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "171"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "369"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "777"
                            }
                          ]
                        },
                        {
                          "category": "TOO_EARLY_FOR_CHECK_IN",
                          "details": "NI5LZFo7ehnXIifof1NK",
                          "message": "Payment processing failed.",
                          "property": [
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "368"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "545"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "732"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "760"
                            }
                          ]
                        }
                      ],
                      "type": "CHECK_IN"
                    },
                    {
                      "notEligible": true,
                      "reason": [
                        {
                          "category": "MISSING_DOCUMENT",
                          "details": "MFUj4bJ5RHJJi5QDg1Zu",
                          "message": "Payment processing failed.",
                          "property": [
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "243"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "008"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "180"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "250"
                            }
                          ]
                        },
                        {
                          "category": "BOOKING_CANCELLED",
                          "details": "joiZEtDmUpCO1ZGrYVeT",
                          "message": "Required travel document is missing.",
                          "property": [
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "154"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "850"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "462"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "260"
                            }
                          ]
                        },
                        {
                          "category": "INVALID_FLIGHT",
                          "details": "FN5UNo9T2oH9mE9K5lXJ",
                          "message": "Booking has been cancelled.",
                          "property": [
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "480"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "271"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "336"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "101"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "019"
                            }
                          ]
                        },
                        {
                          "category": "TOO_EARLY_FOR_CHECK_IN",
                          "details": "0AySF4EtxwoMGn6vxmPu",
                          "message": "Booking has been cancelled.",
                          "property": [
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "935"
                            }
                          ]
                        },
                        {
                          "category": "BOOKING_CANCELLED",
                          "details": "pmENXCRXv0C1tPVVhKsm",
                          "message": "It is too early for check-in.",
                          "property": [
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "699"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "260"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "693"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "499"
                            }
                          ]
                        }
                      ],
                      "type": "CHECK_IN"
                    },
                    {
                      "notEligible": true,
                      "reason": [
                        {
                          "category": "TOO_EARLY_FOR_CHECK_IN",
                          "details": "S1PXEPcfr32ipwwsBMlt",
                          "message": "Payment processing failed.",
                          "property": [
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "939"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "830"
                            }
                          ]
                        },
                        {
                          "category": "BOOKING_CANCELLED",
                          "details": "RnSbYa7JqgvzP4zqrtrp",
                          "message": "It is too early for check-in.",
                          "property": [
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "238"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "356"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "566"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "861"
                            }
                          ]
                        },
                        {
                          "category": "INSUFFICIENT_FUNDS",
                          "details": "Y5XqTpbxjlWyiQvzGDNm",
                          "message": "Payment processing failed.",
                          "property": [
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "310"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "287"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "476"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "116"
                            }
                          ]
                        },
                        {
                          "category": "BOOKING_CANCELLED",
                          "details": "xvTQx3SrZ8TjGViSdxKc",
                          "message": "Payment processing failed.",
                          "property": [
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "014"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "351"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "280"
                            }
                          ]
                        },
                        {
                          "category": "TOO_EARLY_FOR_CHECK_IN",
                          "details": "bnSCyKBmEiYBqmBS1mDH",
                          "message": "It is too early for check-in.",
                          "property": [
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "202"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "992"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "507"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "005"
                            }
                          ]
                        }
                      ],
                      "type": "CHECK_IN"
                    }
                  ]
                },
                "id": "13283361-4803-4d58-80b5-56e19a2db6b8",
                "loyaltyAccount": {
                  "id": "81ae02b8-fcdc-4ce8-8d22-2dda2eccd50c",
                  "latestAwardDate": "2025-11-02",
                  "loyaltyTierLevel": {
                    "atpco": "93",
                    "customerInsight": "38",
                    "name": "platinum",
                    "number": 2,
                    "priority": 8,
                    "tag": "MFg"
                  },
                  "memberAirline": "[ob",
                  "memberId": "5093995018",
                  "membershipStartDate": "2023-01-23",
                  "mileage": {
                    "unit": "MILES",
                    "value": 4238
                  },
                  "pnrId": "1",
                  "points": 49929,
                  "source": "SSCI"
                },
                "nonRevenuePassengerInfo": {
                  "priorityCode": "DYb",
                  "seniorityDate": "2024-05-23T00:00:00.0Z",
                  "upgradeCode": "cGJ"
                },
                "passengerCheckInId": "bSX4b2c7",
                "passengerFlight": [
                  {
                    "boardingPass": {
                      "agent": {
                        "city": "psM",
                        "country": "NA",
                        "sign": "gXp"
                      },
                      "baggage": {
                        "carryOnWeight": {
                          "unit": "LB",
                          "value": 13.2
                        },
                        "checkedInBaggage": {
                          "bagTagNumber": [
                            "87654321",
                            "12345678",
                            "11223344"
                          ],
                          "quantity": 1,
                          "totalWeight": {
                            "unit": "KG",
                            "value": 9.7
                          }
                        }
                      },
                      "barCode": "dbyyvYKROXvWFfKmx5XCpLDaSqnfa1kKozNU18NP",
                      "checkInSequenceNumber": "405",
                      "deck": {
                        "code": "MAIN",
                        "value": "MAIN"
                      },
                      "displayData": {
                        "accommodation": "RESIDENCE SUITE",
                        "agentCityName": "Redlands",
                        "arrivalAirportName": "South Celine",
                        "boardingPassOnlyText": "BOARDING PASS ONLY",
                        "boardingTime": "7343",
                        "cabinClassCode": "A",
                        "cabinText": "FIRST CLASS",
                        "carryOnText": "CARRY-ON",
                        "childText": "CHILD",
                        "commuterAirlineName": "[object Object]",
                        "commuterOperatedByText": "OPERATED BY",
                        "departureAirportName": "East Aileen",
                        "documentTypeText": "BOARDING PASS",
                        "doorCloseTime": "6156",
                        "edifactApiText": "API OK",
                        "entitlementTexts": {
                          "fastTrack": "FAST TRACK",
                          "loungeAccess": "LOUNGE XTRA",
                          "priorityBoarding": "PRIORITY"
                        },
                        "estimatedArrivalTime": "9956",
                        "estimatedDepartureDate": "2027-02-09T00:00:00.0Z",
                        "estimatedDepartureTime": "0035",
                        "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": "2uZl",
                        "plusInfantText": "PLUS INFANT",
                        "premiumText": "PREMIUM",
                        "priorityAaccessText": "PRIORITY AACCESS",
                        "priorityBoardingText": "PRIORITY BOARDING",
                        "priorityText": "PRIORITY",
                        "scheduledArrivalTime": "5275",
                        "scheduledDepartureDate": "2026-12-03T00:00:00.0Z",
                        "scheduledDepartureTime": "1968",
                        "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": 1081.11,
                        "atpcoRule": "sjZy",
                        "atpcoTariff": 95,
                        "bookingClass": "v",
                        "brand": "m0",
                        "cabinClass": "PREMIUM_ECONOMY",
                        "cabinClassCode": "y",
                        "discountCategory": "08",
                        "fareBasisCode": "XcAE4s",
                        "governingAirline": "[ob",
                        "id": "c611852f-da4f-494a-8eb5-893dba71d37c",
                        "operatingBookingClass": "u",
                        "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": "NG",
                        "arrivalFlightScheduleStatus": "CANCELLED",
                        "arrivalTerminal": "jn",
                        "arrivalTime": "2027-03-14T00:00:00.0Z",
                        "boardingTime": "1927-09-18T23:30:02.0Z",
                        "changeOfGauge": false,
                        "commuter": true,
                        "departureAirport": "[ob",
                        "departureCountry": "NP",
                        "departureFlightScheduleStatus": "ON_TIME",
                        "departureGate": "rB",
                        "departureTerminal": "bk",
                        "departureTime": "2027-06-14T00:00:00.0Z",
                        "disclosureAirline": "[ob",
                        "distance": {
                          "unit": "MILES",
                          "value": 4203
                        },
                        "equipment": "208",
                        "estimatedArrivalTime": "1940-01-06T13:26:12.0Z",
                        "estimatedDepartureTime": "1925-02-19T05:45:19.0Z",
                        "flightDuration": 584,
                        "flightNumber": "8513",
                        "flightStop": [
                          {
                            "airport": "[ob",
                            "arrivalTime": "2027-03-14T00:00:00.0Z",
                            "departureTime": "2026-08-06T00:00:00.0Z",
                            "duration": 118,
                            "elapsedTime": 264
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2026-07-22T00:00:00.0Z",
                            "departureTime": "2026-11-28T00:00:00.0Z",
                            "duration": 43,
                            "elapsedTime": 88
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2026-07-31T00:00:00.0Z",
                            "departureTime": "2027-04-28T00:00:00.0Z",
                            "duration": 177,
                            "elapsedTime": 232
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2027-03-07T00:00:00.0Z",
                            "departureTime": "2026-09-23T00:00:00.0Z",
                            "duration": 108,
                            "elapsedTime": 252
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2027-03-15T00:00:00.0Z",
                            "departureTime": "2027-05-21T00:00:00.0Z",
                            "duration": 87,
                            "elapsedTime": 276
                          }
                        ],
                        "iatci": false,
                        "id": "da16cd1d-d4cc-41a6-ae15-0d59c6c8b433",
                        "operatingAirline": "[ob",
                        "operatingAirlineName": "[object Object]",
                        "operatingFlightNumber": "7",
                        "span": "DOMESTIC",
                        "status": "DELAYED",
                        "subjectToGovernmentApproval": false,
                        "thirdPartyGroundHandled": true,
                        "throughFlight": false,
                        "timeToDeparture": 116
                      },
                      "formattedBoardingPass": {
                        "document": {
                          "contentType": "application/msword",
                          "name": "into.[object Object]",
                          "value": "T1kooHmzhI7EYMuC15YD6sKrdDsl3jx9bcuuyvQkNCdZRdnaGWsupvThY79N0YQK"
                        },
                        "image": {
                          "contentType": "audio/aac",
                          "name": "regarding_yahoo.[object Object]",
                          "value": "evI9fQV3VlD7mPs7DLZtGz2pDDi3RqZ5t8VBnhZWUl5JOuztOcTz345gvuGXF3zP"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "image/vnd.microsoft.icon",
                            "name": "elegantly.[object Object]",
                            "value": "B6l2csiykamqOJ8zVIiTl0k69It3CC2TheNu4xw6l7Gw6CsYpFTKBmiYJgTVYFLq"
                          },
                          "layout": {
                            "contentType": "application/x-csh",
                            "name": "edible.[object Object]",
                            "value": "vBRJqUG6M2cozprUIzquQMPtubu7vyOu6fHRJj5O3sg9ZNmcCJMuNj1MepU1Um2H"
                          },
                          "template": {
                            "contentType": "application/vnd.ms-fontobject",
                            "name": "reorganisation_yet.[object Object]",
                            "value": "GEthMRRyLCdKM50UeHcS7u8wVxM94dWyM1LyAn3yxoKjxs2M4NZRBwf71Fo9DC0x"
                          },
                          "templates": [
                            {
                              "contentType": "application/x-7z-compressed",
                              "name": "aha_unnecessarily.[object Object]",
                              "value": "oHv2w9zTfXSbW1eKQ4FErLokvgaKcutZiuhBwb7GPlWVVPKJp2rVnrb8zGF1RjCf"
                            },
                            {
                              "contentType": "audio/webm",
                              "name": "astride_honestly_of.[object Object]",
                              "value": "tMwohjhi8GLqBe4VocYg9R0eiW2uPuTdS1nB41TgAFBnRlCwhHLpTgqOJEA6VjIv"
                            }
                          ]
                        },
                        "supplementaryData": {
                          "accommodation": "RESIDENCE SUITE",
                          "selectee": true,
                          "skyPriority": false,
                          "zone": "2"
                        },
                        "zpl": {
                          "contentType": "application/vnd.oasis.opendocument.spreadsheet",
                          "name": "phew_unused_label.[object Object]",
                          "value": "Vc1Nf9LqxPsIge6WWXoAaSVGRTpxPQxzKmMlGpH6ziuvFQ49Iy3mzLy5qIj85PtQ"
                        }
                      },
                      "group": "mtkGck",
                      "loyaltyAccount": {
                        "id": "1656c819-25d8-41af-a3dd-dba2f631079c",
                        "latestAwardDate": "2026-04-16",
                        "loyaltyTierLevel": {
                          "atpco": "20",
                          "customerInsight": "46",
                          "name": "silver",
                          "number": 1,
                          "priority": 9,
                          "tag": "xlB"
                        },
                        "memberAirline": "[ob",
                        "memberId": "6616952518",
                        "membershipStartDate": "2025-08-11",
                        "mileage": {
                          "unit": "MILES",
                          "value": 4423
                        },
                        "pnrId": "1",
                        "points": 32823,
                        "source": "PNR"
                      },
                      "personName": {
                        "first": "Lauren",
                        "last": "Balistreri",
                        "middle": "Avery",
                        "prefix": "Miss",
                        "raw": "Thelma Stroman",
                        "suffix": "IV"
                      },
                      "priorityVerificationCard": false,
                      "recordLocator": "TKRQJR",
                      "seat": {
                        "column": "i",
                        "row": "84",
                        "value": "5D"
                      },
                      "source": "HOST",
                      "standbyPriority": "Il",
                      "supplementaryData": {
                        "dhsStatus": 2,
                        "exclusiveWaitingArea": false,
                        "infraeroElectronicStamp": "76632455303084",
                        "loungeAccess": true,
                        "selectee": false,
                        "skyPriority": true,
                        "spanishLargeFamily": false,
                        "spanishResident": false,
                        "tboAirport": "[ob",
                        "throughAirport": "[ob",
                        "throughCountry": "MT"
                      },
                      "ticketCouponNumber": "71",
                      "ticketNumber": {
                        "airlineAccountingCode": "548",
                        "checkDigit": "8",
                        "number": "63768611992338",
                        "serialNumber": "3500773434"
                      },
                      "upgradePriority": "88uEY",
                      "zone": "8"
                    },
                    "checkedIn": false,
                    "checkInNumber": 700,
                    "eligibilities": {
                      "eligibility": [
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "Fiu96Wu8SKQ61vylN3MV",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "029"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "102"
                                }
                              ]
                            },
                            {
                              "category": "INSUFFICIENT_FUNDS",
                              "details": "A5Qlvbae9Q2FCAYOOeCm",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "016"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "087"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "573"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "149"
                                }
                              ]
                            },
                            {
                              "category": "MISSING_DOCUMENT",
                              "details": "l1oXLCNPQDdeY1zWlpQa",
                              "message": "It is too early for check-in.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "737"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "410"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "454"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "CBJGMEMmD8VDKmGKFx7r",
                              "message": "It is too early for check-in.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "019"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "587"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "094"
                                }
                              ]
                            },
                            {
                              "category": "INSUFFICIENT_FUNDS",
                              "details": "bVNsPEc6AukwwqxgkzL5",
                              "message": "It is too early for check-in.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "558"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "INVALID_FLIGHT",
                              "details": "k8eQ1G7KBO0PtK0F30Kw",
                              "message": "Required travel document is missing.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "887"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "761"
                                }
                              ]
                            },
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "ME5KZ57kY7phAjDDewMs",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "729"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "298"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "3VbD1Gz0MXS8WSohrh6L",
                              "message": "Payment processing failed.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "605"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "035"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "165"
                                }
                              ]
                            },
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "l73h0HbVlORYztl8MKyH",
                              "message": "Required travel document is missing.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "922"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "838"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "125"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "261"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "232"
                                }
                              ]
                            },
                            {
                              "category": "MISSING_DOCUMENT",
                              "details": "RiwvQQNRif71FRz4ySxk",
                              "message": "Payment processing failed.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "264"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "249"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "651"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        }
                      ]
                    },
                    "flightRefs": [
                      "id01",
                      "id02"
                    ],
                    "id": "3adfec5d-de1b-4a41-8222-0d2b93c47cf8",
                    "loungeCard": {
                      "formattedLoungeCard": {
                        "image": {
                          "contentType": "font/otf",
                          "name": "by_juvenile_jovially.[object Object]",
                          "value": "NRcYN8NIswvvMy23lIcIHCcemTxL9SrLcTvAwiRroy8Mq3lWZCsRcyel6LUH618c"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "application/vnd.mozilla.xul+xml",
                            "name": "jittery_but_smarten.[object Object]",
                            "value": "j89Itzkxu8MKJ6WjXVYS9QQ9DJjm9rIhIU2lO9F9C1VVbsCLHRE0X6b8vlzJKCGt"
                          },
                          "layout": {
                            "contentType": "application/zip",
                            "name": "who_sonata.[object Object]",
                            "value": "Q6S3MDRRpTwbtjzdVp4ZKfIbY2hyXA4cY0xnyL7rKXR3Z3ltwdRfiK760jUAXhoR"
                          },
                          "template": {
                            "contentType": "image/bmp",
                            "name": "rubbery_deflect_veto.[object Object]",
                            "value": "PaudGb5wL7WuE8zlI3AfF6IWEarRKG1o3bRPud02t0LVeszeYcH0bnngdqSLcFFi"
                          },
                          "templates": [
                            {
                              "contentType": "application/vnd.openxmlformats-officedocument.presentationml.presentation",
                              "name": "hospitable_warmly.[object Object]",
                              "value": "j1sgq6pwERPfs4JyPPwGEtqQN2ukZ3RQWKrJkFvhicX5dtRtHLZH4ntXPX4PkVM5"
                            },
                            {
                              "contentType": "video/ogg",
                              "name": "finally.[object Object]",
                              "value": "UXdF4xq8N1j7XyxHmbo76aiLb61rES9OJlWiYvm13MRzoqIlNNcd0wkyncwK15MS"
                            },
                            {
                              "contentType": "text/csv",
                              "name": "eek_by.[object Object]",
                              "value": "b2Mv31HM0eRSe8bc8D9V6QNsgi7hq9la7UKFWhuNUi4sDoAIAUg0NUlItzOIooJ6"
                            }
                          ]
                        }
                      }
                    },
                    "preReservedSeat": {
                      "airExtraRef": "0f519372-cd51-4215-98cb-2ea8fa4dd262",
                      "offerId": "12d44c1a-8ec9-436f-b046-20f9ad59bb9e",
                      "offerItemId": "b31f50e1-cc82-4fc5-ad64-241fcc9d1ace",
                      "type": "MIDDLE",
                      "value": "yN"
                    },
                    "priorityCode": "CRT",
                    "seat": {
                      "airExtraRef": "62d27e26-196a-482f-a58f-fb2ad8bb44f6",
                      "offerId": "7cbfe1b7-2b09-4cb8-bd59-9a575443b07d",
                      "offerItemId": "6a5596de-56d1-48dc-b1b2-d52e369bcb93",
                      "type": "AISLE",
                      "value": "qq"
                    },
                    "status": "BOARDED",
                    "upgradeCode": "ztI"
                  },
                  {
                    "boardingPass": {
                      "agent": {
                        "city": "OUK",
                        "country": "MF",
                        "sign": "LZs"
                      },
                      "baggage": {
                        "carryOnWeight": {
                          "unit": "LB",
                          "value": 17.7
                        },
                        "checkedInBaggage": {
                          "bagTagNumber": [
                            "87654321",
                            "12345678"
                          ],
                          "quantity": 2,
                          "totalWeight": {
                            "unit": "KG",
                            "value": 14.7
                          }
                        }
                      },
                      "barCode": "wRSRiKMCrLHSDhtiQbkY247HTJvT1XjlvMD5NUcG",
                      "checkInSequenceNumber": "758",
                      "deck": {
                        "code": "UPPER",
                        "value": "UPPER"
                      },
                      "displayData": {
                        "accommodation": "RESIDENCE SUITE",
                        "agentCityName": "Odieside",
                        "arrivalAirportName": "Corkerymouth",
                        "boardingPassOnlyText": "BOARDING PASS ONLY",
                        "boardingTime": "6774",
                        "cabinClassCode": "e",
                        "cabinText": "FIRST CLASS",
                        "carryOnText": "NO CARRY-ON",
                        "childText": "CHILD",
                        "commuterAirlineName": "[object Object]",
                        "commuterOperatedByText": "OPERATED BY",
                        "departureAirportName": "Charlotteton",
                        "documentTypeText": "BOARDING PASS",
                        "doorCloseTime": "7551",
                        "edifactApiText": "API OK",
                        "entitlementTexts": {
                          "fastTrack": "FAST TRACK",
                          "loungeAccess": "LOUNGE XTRA",
                          "priorityBoarding": "PRIORITY"
                        },
                        "estimatedArrivalTime": "2649",
                        "estimatedDepartureDate": "2027-03-17T00:00:00.0Z",
                        "estimatedDepartureTime": "3448",
                        "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": "AgQf",
                        "plusInfantText": "PLUS INFANT",
                        "premiumText": "PREMIUM",
                        "priorityAaccessText": "PRIORITY AACCESS",
                        "priorityBoardingText": "PRIORITY BOARDING",
                        "priorityText": "PRIORITY",
                        "scheduledArrivalTime": "7373",
                        "scheduledDepartureDate": "2026-10-10T00:00:00.0Z",
                        "scheduledDepartureTime": "0323",
                        "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": 511.67,
                        "atpcoRule": "26au",
                        "atpcoTariff": 42,
                        "bookingClass": "s",
                        "brand": "7S",
                        "cabinClass": "PREMIUM_ECONOMY",
                        "cabinClassCode": "b",
                        "discountCategory": "20",
                        "fareBasisCode": "mvYeVp",
                        "governingAirline": "[ob",
                        "id": "760e45d8-e7a1-4c06-ac19-76b8c17fa66f",
                        "operatingBookingClass": "s",
                        "privateTariff": true,
                        "type": "REF",
                        "vendor": {
                          "code": "ATP",
                          "value": "ATPCO"
                        }
                      },
                      "flightDetail": {
                        "aircraftLease": {
                          "lessorAirline": "[ob",
                          "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                        },
                        "airline": "[ob",
                        "arrivalAirport": "[ob",
                        "arrivalCountry": "BG",
                        "arrivalFlightScheduleStatus": "DELAYED",
                        "arrivalTerminal": "1q",
                        "arrivalTime": "2026-08-25T00:00:00.0Z",
                        "boardingTime": "1945-05-16T09:17:36.0Z",
                        "changeOfGauge": true,
                        "commuter": true,
                        "departureAirport": "[ob",
                        "departureCountry": "LU",
                        "departureFlightScheduleStatus": "DELAYED",
                        "departureGate": "Ii",
                        "departureTerminal": "Av",
                        "departureTime": "2027-03-06T00:00:00.0Z",
                        "disclosureAirline": "[ob",
                        "distance": {
                          "unit": "MILES",
                          "value": 109
                        },
                        "equipment": "860",
                        "estimatedArrivalTime": "1892-09-02T09:01:22.0Z",
                        "estimatedDepartureTime": "1902-11-10T08:59:36.0Z",
                        "flightDuration": 109,
                        "flightNumber": "2184",
                        "flightStop": [
                          {
                            "airport": "[ob",
                            "arrivalTime": "2027-02-13T00:00:00.0Z",
                            "departureTime": "2026-11-10T00:00:00.0Z",
                            "duration": 169,
                            "elapsedTime": 113
                          }
                        ],
                        "iatci": true,
                        "id": "65b86a45-ada7-4ba3-8154-83c7c6f90483",
                        "operatingAirline": "[ob",
                        "operatingAirlineName": "[object Object]",
                        "operatingFlightNumber": "10",
                        "span": "DOMESTIC",
                        "status": "DELAYED",
                        "subjectToGovernmentApproval": false,
                        "thirdPartyGroundHandled": false,
                        "throughFlight": false,
                        "timeToDeparture": 49
                      },
                      "formattedBoardingPass": {
                        "document": {
                          "contentType": "image/tiff",
                          "name": "psst_daily.[object Object]",
                          "value": "6uOVuGoWtxaNCfdqaM13soohlVbFDnG5mwk2Z815P4DS9JIRj8ehE1McYcHdI7cq"
                        },
                        "image": {
                          "contentType": "audio/aac",
                          "name": "meh_respectful_sailor.[object Object]",
                          "value": "vD7AWMwU5O2YKTI5A2tPyvHo1O4pto5Rde7uLDIGJVWuie1ejjwA1aqFY8GiI7tb"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "text/csv",
                            "name": "duh.[object Object]",
                            "value": "JPctm4fytUg55I56PJ3q2ZO8jll9UWbTY1H27nNniPbWqBJBFaChFnqt2rP4nvnk"
                          },
                          "layout": {
                            "contentType": "font/woff2",
                            "name": "fooey_fleck_gazebo.[object Object]",
                            "value": "YdcDTdUAW2I4puaoGTp7q7pdUIG1D6jirnhwTNPljIf05N4F0QEHHvA52vMr5wV9"
                          },
                          "template": {
                            "contentType": "image/avif",
                            "name": "bid_vivaciously.[object Object]",
                            "value": "Wy6mR51gNz4lgTRrNkQ6UUJEAP7gVsRl1t9N5YxA4FjggUwzTZSTMB9wzTn4KpY7"
                          },
                          "templates": [
                            {
                              "contentType": "application/ld+json",
                              "name": "swine_failing.[object Object]",
                              "value": "1Tys1bDtz5i9Hoef7kITfvG2sGTIIVTi3A4MU43WadnuQztqVbCW8exSgKvKAs4k"
                            },
                            {
                              "contentType": "application/gzip",
                              "name": "serve.[object Object]",
                              "value": "oWzgQZ5MPQQYmJtxDeAngaG2vRzaWH7SmHpuT3ZBvkQJ55b7M5HSix1TeJdixd9s"
                            },
                            {
                              "contentType": "application/vnd.visio",
                              "name": "hypothesize_distinction_till.[object Object]",
                              "value": "Q5cWQDpEcWDJpB8kvgmIbFPVuCLoFXKD0L0irXzx2q3951O7sGmS0xYATgjiERiV"
                            },
                            {
                              "contentType": "image/gif",
                              "name": "over_oh.[object Object]",
                              "value": "Wl0Ra2yC79Q9lM4vUGKTLHVRo3WUkrD3eoxtPtsBIjDKIAnL7Pg4gu8aZJQi8F7Z"
                            },
                            {
                              "contentType": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
                              "name": "but_robust.[object Object]",
                              "value": "4CjzoYNeezKrdtOqvmkFmBdhK5Au33OPDjNpg4OjOa63yptuS3EdzmLmoiiIlQhS"
                            }
                          ]
                        },
                        "supplementaryData": {
                          "accommodation": "RESIDENCE SUITE",
                          "selectee": true,
                          "skyPriority": true,
                          "zone": "1"
                        },
                        "zpl": {
                          "contentType": "application/vnd.oasis.opendocument.text",
                          "name": "tinderbox_communicate.[object Object]",
                          "value": "zw8NpM32kLtYsll1GiXop7192BUNxY2Lj1IVY3EBOnokizIOXVqtD3y3B4GUQJ9m"
                        }
                      },
                      "group": "xhWKzL",
                      "loyaltyAccount": {
                        "id": "f90407b4-8b2b-48a9-98c9-5ca6d5f9482f",
                        "latestAwardDate": "2026-04-11",
                        "loyaltyTierLevel": {
                          "atpco": "64",
                          "customerInsight": "43",
                          "name": "silver",
                          "number": 3,
                          "priority": 8,
                          "tag": "oJc"
                        },
                        "memberAirline": "[ob",
                        "memberId": "2547187155",
                        "membershipStartDate": "2023-04-21",
                        "mileage": {
                          "unit": "MILES",
                          "value": 2324
                        },
                        "pnrId": "9",
                        "points": 57255,
                        "source": "SSCI"
                      },
                      "personName": {
                        "first": "Ethyl",
                        "last": "Halvorson",
                        "middle": "Anderson",
                        "prefix": "Mr.",
                        "raw": "Carol Olson",
                        "suffix": "MD"
                      },
                      "priorityVerificationCard": true,
                      "recordLocator": "MXEVZC",
                      "seat": {
                        "column": "d",
                        "row": "81",
                        "value": "9C"
                      },
                      "source": "OTHER",
                      "standbyPriority": "tz",
                      "supplementaryData": {
                        "dhsStatus": 1,
                        "exclusiveWaitingArea": false,
                        "infraeroElectronicStamp": "37845522769076",
                        "loungeAccess": true,
                        "selectee": true,
                        "skyPriority": false,
                        "spanishLargeFamily": false,
                        "spanishResident": true,
                        "tboAirport": "[ob",
                        "throughAirport": "[ob",
                        "throughCountry": "CL"
                      },
                      "ticketCouponNumber": "99",
                      "ticketNumber": {
                        "airlineAccountingCode": "166",
                        "checkDigit": "9",
                        "number": "01196522464245",
                        "serialNumber": "4644216820"
                      },
                      "upgradePriority": "duQmZ",
                      "zone": "3"
                    },
                    "checkedIn": false,
                    "checkInNumber": 643,
                    "eligibilities": {
                      "eligibility": [
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "fKgOCYImIcFiubE3pp9p",
                              "message": "Payment processing failed.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "772"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "627"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "640"
                                }
                              ]
                            },
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "1ctzga3128XJknsWIOp8",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "958"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "033"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "002"
                                }
                              ]
                            },
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "nwsfW6jxjCoW5IO1LRLh",
                              "message": "It is too early for check-in.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "623"
                                }
                              ]
                            },
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "J8TcGIAQnA4FpTrqbJ8T",
                              "message": "Required travel document is missing.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "218"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "810"
                                }
                              ]
                            },
                            {
                              "category": "INSUFFICIENT_FUNDS",
                              "details": "nshnly9DO4RKuQLCYRCP",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "814"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "299"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "q3cvA3SLGF9O65GTdMpl",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "830"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "486"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "808"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "809"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "393"
                                }
                              ]
                            },
                            {
                              "category": "INSUFFICIENT_FUNDS",
                              "details": "R40o3u4Su3dCHJEKpnGF",
                              "message": "It is too early for check-in.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "356"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "411"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "511"
                                }
                              ]
                            },
                            {
                              "category": "INVALID_FLIGHT",
                              "details": "ilRqUfpurHZzXaeBsgWg",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "541"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "156"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "iGbQ4NNy1loVAVnnsTIM",
                              "message": "Required travel document is missing.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "778"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "076"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "376"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "205"
                                }
                              ]
                            },
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "TeuGKUY5dDNSIgZfnYE2",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "212"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "441"
                                }
                              ]
                            },
                            {
                              "category": "INVALID_FLIGHT",
                              "details": "ZpODrZL75saZX2MlwLDM",
                              "message": "Payment processing failed.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "158"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "942"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "533"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "ci82CrplkzK71TO43K5q",
                              "message": "It is too early for check-in.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "893"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "025"
                                }
                              ]
                            },
                            {
                              "category": "INSUFFICIENT_FUNDS",
                              "details": "XEL3e51WbymzeDTkDCLB",
                              "message": "Payment processing failed.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "555"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "550"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "718"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "449"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": true,
                          "reason": [
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "JjRP56EWL10L55J6JGBK",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "751"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "501"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "246"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "945"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "785"
                                }
                              ]
                            },
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "wm3mYHDINtPPxNaX6uiJ",
                              "message": "Payment processing failed.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "732"
                                }
                              ]
                            },
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "rObrujrrNSmpX4hoamIQ",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "964"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "874"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "993"
                                }
                              ]
                            },
                            {
                              "category": "MISSING_DOCUMENT",
                              "details": "Y0LILDMXrCzCwRUeZ9v9",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "185"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "281"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        }
                      ]
                    },
                    "flightRefs": [
                      "id01",
                      "id02"
                    ],
                    "id": "d62e1b21-9c6b-40ac-90d4-c2fd5edd1f3e",
                    "loungeCard": {
                      "formattedLoungeCard": {
                        "image": {
                          "contentType": "application/x-7z-compressed",
                          "name": "lest.[object Object]",
                          "value": "tm6rXjTmPZ3dLMptOVw0Kuw9qerYOzHUwSfRP77tpahDgeyXvg8LOKDKOZr1b1bn"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "application/octet-stream",
                            "name": "astride_the.[object Object]",
                            "value": "kSzQ1Jj1xDBEO1cpsJwxiAQZx6xFNpn71lWc78lOQXexJDSyGIZuqffYpA7QeE7B"
                          },
                          "layout": {
                            "contentType": "text/html",
                            "name": "on_failing_above.[object Object]",
                            "value": "gS3hVEBNhsonORUPpnVhlvVtgC4cKEAiMZGwPk9bwLHpRoKHKyxWfUi9JyEMkfyq"
                          },
                          "template": {
                            "contentType": "video/mp2t",
                            "name": "across_festival.[object Object]",
                            "value": "vXoS3Q1NeARBPNP3iMtPb2hsEMmChsZ9uahfF4hI5Rt9ZoqHvOrRTkNcgkE9FlCu"
                          },
                          "templates": [
                            {
                              "contentType": "application/xml",
                              "name": "cheap_diligent_cinder.[object Object]",
                              "value": "TYe4kizMWaH3Z9jjPNgRlFzaOPQZcoTc16X4xcjSNK4DGcDNtc4qsQJycXJ2tKUo"
                            }
                          ]
                        }
                      }
                    },
                    "preReservedSeat": {
                      "airExtraRef": "0e623da6-1b84-490d-b298-9206bb151678",
                      "offerId": "a88fc2c8-edcc-42cf-a8c7-cdfda679b508",
                      "offerItemId": "d4291ea5-0900-41ab-99d5-3886a9abe214",
                      "type": "AISLE",
                      "value": "hD"
                    },
                    "priorityCode": "EHF",
                    "seat": {
                      "airExtraRef": "af8dc381-6f8c-43b2-bb21-6b5dbd56057f",
                      "offerId": "78c1b348-0f70-4f55-b905-774933bdf53e",
                      "offerItemId": "ce9d8cc3-9dcb-46e3-a88a-db86eff4fbb1",
                      "type": "MIDDLE",
                      "value": "PL"
                    },
                    "status": "NOT_CHECKED_IN",
                    "upgradeCode": "NiY"
                  },
                  {
                    "boardingPass": {
                      "agent": {
                        "city": "aKt",
                        "country": "BW",
                        "sign": "yhh"
                      },
                      "baggage": {
                        "carryOnWeight": {
                          "unit": "KG",
                          "value": 16
                        },
                        "checkedInBaggage": {
                          "bagTagNumber": [
                            "87654321",
                            "12345678",
                            "11223344"
                          ],
                          "quantity": 1,
                          "totalWeight": {
                            "unit": "KG",
                            "value": 14
                          }
                        }
                      },
                      "barCode": "FNHRi4fvmycseeTTTTGw34WFMsCiovCP7mdkOJwx",
                      "checkInSequenceNumber": "786",
                      "deck": {
                        "code": "UPPER",
                        "value": "MAIN"
                      },
                      "displayData": {
                        "accommodation": "FIRST CLASS",
                        "agentCityName": "Dylanhaven",
                        "arrivalAirportName": "Port Jackeline",
                        "boardingPassOnlyText": "BOARDING PASS ONLY",
                        "boardingTime": "4838",
                        "cabinClassCode": "s",
                        "cabinText": "ECONOMY",
                        "carryOnText": "CARRY-ON",
                        "childText": "CHILD",
                        "commuterAirlineName": "[object Object]",
                        "commuterOperatedByText": "OPERATED BY",
                        "departureAirportName": "New Domenick",
                        "documentTypeText": "BOARDING PASS",
                        "doorCloseTime": "8585",
                        "edifactApiText": "API ERROR",
                        "entitlementTexts": {
                          "fastTrack": "FAST TRACK",
                          "loungeAccess": "LOUNGE XTRA",
                          "priorityBoarding": "PRIORITY"
                        },
                        "estimatedArrivalTime": "2708",
                        "estimatedDepartureDate": "2026-12-18T00:00:00.0Z",
                        "estimatedDepartureTime": "9704",
                        "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": "VGUA",
                        "plusInfantText": "PLUS INFANT",
                        "premiumText": "PREMIUM",
                        "priorityAaccessText": "PRIORITY AACCESS",
                        "priorityBoardingText": "PRIORITY BOARDING",
                        "priorityText": "PRIORITY",
                        "scheduledArrivalTime": "1871",
                        "scheduledDepartureDate": "2026-08-18T00:00:00.0Z",
                        "scheduledDepartureTime": "6524",
                        "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": 1843.38,
                        "atpcoRule": "3HRa",
                        "atpcoTariff": 79,
                        "bookingClass": "p",
                        "brand": "PU",
                        "cabinClass": "BUSINESS",
                        "cabinClassCode": "Y",
                        "discountCategory": "35",
                        "fareBasisCode": "O7BgPm",
                        "governingAirline": "[ob",
                        "id": "b597b49c-b083-4bc3-b0a7-67238dc2fa9f",
                        "operatingBookingClass": "h",
                        "privateTariff": false,
                        "type": "NRF",
                        "vendor": {
                          "code": "SITA",
                          "value": "SABRE_MYFARES_SUBSCRIBERS"
                        }
                      },
                      "flightDetail": {
                        "aircraftLease": {
                          "lessorAirline": "[ob",
                          "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                        },
                        "airline": "[ob",
                        "arrivalAirport": "[ob",
                        "arrivalCountry": "SX",
                        "arrivalFlightScheduleStatus": "EARLY",
                        "arrivalTerminal": "4X",
                        "arrivalTime": "2026-07-29T00:00:00.0Z",
                        "boardingTime": "1922-09-02T22:05:57.0Z",
                        "changeOfGauge": true,
                        "commuter": false,
                        "departureAirport": "[ob",
                        "departureCountry": "KI",
                        "departureFlightScheduleStatus": "CANCELLED",
                        "departureGate": "kL",
                        "departureTerminal": "ye",
                        "departureTime": "2026-12-28T00:00:00.0Z",
                        "disclosureAirline": "[ob",
                        "distance": {
                          "unit": "MILES",
                          "value": 610
                        },
                        "equipment": "886",
                        "estimatedArrivalTime": "1903-07-14T21:56:50.0Z",
                        "estimatedDepartureTime": "1905-09-08T08:46:33.0Z",
                        "flightDuration": 474,
                        "flightNumber": "2503",
                        "flightStop": [
                          {
                            "airport": "[ob",
                            "arrivalTime": "2026-07-30T00:00:00.0Z",
                            "departureTime": "2027-03-01T00:00:00.0Z",
                            "duration": 75,
                            "elapsedTime": 267
                          }
                        ],
                        "iatci": true,
                        "id": "e934bdd3-7b82-44d7-9d74-208260127f45",
                        "operatingAirline": "[ob",
                        "operatingAirlineName": "[object Object]",
                        "operatingFlightNumber": "3",
                        "span": "DOMESTIC",
                        "status": "CANCELLED",
                        "subjectToGovernmentApproval": true,
                        "thirdPartyGroundHandled": true,
                        "throughFlight": true,
                        "timeToDeparture": 736
                      },
                      "formattedBoardingPass": {
                        "document": {
                          "contentType": "audio/3gpp",
                          "name": "remark.[object Object]",
                          "value": "VfGKdwHsGW4Bqq25AjT4tLf1zEq0gobPYIkrRrFlWSnbstAav1NOXbCeObZBNm11"
                        },
                        "image": {
                          "contentType": "image/jpeg",
                          "name": "how_ouch.[object Object]",
                          "value": "J4mIiCya6us4GI2UPBqNw0nW2AdfUf7oPPo0DptzLhpDmGoM5TAJiN9mfimVX2on"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "audio/webm",
                            "name": "recklessly_welcome_till.[object Object]",
                            "value": "UvBebTNpmgUKf1wlXK89EOzsD5KVTXjasnc23m37hfNkzlvVFpRvrs0tpbp2ErBk"
                          },
                          "layout": {
                            "contentType": "audio/3gpp",
                            "name": "whoa.[object Object]",
                            "value": "Ka6yl98f0dbc3meZySvQ5rzGALFHiovnMAMNkvLvNc8uDVErOIPFJIqiizpjAbkp"
                          },
                          "template": {
                            "contentType": "application/pdf",
                            "name": "eyeliner_regarding_failing.[object Object]",
                            "value": "E7qW7th89XxfRiazPB1vTvyKBXJKAmxyynhOrsEHHJyVTLz3HB4ElwfbAw3PFuVi"
                          },
                          "templates": [
                            {
                              "contentType": "application/epub+zip",
                              "name": "maroon.[object Object]",
                              "value": "SLTqA7wFcBdmh91ArIo71PkYBQ9k1D1p9A3TnVct0sJHNXbT8aBmWIWLTePlw5HW"
                            },
                            {
                              "contentType": "audio/3gpp2",
                              "name": "apud_honesty.[object Object]",
                              "value": "tg6TM9QSqiwcHOGM92bkppKInGLB8uJ9lOVTaI2tLI4txK8RYSnZjGnQKdRIVDjd"
                            }
                          ]
                        },
                        "supplementaryData": {
                          "accommodation": "RESIDENCE SUITE",
                          "selectee": false,
                          "skyPriority": false,
                          "zone": "6"
                        },
                        "zpl": {
                          "contentType": "application/x-csh",
                          "name": "by_convalesce_secondary.[object Object]",
                          "value": "lBY2R2jYkjaH3xRSHpfVNKKWz6rLy1LhlrPNILHb71Ktl3zeENUqoFJVzUZfm8ji"
                        }
                      },
                      "group": "5egFV7",
                      "loyaltyAccount": {
                        "id": "dede1ebe-8a81-46cc-bceb-d824413890f4",
                        "latestAwardDate": "2025-12-24",
                        "loyaltyTierLevel": {
                          "atpco": "00",
                          "customerInsight": "67",
                          "name": "silver",
                          "number": 2,
                          "priority": 4,
                          "tag": "mFf"
                        },
                        "memberAirline": "[ob",
                        "memberId": "7021430239",
                        "membershipStartDate": "2025-08-15",
                        "mileage": {
                          "unit": "MILES",
                          "value": 3306
                        },
                        "pnrId": "5",
                        "points": 66401,
                        "source": "PNR"
                      },
                      "personName": {
                        "first": "Jack",
                        "last": "Boehm",
                        "middle": "Ryan",
                        "prefix": "Miss",
                        "raw": "Dr. Brad Murphy",
                        "suffix": "PhD"
                      },
                      "priorityVerificationCard": false,
                      "recordLocator": "ATJUPV",
                      "seat": {
                        "column": "L",
                        "row": "79",
                        "value": "34F"
                      },
                      "source": "HOST",
                      "standbyPriority": "LT",
                      "supplementaryData": {
                        "dhsStatus": 5,
                        "exclusiveWaitingArea": true,
                        "infraeroElectronicStamp": "58051252371912",
                        "loungeAccess": true,
                        "selectee": false,
                        "skyPriority": false,
                        "spanishLargeFamily": false,
                        "spanishResident": true,
                        "tboAirport": "[ob",
                        "throughAirport": "[ob",
                        "throughCountry": "PE"
                      },
                      "ticketCouponNumber": "35",
                      "ticketNumber": {
                        "airlineAccountingCode": "785",
                        "checkDigit": "6",
                        "number": "93057081973247",
                        "serialNumber": "4925305093"
                      },
                      "upgradePriority": "hChYK",
                      "zone": "0"
                    },
                    "checkedIn": false,
                    "checkInNumber": 101,
                    "eligibilities": {
                      "eligibility": [
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "MISSING_DOCUMENT",
                              "details": "E62mNhGZnlg1IJhbwFZY",
                              "message": "It is too early for check-in.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "596"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "021"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "357"
                                }
                              ]
                            },
                            {
                              "category": "MISSING_DOCUMENT",
                              "details": "meOnCgcCLXcCk9cfQY3q",
                              "message": "Booking has been cancelled.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "889"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "681"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "305"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "569"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "660"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "XZCBWSY3ejRlHPEPlpSt",
                              "message": "Payment processing failed.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "707"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "885"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "811"
                                }
                              ]
                            },
                            {
                              "category": "INVALID_FLIGHT",
                              "details": "BiQ3YJZbUuWLjVWRd1dF",
                              "message": "It is too early for check-in.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "508"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "854"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "237"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "905"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "348"
                                }
                              ]
                            },
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "Tti8AiHe4QaSYpUdLcWD",
                              "message": "It is too early for check-in.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "756"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "009"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "046"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "940"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "712"
                                }
                              ]
                            },
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "JR9lE2jjV7GkloL0DbSu",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "673"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "892"
                                }
                              ]
                            },
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "qC4zzOMHlv5cRe2KFfXd",
                              "message": "It is too early for check-in.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "678"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "761"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "9D3OwXXzZPxeSsvfppE9",
                              "message": "It is too early for check-in.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "464"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "845"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "916"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "662"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "168"
                                }
                              ]
                            },
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "AohTt0XFoD644fk1vpji",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "547"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "587"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "710"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "rOvnN0o8fMBOAsbHcIvA",
                              "message": "Booking has been cancelled.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "616"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "344"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "699"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "071"
                                }
                              ]
                            },
                            {
                              "category": "INSUFFICIENT_FUNDS",
                              "details": "bvkTJskQib5QcRchE63B",
                              "message": "Payment processing failed.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "106"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "905"
                                }
                              ]
                            },
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "0qTNEUmu9ERAb5JEzvEC",
                              "message": "Payment processing failed.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "125"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "382"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "734"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "336"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "INVALID_FLIGHT",
                              "details": "gGHAmaZgbic9jW4tqPfc",
                              "message": "Required travel document is missing.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "065"
                                }
                              ]
                            },
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "7lzHjPMee049B3EEMT8f",
                              "message": "Payment processing failed.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "969"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "336"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "741"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "811"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        }
                      ]
                    },
                    "flightRefs": [
                      "id01",
                      "id02"
                    ],
                    "id": "44221a4a-3c01-4e9d-9c42-0e1e2287b3e9",
                    "loungeCard": {
                      "formattedLoungeCard": {
                        "image": {
                          "contentType": "application/vnd.openxmlformats-officedocument.presentationml.presentation",
                          "name": "whoa_youthfully_aboard.[object Object]",
                          "value": "7s6668OdgJxTtlX6EwsKN4Da0xYrpKzLWIESeTwZ81x4FQeZNN71wyU4n6hRNIip"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "application/vnd.ms-fontobject",
                            "name": "cruelly_realistic.[object Object]",
                            "value": "mxUMtzs5z7CGy0E71xAlYlmLBCtgyYYoDh3c5Neb0HOW9cLT6LULfx2Bs1db4CSA"
                          },
                          "layout": {
                            "contentType": "application/xml",
                            "name": "commemorate_politely.[object Object]",
                            "value": "lJkTbAgatAYxzJ6yXqlw91MC27UYD3hEybHtlLbQx2MvHB1Mkj5tTy0IZl8wCAW7"
                          },
                          "template": {
                            "contentType": "audio/wav",
                            "name": "now.[object Object]",
                            "value": "zjE0qf4ll1GqdzgMUdjHWrpDOqWy4mcUeHH51DYvGfQeQZpssQKi7l6nLwz4oIxc"
                          },
                          "templates": [
                            {
                              "contentType": "video/3gpp",
                              "name": "before.[object Object]",
                              "value": "t9rDhv9jT4dzQ7G4tX3Clrna2eB7dpNa2X7Z1e15Q8qER6Iah0B8ppVHJbuedHRP"
                            },
                            {
                              "contentType": "audio/midi",
                              "name": "midst.[object Object]",
                              "value": "YUiHHeTyHK5d49VgdB9j889TrSv76wYFKKzeSNqUs6dNs4I1TAjZhxtKBTWJu0Ic"
                            },
                            {
                              "contentType": "video/mpeg",
                              "name": "far_off_where_upon.[object Object]",
                              "value": "JT8cioWYKk3FOhOlFWRdt31cgkMDNG0BAc0lCx5Q2xAucZmEkVRwWRCKIsCsnOVb"
                            }
                          ]
                        }
                      }
                    },
                    "preReservedSeat": {
                      "airExtraRef": "a99b6bbe-dd34-47f9-9cc2-04b0b797ac15",
                      "offerId": "e05d6428-bf64-40bd-a81d-e8a21517848b",
                      "offerItemId": "c73dffc2-5454-47b6-a9d4-1e9f144af6f1",
                      "type": "WINDOW",
                      "value": "SD"
                    },
                    "priorityCode": "gpg",
                    "seat": {
                      "airExtraRef": "a1b47a4e-5e98-44c2-9c05-b517d6dc7cc9",
                      "offerId": "3675f690-8a73-48c6-9a84-dd25f432b100",
                      "offerItemId": "9b2d97ef-68f7-4af7-88a6-b9435da454b7",
                      "type": "AISLE",
                      "value": "Ef"
                    },
                    "status": "CHECKED_IN",
                    "upgradeCode": "paH"
                  },
                  {
                    "boardingPass": {
                      "agent": {
                        "city": "Fny",
                        "country": "NA",
                        "sign": "reZ"
                      },
                      "baggage": {
                        "carryOnWeight": {
                          "unit": "LB",
                          "value": 8.1
                        },
                        "checkedInBaggage": {
                          "bagTagNumber": [
                            "87654321",
                            "11223344",
                            "12345678"
                          ],
                          "quantity": 3,
                          "totalWeight": {
                            "unit": "LB",
                            "value": 18.4
                          }
                        }
                      },
                      "barCode": "NI4nlS1bBdpbc6EeOKi5Zl0XPzmm6qZkhRSPWEA9",
                      "checkInSequenceNumber": "320",
                      "deck": {
                        "code": "UPPER",
                        "value": "MAIN"
                      },
                      "displayData": {
                        "accommodation": "FIRST CLASS",
                        "agentCityName": "Kurtburgh",
                        "arrivalAirportName": "Savannah",
                        "boardingPassOnlyText": "BOARDING PASS ONLY",
                        "boardingTime": "6527",
                        "cabinClassCode": "n",
                        "cabinText": "FIRST CLASS",
                        "carryOnText": "NO CARRY-ON",
                        "childText": "CHILD",
                        "commuterAirlineName": "[object Object]",
                        "commuterOperatedByText": "OPERATED BY",
                        "departureAirportName": "Gainesville",
                        "documentTypeText": "BOARDING PASS",
                        "doorCloseTime": "8386",
                        "edifactApiText": "API ERROR",
                        "entitlementTexts": {
                          "fastTrack": "FAST TRACK",
                          "loungeAccess": "LOUNGE XTRA",
                          "priorityBoarding": "PRIORITY"
                        },
                        "estimatedArrivalTime": "4630",
                        "estimatedDepartureDate": "2026-11-19T00:00:00.0Z",
                        "estimatedDepartureTime": "4114",
                        "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": "pUo5",
                        "plusInfantText": "PLUS INFANT",
                        "premiumText": "PREMIUM",
                        "priorityAaccessText": "PRIORITY AACCESS",
                        "priorityBoardingText": "PRIORITY BOARDING",
                        "priorityText": "PRIORITY",
                        "scheduledArrivalTime": "2652",
                        "scheduledDepartureDate": "2026-09-14T00:00:00.0Z",
                        "scheduledDepartureTime": "7445",
                        "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": 1072.61,
                        "atpcoRule": "J5jq",
                        "atpcoTariff": 86,
                        "bookingClass": "c",
                        "brand": "AY",
                        "cabinClass": "BUSINESS",
                        "cabinClassCode": "Y",
                        "discountCategory": "29",
                        "fareBasisCode": "eCXVbp",
                        "governingAirline": "[ob",
                        "id": "cc552749-28d0-4f9a-bd19-f72248e0b775",
                        "operatingBookingClass": "l",
                        "privateTariff": true,
                        "type": "NRF",
                        "vendor": {
                          "code": "ATP",
                          "value": "ATPCO"
                        }
                      },
                      "flightDetail": {
                        "aircraftLease": {
                          "lessorAirline": "[ob",
                          "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                        },
                        "airline": "[ob",
                        "arrivalAirport": "[ob",
                        "arrivalCountry": "SO",
                        "arrivalFlightScheduleStatus": "DELAYED",
                        "arrivalTerminal": "EM",
                        "arrivalTime": "2026-10-16T00:00:00.0Z",
                        "boardingTime": "1931-06-22T11:50:47.0Z",
                        "changeOfGauge": false,
                        "commuter": true,
                        "departureAirport": "[ob",
                        "departureCountry": "CI",
                        "departureFlightScheduleStatus": "ON_TIME",
                        "departureGate": "XE",
                        "departureTerminal": "4z",
                        "departureTime": "2027-03-22T00:00:00.0Z",
                        "disclosureAirline": "[ob",
                        "distance": {
                          "unit": "MILES",
                          "value": 4149
                        },
                        "equipment": "487",
                        "estimatedArrivalTime": "1895-04-09T12:59:34.0Z",
                        "estimatedDepartureTime": "1910-10-08T02:59:28.0Z",
                        "flightDuration": 309,
                        "flightNumber": "757",
                        "flightStop": [
                          {
                            "airport": "[ob",
                            "arrivalTime": "2026-07-28T00:00:00.0Z",
                            "departureTime": "2027-05-27T00:00:00.0Z",
                            "duration": 170,
                            "elapsedTime": 71
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2026-09-30T00:00:00.0Z",
                            "departureTime": "2026-10-17T00:00:00.0Z",
                            "duration": 111,
                            "elapsedTime": 157
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2026-07-17T00:00:00.0Z",
                            "departureTime": "2027-03-14T00:00:00.0Z",
                            "duration": 132,
                            "elapsedTime": 289
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2026-10-02T00:00:00.0Z",
                            "departureTime": "2026-10-13T00:00:00.0Z",
                            "duration": 116,
                            "elapsedTime": 96
                          }
                        ],
                        "iatci": true,
                        "id": "55bc7cab-6af6-49de-ac0f-de5b8e2c2673",
                        "operatingAirline": "[ob",
                        "operatingAirlineName": "[object Object]",
                        "operatingFlightNumber": "169",
                        "span": "DOMESTIC",
                        "status": "CANCELLED",
                        "subjectToGovernmentApproval": false,
                        "thirdPartyGroundHandled": false,
                        "throughFlight": true,
                        "timeToDeparture": 948
                      },
                      "formattedBoardingPass": {
                        "document": {
                          "contentType": "font/woff",
                          "name": "notwithstanding.[object Object]",
                          "value": "YaDtWCmPVp2lsH3YK6jwi6EcGBeRDRJfq8Mpa0gIGI6w18lBPOFY3QoeXNtwUMZS"
                        },
                        "image": {
                          "contentType": "font/woff2",
                          "name": "meanwhile_jovially.[object Object]",
                          "value": "RFvETQTi1AEq0oQSulMPRBvNAfzf9owIIl12pmDnxCaAoFlVKyWcoUJH7c67womo"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "video/3gpp2",
                            "name": "via_throughout_ultimate.[object Object]",
                            "value": "1tbgsUJJvyCCCpldAiQ9qqya7oN35EVs4fVSniCGa68zX8CBbQjbs2ghYIusq0jm"
                          },
                          "layout": {
                            "contentType": "application/x-tar",
                            "name": "popularity.[object Object]",
                            "value": "lXI1dv0pLnP8vIuFe3huChip4J02LlUDk2q75plV04httNGDYjZ9DHAEKPpptuDw"
                          },
                          "template": {
                            "contentType": "application/vnd.mozilla.xul+xml",
                            "name": "heating.[object Object]",
                            "value": "AirFVrovJ4yEnajtHFS5wk62kOoPyspAveiHpouU7t4mzzieCYQaoZLYJgSHeOeN"
                          },
                          "templates": [
                            {
                              "contentType": "font/woff",
                              "name": "reluctantly.[object Object]",
                              "value": "kbzJrXBV62PiHROu2htCaojFYsMd3fyo9E36kma8IQhfrE2aap1WA7we6WGbnzSm"
                            },
                            {
                              "contentType": "application/x-csh",
                              "name": "unused.[object Object]",
                              "value": "mjFWTXTIiMZ4lf8bmaGiFJJhrtLj1RDocnqlq8N7qA0JJNKscGCQL7n0Q2NgVC09"
                            },
                            {
                              "contentType": "application/x-tar",
                              "name": "dual_gadzooks_why.[object Object]",
                              "value": "j2ZCm1VrDejBueVGVMw3NKpzT3OJF4L7PyiiXwsO8TxolMrlc9kfw39oSUu93ISH"
                            }
                          ]
                        },
                        "supplementaryData": {
                          "accommodation": "RESIDENCE SUITE",
                          "selectee": true,
                          "skyPriority": false,
                          "zone": "5"
                        },
                        "zpl": {
                          "contentType": "text/csv",
                          "name": "aboard_nippy.[object Object]",
                          "value": "J0Q9dJFxydFP1SDsRYaUFWFARWDojVqkjjIy3EZHJNXKZqLr9ve61Y5W0pLOShe4"
                        }
                      },
                      "group": "rANaPx",
                      "loyaltyAccount": {
                        "id": "db32f77a-50de-4dd8-b7b2-053928d48730",
                        "latestAwardDate": "2025-08-31",
                        "loyaltyTierLevel": {
                          "atpco": "63",
                          "customerInsight": "24",
                          "name": "silver",
                          "number": 4,
                          "priority": 10,
                          "tag": "gBV"
                        },
                        "memberAirline": "[ob",
                        "memberId": "7316753423",
                        "membershipStartDate": "2025-01-30",
                        "mileage": {
                          "unit": "MILES",
                          "value": 3220
                        },
                        "pnrId": "0",
                        "points": 34003,
                        "source": "PNR"
                      },
                      "personName": {
                        "first": "Bill",
                        "last": "Mante",
                        "middle": "Corey",
                        "prefix": "Ms.",
                        "raw": "Tracey Runte",
                        "suffix": "DVM"
                      },
                      "priorityVerificationCard": false,
                      "recordLocator": "MNNSHU",
                      "seat": {
                        "column": "Y",
                        "row": "93",
                        "value": "8E"
                      },
                      "source": "HOST",
                      "standbyPriority": "VW",
                      "supplementaryData": {
                        "dhsStatus": 2,
                        "exclusiveWaitingArea": true,
                        "infraeroElectronicStamp": "64045735293958",
                        "loungeAccess": true,
                        "selectee": false,
                        "skyPriority": false,
                        "spanishLargeFamily": false,
                        "spanishResident": true,
                        "tboAirport": "[ob",
                        "throughAirport": "[ob",
                        "throughCountry": "DE"
                      },
                      "ticketCouponNumber": "81",
                      "ticketNumber": {
                        "airlineAccountingCode": "832",
                        "checkDigit": "0",
                        "number": "66267397046321",
                        "serialNumber": "5058967784"
                      },
                      "upgradePriority": "cDnwr",
                      "zone": "5"
                    },
                    "checkedIn": true,
                    "checkInNumber": 284,
                    "eligibilities": {
                      "eligibility": [
                        {
                          "notEligible": true,
                          "reason": [
                            {
                              "category": "INVALID_FLIGHT",
                              "details": "xLzJNOdtUQJ73tmUvrBz",
                              "message": "Booking has been cancelled.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "121"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "436"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "422"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "984"
                                }
                              ]
                            },
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "GnebPb4OTJx28HRPPOT5",
                              "message": "Required travel document is missing.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "700"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "228"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": true,
                          "reason": [
                            {
                              "category": "INVALID_FLIGHT",
                              "details": "jL6Aa5o2tshZD6ga5NPY",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "194"
                                }
                              ]
                            },
                            {
                              "category": "INSUFFICIENT_FUNDS",
                              "details": "2ycebdZAXeUayDpaEDBL",
                              "message": "It is too early for check-in.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "335"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "237"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "834"
                                }
                              ]
                            },
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "8VeRYsGMV7FE2TKy7apl",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "615"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "INSUFFICIENT_FUNDS",
                              "details": "XoqYwnAcfIXJViuC8DRP",
                              "message": "It is too early for check-in.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "555"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "230"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "583"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "791"
                                }
                              ]
                            },
                            {
                              "category": "INVALID_FLIGHT",
                              "details": "BkWl31btuw6jErG7p0BO",
                              "message": "Booking has been cancelled.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "189"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "411"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "542"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "680"
                                }
                              ]
                            },
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "acZN4trl0UbNBXZrU6mI",
                              "message": "Required travel document is missing.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "481"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "156"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "MISSING_DOCUMENT",
                              "details": "Z9kciBdg6VLomUtWe2G2",
                              "message": "Booking has been cancelled.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "021"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        }
                      ]
                    },
                    "flightRefs": [
                      "id01",
                      "id02"
                    ],
                    "id": "91a7a989-4f14-468c-97dc-901920a40a3d",
                    "loungeCard": {
                      "formattedLoungeCard": {
                        "image": {
                          "contentType": "application/vnd.openxmlformats-officedocument.wordprocessingml.document",
                          "name": "naughty.[object Object]",
                          "value": "YlPBJqtXE1ze7v2eIAsu72GAS1US70JtihidAqLHO39oSRDtWJfIdCeqL8re0fxZ"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "text/javascript",
                            "name": "supposing_toward_inquisitively.[object Object]",
                            "value": "5yIMT7zW5P7LS2XXgUNqgDGQg2ToruDk0DWg49mOTNox80bkfHC20NiAXwQXvpuB"
                          },
                          "layout": {
                            "contentType": "audio/3gpp2",
                            "name": "concerning_trolley_exasperation.[object Object]",
                            "value": "osGa6wA2GDmSY2unggiOt5DYHX8N626GhHYTcjVCC6M85oQS3oHcp8oEo7seTfq4"
                          },
                          "template": {
                            "contentType": "text/plain",
                            "name": "what_strong_leading.[object Object]",
                            "value": "x7A2e6oZQWNL39pj4JuhmkgzqhNiv1REBtatXbakumHi9Mjhqk8cyYa5bw1rBN0Q"
                          },
                          "templates": [
                            {
                              "contentType": "text/calendar",
                              "name": "biodegradable_after_marksman.[object Object]",
                              "value": "5p9uUu9wBplPBFwFmUSAHbXL9aMCkg1IwIV40WmXXkF9I2SvCktOdsei1RS2bri3"
                            },
                            {
                              "contentType": "image/bmp",
                              "name": "access_expostulate.[object Object]",
                              "value": "78yaumT8EZDxOM950CvKwv0uE2RFwjiWqcJPTGa8diTSijX6L3HHysuPvtSvGxI7"
                            }
                          ]
                        }
                      }
                    },
                    "preReservedSeat": {
                      "airExtraRef": "039c2f6e-f09a-4c0a-9502-149df131f5a8",
                      "offerId": "383ce76e-d2a5-4e45-bd34-f6dd3a943f24",
                      "offerItemId": "1561c81f-32ca-444b-b09a-b0799ab01f13",
                      "type": "MIDDLE",
                      "value": "WK"
                    },
                    "priorityCode": "ihG",
                    "seat": {
                      "airExtraRef": "38d13155-75fd-4793-ad99-c4b787e0f83c",
                      "offerId": "2f9f9bd0-4f68-4c77-87e0-359925196e86",
                      "offerItemId": "580552e2-b019-4d96-a649-a35524a6a665",
                      "type": "AISLE",
                      "value": "uu"
                    },
                    "status": "BOARDED",
                    "upgradeCode": "xDH"
                  },
                  {
                    "boardingPass": {
                      "agent": {
                        "city": "VMb",
                        "country": "OM",
                        "sign": "Wxa"
                      },
                      "baggage": {
                        "carryOnWeight": {
                          "unit": "KG",
                          "value": 16.7
                        },
                        "checkedInBaggage": {
                          "bagTagNumber": [
                            "11223344",
                            "12345678"
                          ],
                          "quantity": 2,
                          "totalWeight": {
                            "unit": "KG",
                            "value": 1.8
                          }
                        }
                      },
                      "barCode": "GgZCRRb56RkUwnbL76M9SqCZYLDEEdaCdYFhsNxJ",
                      "checkInSequenceNumber": "741",
                      "deck": {
                        "code": "MIDDLE",
                        "value": "UPPER"
                      },
                      "displayData": {
                        "accommodation": "BUSINESS",
                        "agentCityName": "South Gracestead",
                        "arrivalAirportName": "Tracy",
                        "boardingPassOnlyText": "BOARDING PASS ONLY",
                        "boardingTime": "2238",
                        "cabinClassCode": "s",
                        "cabinText": "BUSINESS",
                        "carryOnText": "CARRY-ON",
                        "childText": "CHILD",
                        "commuterAirlineName": "[object Object]",
                        "commuterOperatedByText": "OPERATED BY",
                        "departureAirportName": "North Eloise",
                        "documentTypeText": "BOARDING PASS",
                        "doorCloseTime": "1158",
                        "edifactApiText": "API ERROR",
                        "entitlementTexts": {
                          "fastTrack": "FAST TRACK",
                          "loungeAccess": "LOUNGE XTRA",
                          "priorityBoarding": "PRIORITY"
                        },
                        "estimatedArrivalTime": "2680",
                        "estimatedDepartureDate": "2026-10-12T00:00:00.0Z",
                        "estimatedDepartureTime": "1841",
                        "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": "Px8n",
                        "plusInfantText": "PLUS INFANT",
                        "premiumText": "PREMIUM",
                        "priorityAaccessText": "PRIORITY AACCESS",
                        "priorityBoardingText": "PRIORITY BOARDING",
                        "priorityText": "PRIORITY",
                        "scheduledArrivalTime": "6220",
                        "scheduledDepartureDate": "2026-11-24T00:00:00.0Z",
                        "scheduledDepartureTime": "0451",
                        "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": 172.95,
                        "atpcoRule": "Jwro",
                        "atpcoTariff": 8,
                        "bookingClass": "E",
                        "brand": "3H",
                        "cabinClass": "PREMIUM_FIRST",
                        "cabinClassCode": "n",
                        "discountCategory": "37",
                        "fareBasisCode": "JBMhqF",
                        "governingAirline": "[ob",
                        "id": "c12d3ac6-0184-4f00-904d-e60dc3fd6249",
                        "operatingBookingClass": "J",
                        "privateTariff": false,
                        "type": "NRF",
                        "vendor": {
                          "code": "ATP",
                          "value": "SITA"
                        }
                      },
                      "flightDetail": {
                        "aircraftLease": {
                          "lessorAirline": "[ob",
                          "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                        },
                        "airline": "[ob",
                        "arrivalAirport": "[ob",
                        "arrivalCountry": "GP",
                        "arrivalFlightScheduleStatus": "DELAYED",
                        "arrivalTerminal": "r1",
                        "arrivalTime": "2027-03-27T00:00:00.0Z",
                        "boardingTime": "1919-07-26T15:02:39.0Z",
                        "changeOfGauge": true,
                        "commuter": true,
                        "departureAirport": "[ob",
                        "departureCountry": "CR",
                        "departureFlightScheduleStatus": "CANCELLED",
                        "departureGate": "B5",
                        "departureTerminal": "1Y",
                        "departureTime": "2027-04-10T00:00:00.0Z",
                        "disclosureAirline": "[ob",
                        "distance": {
                          "unit": "MILES",
                          "value": 4123
                        },
                        "equipment": "947",
                        "estimatedArrivalTime": "1912-11-19T09:01:28.0Z",
                        "estimatedDepartureTime": "1921-12-01T02:46:15.0Z",
                        "flightDuration": 472,
                        "flightNumber": "3924",
                        "flightStop": [
                          {
                            "airport": "[ob",
                            "arrivalTime": "2027-06-06T00:00:00.0Z",
                            "departureTime": "2027-02-09T00:00:00.0Z",
                            "duration": 61,
                            "elapsedTime": 103
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2026-11-25T00:00:00.0Z",
                            "departureTime": "2026-12-15T00:00:00.0Z",
                            "duration": 140,
                            "elapsedTime": 158
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2027-02-23T00:00:00.0Z",
                            "departureTime": "2026-10-02T00:00:00.0Z",
                            "duration": 138,
                            "elapsedTime": 188
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2026-12-06T00:00:00.0Z",
                            "departureTime": "2026-06-29T00:00:00.0Z",
                            "duration": 115,
                            "elapsedTime": 175
                          }
                        ],
                        "iatci": false,
                        "id": "bcfe66e5-04a3-4aab-9df7-780498b855b2",
                        "operatingAirline": "[ob",
                        "operatingAirlineName": "[object Object]",
                        "operatingFlightNumber": "1344",
                        "span": "INTERNATIONAL",
                        "status": "DELAYED",
                        "subjectToGovernmentApproval": false,
                        "thirdPartyGroundHandled": true,
                        "throughFlight": true,
                        "timeToDeparture": 885
                      },
                      "formattedBoardingPass": {
                        "document": {
                          "contentType": "video/x-msvideo",
                          "name": "versus_improbable.[object Object]",
                          "value": "PllCx9sbOKOd0xkzho6cect8tGuFjry0xzqSAFqkKVPdxceDi4Z3C2YhvZUqe1H5"
                        },
                        "image": {
                          "contentType": "video/3gpp",
                          "name": "lava.[object Object]",
                          "value": "751jqLr5DVBJj1F8GiztbK7vCNpKxSAmqdQlH7YFQc8DKgzMu9tqsnaC8jpESFoZ"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "audio/wav",
                            "name": "stoop.[object Object]",
                            "value": "M1wPeBJpMMfPYbQHH4R91sib5oPCnm3BSWT6rF5oZBoH0kUj9NEstcDb4pGIOzxy"
                          },
                          "layout": {
                            "contentType": "text/calendar",
                            "name": "greatly_shyly_preside.[object Object]",
                            "value": "w91zERx339drfBF8t12tZ3vUhcOiy3Cqb7UyYqyt4YmxMLdNvFOclz3rZepYeiAk"
                          },
                          "template": {
                            "contentType": "video/ogg",
                            "name": "meanwhile.[object Object]",
                            "value": "fiPONIuZmREmCHEm20JyqI4n7GzyoAwV1HyiwfVB9LBQeGocEl0c9JgwctO8Mlj1"
                          },
                          "templates": [
                            {
                              "contentType": "application/vnd.oasis.opendocument.spreadsheet",
                              "name": "clean.[object Object]",
                              "value": "ie4S8a04ChAf4t9mB4uuNUYrwVLAjTFsmPgr2WOBGDVZlVUrwgvDpyU1tgrxUWI6"
                            }
                          ]
                        },
                        "supplementaryData": {
                          "accommodation": "RESIDENCE SUITE",
                          "selectee": false,
                          "skyPriority": true,
                          "zone": "3"
                        },
                        "zpl": {
                          "contentType": "application/vnd.ms-powerpoint",
                          "name": "yowza_newsletter.[object Object]",
                          "value": "bpjzMEJWOxfQSrYdSKzVblz3ujD65dZslPNMK4p5frNDkbrGOrDexsZa3drsVoVh"
                        }
                      },
                      "group": "4Bl9eF",
                      "loyaltyAccount": {
                        "id": "52317131-e29a-4f3b-b8e5-ae4b63aaf478",
                        "latestAwardDate": "2025-08-29",
                        "loyaltyTierLevel": {
                          "atpco": "77",
                          "customerInsight": "50",
                          "name": "platinum",
                          "number": 3,
                          "priority": 2,
                          "tag": "UkG"
                        },
                        "memberAirline": "[ob",
                        "memberId": "7845945978",
                        "membershipStartDate": "2024-10-27",
                        "mileage": {
                          "unit": "MILES",
                          "value": 4374
                        },
                        "pnrId": "0",
                        "points": 89470,
                        "source": "PNR"
                      },
                      "personName": {
                        "first": "Nicholas",
                        "last": "Gislason",
                        "middle": "Alex",
                        "prefix": "Mrs.",
                        "raw": "Ellen Schroeder",
                        "suffix": "MD"
                      },
                      "priorityVerificationCard": false,
                      "recordLocator": "TBTWTK",
                      "seat": {
                        "column": "B",
                        "row": "98",
                        "value": "24B"
                      },
                      "source": "HOST",
                      "standbyPriority": "ax",
                      "supplementaryData": {
                        "dhsStatus": 4,
                        "exclusiveWaitingArea": false,
                        "infraeroElectronicStamp": "59568196271602",
                        "loungeAccess": false,
                        "selectee": true,
                        "skyPriority": true,
                        "spanishLargeFamily": true,
                        "spanishResident": true,
                        "tboAirport": "[ob",
                        "throughAirport": "[ob",
                        "throughCountry": "UM"
                      },
                      "ticketCouponNumber": "28",
                      "ticketNumber": {
                        "airlineAccountingCode": "556",
                        "checkDigit": "0",
                        "number": "36524973901383",
                        "serialNumber": "6090032235"
                      },
                      "upgradePriority": "kD7Pp",
                      "zone": "8"
                    },
                    "checkedIn": false,
                    "checkInNumber": 699,
                    "eligibilities": {
                      "eligibility": [
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "JPHeGgEq8uGWsRKW2D9j",
                              "message": "Booking has been cancelled.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "258"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "413"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "897"
                                }
                              ]
                            },
                            {
                              "category": "INSUFFICIENT_FUNDS",
                              "details": "H2LNOLKXqY2fdZTFO974",
                              "message": "Required travel document is missing.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "363"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "581"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "694"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "578"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "MISSING_DOCUMENT",
                              "details": "GBbTVn0LaC6PxLtvCYRg",
                              "message": "It is too early for check-in.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "686"
                                }
                              ]
                            },
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "lxvrBSgL4KCPJ9GlRNyP",
                              "message": "Required travel document is missing.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "783"
                                }
                              ]
                            },
                            {
                              "category": "INSUFFICIENT_FUNDS",
                              "details": "BOFm3G0aE75VvoeB3NPo",
                              "message": "Required travel document is missing.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "701"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "814"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "465"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "987"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "271"
                                }
                              ]
                            },
                            {
                              "category": "MISSING_DOCUMENT",
                              "details": "v9IPl6bp3PtRzQk9PlvM",
                              "message": "Required travel document is missing.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "463"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "009"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "699"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "672"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "INSUFFICIENT_FUNDS",
                              "details": "hjxcNeKShDaKaqHE8Io0",
                              "message": "It is too early for check-in.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "584"
                                }
                              ]
                            },
                            {
                              "category": "MISSING_DOCUMENT",
                              "details": "YZk6Elc3Fzb5awuKoqQV",
                              "message": "Payment processing failed.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "663"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "267"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "765"
                                }
                              ]
                            },
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "oYjnN9tLpbMnnBxDBmQ2",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "080"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "424"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "867"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "012"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "867"
                                }
                              ]
                            },
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "vBvOgXxhLWWjfs19mdZW",
                              "message": "Payment processing failed.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "134"
                                }
                              ]
                            },
                            {
                              "category": "INSUFFICIENT_FUNDS",
                              "details": "sLgvm14nammsoB8GMnTj",
                              "message": "Booking has been cancelled.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "346"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "957"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "521"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "519"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "159"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "INVALID_FLIGHT",
                              "details": "5Ba04ISgoNLR9pn0W2ZA",
                              "message": "Payment processing failed.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "719"
                                }
                              ]
                            },
                            {
                              "category": "INVALID_FLIGHT",
                              "details": "PXyAkvsXRdvBEMNPTsLK",
                              "message": "Payment processing failed.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "822"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "322"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "642"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "256"
                                }
                              ]
                            },
                            {
                              "category": "MISSING_DOCUMENT",
                              "details": "OlBRpE02XTVsRopmUrfJ",
                              "message": "Payment processing failed.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "750"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "529"
                                }
                              ]
                            },
                            {
                              "category": "INSUFFICIENT_FUNDS",
                              "details": "hVX8qYtdueqFGMTrVTQe",
                              "message": "It is too early for check-in.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "526"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        }
                      ]
                    },
                    "flightRefs": [
                      "id01",
                      "id02"
                    ],
                    "id": "2e2e142f-87ca-4012-bb13-e4f8023b7159",
                    "loungeCard": {
                      "formattedLoungeCard": {
                        "image": {
                          "contentType": "video/mp2t",
                          "name": "snuggle.[object Object]",
                          "value": "6l4fbfpKTNLK3iTFl0c3JTfylN5pinv2vdYs3FXPcAMuc7zePoxq6Cr5ypC4HLvB"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "audio/3gpp",
                            "name": "scuffle.[object Object]",
                            "value": "DWuHoyBNNmpVAdIpZvSdLM7YWLylh4LPbzF9ZvLvVAx0oTYGdhyR4Aw7360angMs"
                          },
                          "layout": {
                            "contentType": "application/zip",
                            "name": "microchip_once_ape.[object Object]",
                            "value": "jdNarcsL9mVCGdpoQCreBQb4SobUkTx5wJ6vMb8FBn3LhIi3LIX5q44oAGAR8pqy"
                          },
                          "template": {
                            "contentType": "application/vnd.mozilla.xul+xml",
                            "name": "salty_besides_aboard.[object Object]",
                            "value": "BKFlw8iYJqTpFf7v7SNHkyLLwQZzb8WJBEsHOeEvLibIfvOM8cg2lXQnVa4FnidM"
                          },
                          "templates": [
                            {
                              "contentType": "application/vnd.ms-fontobject",
                              "name": "athwart_whereas.[object Object]",
                              "value": "PtPmFhjOqwl4HUpcGI8e7vZ9hZxIN66lHCTKAfpflfnAcggvx34qi2istFPMbHkS"
                            },
                            {
                              "contentType": "text/javascript",
                              "name": "ideal.[object Object]",
                              "value": "pIWJBqoeRv69JP55rN55NaPGiRJJvH2hBWK5kD8leRDEpjwOwWy4N2gOYA25rtWO"
                            },
                            {
                              "contentType": "image/png",
                              "name": "fluctuate_at_swat.[object Object]",
                              "value": "kdlDMJspdYFhlxoTsMbRnPLrFje9ZRNKvGUMdMZkbrKxsINqIIkWZYYNFS1UfXo1"
                            },
                            {
                              "contentType": "application/pdf",
                              "name": "transparency.[object Object]",
                              "value": "10asHHJGIAIu7vr2euIH2DqjN66STdUoDPUV7uFladZ6KxLfW2F5RqVDjsdBuxRR"
                            }
                          ]
                        }
                      }
                    },
                    "preReservedSeat": {
                      "airExtraRef": "5aaa1b4e-53b0-4d50-a7b9-12461bdcff36",
                      "offerId": "a070b0ca-6b12-49b2-9623-5844b35ca821",
                      "offerItemId": "ca8f33ff-c00a-4358-9467-5b07ebd8f882",
                      "type": "WINDOW",
                      "value": "4R"
                    },
                    "priorityCode": "lOO",
                    "seat": {
                      "airExtraRef": "e36ab92a-b86b-4fd7-b77a-638c0f526c7e",
                      "offerId": "9ecf0801-d600-4c3f-bd73-fa7f313e6167",
                      "offerItemId": "14e8a84a-30f0-4828-b8a4-b5f46d3ae13e",
                      "type": "MIDDLE",
                      "value": "vv"
                    },
                    "status": "BOARDED",
                    "upgradeCode": "pNN"
                  }
                ],
                "passengerOffer": {
                  "offerId": "0c25b98e-84ef-4095-91cf-0f0ab9a5",
                  "offerItems": [
                    {
                      "annotations": [
                        {
                          "key": "tOsiGz",
                          "value": "AJeUbkfMzF"
                        },
                        {
                          "key": "TixIvP",
                          "value": "MpXDgIaPsZ"
                        }
                      ],
                      "availableQuantity": 48,
                      "bannerName": "Elegant",
                      "characteristics": [
                        "CH 1A W"
                      ],
                      "offerItemId": "84192984-e8ae-4f23-82a9-3069f9ed",
                      "offerName": "Ergonomic Rubber Ball",
                      "price": {
                        "currency": "GYD",
                        "value": 373.02
                      },
                      "priority": 8
                    },
                    {
                      "annotations": [
                        {
                          "key": "RPJEqy",
                          "value": "oEuYUZRmSB"
                        },
                        {
                          "key": "gtgvSp",
                          "value": "kEvLMYqyKs"
                        },
                        {
                          "key": "iiWEQa",
                          "value": "YSVCHfjRcV"
                        },
                        {
                          "key": "sBiSbx",
                          "value": "SjyXFETLKe"
                        },
                        {
                          "key": "KNakag",
                          "value": "fcvKgGbcJu"
                        }
                      ],
                      "availableQuantity": 6,
                      "bannerName": "Fantastic",
                      "characteristics": [
                        "CH 1A W"
                      ],
                      "offerItemId": "0624f5e2-d3d7-4fe4-b063-044b6058",
                      "offerName": "Modern Metal Computer",
                      "price": {
                        "currency": "KMF",
                        "value": 325.9
                      },
                      "priority": 2
                    },
                    {
                      "annotations": [
                        {
                          "key": "DqutNA",
                          "value": "urpZOVyoNp"
                        },
                        {
                          "key": "rbGtxy",
                          "value": "hjYblPllVd"
                        },
                        {
                          "key": "KwwCGB",
                          "value": "GZlllVHykG"
                        }
                      ],
                      "availableQuantity": 12,
                      "bannerName": "Frozen",
                      "characteristics": [
                        "CH 1A W"
                      ],
                      "offerItemId": "94cb7726-f124-4b20-a97b-4379c29a",
                      "offerName": "Modern Wooden Soap",
                      "price": {
                        "currency": "KYD",
                        "value": 351.28
                      },
                      "priority": 3
                    },
                    {
                      "annotations": [
                        {
                          "key": "vZqqHY",
                          "value": "DXaRIodCCa"
                        },
                        {
                          "key": "dwyvkX",
                          "value": "kLvCYGTlLn"
                        }
                      ],
                      "availableQuantity": 45,
                      "bannerName": "Handmade",
                      "characteristics": [
                        "CH 1A W"
                      ],
                      "offerItemId": "8f821ed3-f5ea-42ed-90c1-2b109693",
                      "offerName": "Luxurious Wooden Table",
                      "price": {
                        "currency": "COP",
                        "value": 337.21
                      },
                      "priority": 7
                    },
                    {
                      "annotations": [
                        {
                          "key": "apoBxc",
                          "value": "ytKItriDMk"
                        },
                        {
                          "key": "aTtrSX",
                          "value": "yofWyKwcZt"
                        }
                      ],
                      "availableQuantity": 37,
                      "bannerName": "Intelligent",
                      "characteristics": [
                        "CH 1A W"
                      ],
                      "offerItemId": "4f9f7920-0023-44c6-80cb-bc0ddc8d",
                      "offerName": "Gorgeous Plastic Ball",
                      "price": {
                        "currency": "SLE",
                        "value": 131.85
                      },
                      "priority": 6
                    }
                  ]
                },
                "passengerType": "INF",
                "segmentRef": "68dfa998-5345-424c-a3d8-a0539f6499f8",
                "upgradeAvailability": [
                  {
                    "bookingClassAvailabilityRef": "ecb398f0-b3bd-460f-98c6-4835f8bc9935",
                    "cabin": "Q",
                    "description": "First",
                    "id": "99b69d75-cbdd-4bd4-aa3d-be87a8b57d58",
                    "pricedAncillaryRef": "51d2572c-6bc2-4689-a8dd-4ed3f92ac08a"
                  }
                ]
              },
              {
                "additionalTravelInformation": {
                  "residencyDocumentType": {
                    "id": "d20c9007-9887-4444-9ad3-2d22e4975f65",
                    "residencyCountry": "NZ",
                    "value": "PERMANENT_RESIDENT_RESIDENT_ALIEN_CARD_FORM_I_551"
                  },
                  "returnDate": {
                    "id": "65f265a3-324b-4ab6-b6da-43eafe394372",
                    "value": "2026-07-13"
                  },
                  "stayType": {
                    "id": "3ad896b4-7ef6-4a52-a98a-02f2e301086a",
                    "value": "BUSINESS"
                  },
                  "timaticDocumentType": {
                    "id": "3caafa9d-2d58-49ef-8cdc-a93f125b0923",
                    "value": "VISIT_PERMIT_FOR_RESIDENTS_OF_MACAO_TO_HKSAR"
                  },
                  "visaVerified": {
                    "id": "b152c56a-08b7-4277-b46a-52923bad1c37",
                    "value": false
                  }
                },
                "airExtra": [
                  {
                    "airExtraBundleRef": "8ff031f0-ef3f-4a79-b5cc-293d9f4d5803",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": false,
                        "customRules": {
                          "applyHighestTierLevel": false,
                          "convertible": false,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 2
                        },
                        "exchangeable": false,
                        "feeApplicationMethod": {
                          "code": "2",
                          "value": "ITEM"
                        },
                        "formOfRefund": {
                          "code": "2",
                          "value": "VOUCHER"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 1
                        },
                        "freeOfChargeRules": [
                          "BOOKING_REQUIRED",
                          "EMD_REQUIRED"
                        ],
                        "interlineable": false,
                        "inventoryControlled": false,
                        "paperTicketRequired": false,
                        "purchaseAtTicketIssue": true,
                        "purchaseBy": "2027-01-01",
                        "refundable": false,
                        "tourCode": "tFBLzB"
                      },
                      "bagType": "SKI",
                      "bookingMethod": {
                        "code": "1 ",
                        "value": "CONTACT_AIRLINE"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "EXTRA LEGROOM",
                      "displayOnly": true,
                      "electronicMiscDocType": {
                        "code": "3",
                        "consumedAtIssuance": false,
                        "value": "STANDALONE_TICKET_ASSOCIATED"
                      },
                      "group": "BG",
                      "id": "4EPk55",
                      "reasonForIssuance": {
                        "code": "B",
                        "value": "BAGGAGE"
                      },
                      "sequenceNumber": 27,
                      "serviceType": {
                        "code": "QP",
                        "value": "BAGGAGE_ALLOWANCE"
                      },
                      "specialService": {
                        "code": "PETC",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 63,
                              "min": 2,
                              "name": "SIZE",
                              "optional": true,
                              "type": "TEXT",
                              "unit": "IN"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 52,
                              "min": 5,
                              "name": "AGE",
                              "optional": false,
                              "type": "INT",
                              "unit": "LB"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 72,
                              "min": 5,
                              "name": "AGE",
                              "optional": true,
                              "type": "TEXT",
                              "unit": "KG"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 33,
                              "min": 1,
                              "name": "WEIGHT",
                              "optional": true,
                              "type": "ENUM",
                              "unit": "IN"
                            }
                          ]
                        },
                        "type": "REQUIRED"
                      },
                      "ssimCode": "Rh6",
                      "subCode": "177",
                      "vendor": "MMGR",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 32.4
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 11.8
                        }
                      ]
                    },
                    "bookingIndicator": "16",
                    "disassociated": false,
                    "emdNumber": {
                      "number": "38625421121876"
                    },
                    "emdPaperIndicator": "E",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "82",
                          "segmentRef": "8285a568-e549-4098-94e4-d9144cb2b614"
                        },
                        {
                          "emdCouponNumber": "58",
                          "segmentRef": "555445ce-9efc-4d06-9af2-9fb1c7493660"
                        },
                        {
                          "emdCouponNumber": "39",
                          "segmentRef": "b6fc49f1-a98a-4f14-958d-77db464fcbd5"
                        },
                        {
                          "emdCouponNumber": "77",
                          "segmentRef": "a6f4c8ba-0be1-472b-bbcd-0b3eed7723ec"
                        },
                        {
                          "emdCouponNumber": "40",
                          "segmentRef": "64e20997-be41-4607-b355-f6de6c20d38d"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "03",
                    "id": "c774e6c8-c6a6-40b5-afe3-2e529cba72cc",
                    "miscFee": {
                      "dealName": "SPRING DEAL",
                      "group": "SEA",
                      "id": "e4518271-88c6-4569-bd64-0222ed7bb6b5",
                      "offerName": "OFFER A",
                      "reasonForIssuance": "G",
                      "subCode": "095"
                    },
                    "offerId": {
                      "id": "27aa12e4-b12d-47ce-b665-357705bee142",
                      "itemId": "2f48b01f-83f2-4e1e-b79f-236795cf71c1"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "OK",
                      "value": "FULFILLED"
                    },
                    "pnrId": "HBJBHB",
                    "quantity": 3,
                    "specialServiceDescription": {
                      "code": "elBM",
                      "properties": {
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "353"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "369"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "988"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "391"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "995"
                          }
                        ]
                      },
                      "text": "EEUBflbRVlbrswH"
                    },
                    "syntheticIdentifier": "48459668767136940533",
                    "taxExemption": true,
                    "ticketUsedForEmdPricing": "N",
                    "type": "MISC_FEE",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 30.6
                    }
                  },
                  {
                    "airExtraBundleRef": "3dd53372-5888-4968-9bba-4b1d5b24a585",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": false,
                        "customRules": {
                          "applyHighestTierLevel": true,
                          "convertible": false,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 7
                        },
                        "exchangeable": true,
                        "feeApplicationMethod": {
                          "code": "1",
                          "value": "ONE_AND_A_HALF_PERCENT_OF_FARE_PER_KG"
                        },
                        "formOfRefund": {
                          "code": "2",
                          "value": "ORIGINAL"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 1
                        },
                        "freeOfChargeRules": [
                          "EMD_REQUIRED"
                        ],
                        "interlineable": true,
                        "inventoryControlled": true,
                        "paperTicketRequired": false,
                        "purchaseAtTicketIssue": false,
                        "purchaseBy": "2027-05-17",
                        "refundable": true,
                        "tourCode": "ZroG8n"
                      },
                      "bagType": "PET",
                      "bookingMethod": {
                        "code": "8-",
                        "value": "PER_SERVICE_RECORD"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "EXTRA LEGROOM",
                      "displayOnly": false,
                      "electronicMiscDocType": {
                        "code": "1",
                        "consumedAtIssuance": true,
                        "value": "ETICKET"
                      },
                      "group": "BG",
                      "id": "-KSAwX",
                      "reasonForIssuance": {
                        "code": "G",
                        "value": "OTHER"
                      },
                      "sequenceNumber": 23,
                      "serviceType": {
                        "code": "4H",
                        "value": "DISCLOSURE"
                      },
                      "specialService": {
                        "code": "PETC",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 44,
                              "min": 5,
                              "name": "WEIGHT",
                              "optional": true,
                              "type": "TEXT",
                              "unit": "LB"
                            }
                          ]
                        },
                        "type": "OPTIONAL"
                      },
                      "ssimCode": "XIz",
                      "subCode": "656",
                      "vendor": "SABR",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 29.4
                        }
                      ]
                    },
                    "bookingIndicator": "22",
                    "disassociated": false,
                    "emdNumber": {
                      "number": "34399585955405"
                    },
                    "emdPaperIndicator": "E",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "47",
                          "segmentRef": "477445ba-106c-49c8-87ed-ed7c6418e404"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "87",
                    "id": "b6bf5bd6-edb9-4ce1-9f67-03d574604de2",
                    "miscFee": {
                      "dealName": "WINTER SALE",
                      "group": "BG",
                      "id": "775802b9-3781-4ce4-9198-4bcd846e203e",
                      "offerName": "OFFER A",
                      "reasonForIssuance": "A",
                      "subCode": "683"
                    },
                    "offerId": {
                      "id": "a378c6bb-f360-45d0-9482-5389f792f46b",
                      "itemId": "cebe6088-b4c3-4289-9442-ad213eec19ce"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "OK",
                      "value": "VERIFICATION"
                    },
                    "pnrId": "GRYBJX",
                    "quantity": 2,
                    "specialServiceDescription": {
                      "code": "NVCR",
                      "properties": {
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "566"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "210"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "478"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "428"
                          }
                        ]
                      },
                      "text": "yATTKIKcNWJFKYc"
                    },
                    "syntheticIdentifier": "60200862813613088705",
                    "taxExemption": false,
                    "ticketUsedForEmdPricing": "Y",
                    "type": "MISC_FEE",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 5.3
                    }
                  },
                  {
                    "airExtraBundleRef": "d97d3bc8-f693-434c-a29f-c5cfc61ff66c",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": true,
                        "customRules": {
                          "applyHighestTierLevel": false,
                          "convertible": false,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 8
                        },
                        "exchangeable": true,
                        "feeApplicationMethod": {
                          "code": "4",
                          "value": "PER_1KG_OVER_FREE_BAGGAGE_ALLOWANCE"
                        },
                        "formOfRefund": {
                          "code": "2",
                          "value": "VOUCHER"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 2
                        },
                        "freeOfChargeRules": [
                          "EMD_REQUIRED",
                          "EMD_REQUIRED",
                          "BOOKING_REQUIRED",
                          "BOOKING_REQUIRED",
                          "EMD_REQUIRED"
                        ],
                        "interlineable": false,
                        "inventoryControlled": true,
                        "paperTicketRequired": false,
                        "purchaseAtTicketIssue": true,
                        "purchaseBy": "2026-06-19",
                        "refundable": true,
                        "tourCode": "rSbh0q"
                      },
                      "bagType": "BIKE",
                      "bookingMethod": {
                        "code": "3=",
                        "value": "PER_SERVICE_RECORD"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "PRIORITY BOARDING",
                      "displayOnly": true,
                      "electronicMiscDocType": {
                        "code": "1",
                        "consumedAtIssuance": true,
                        "value": "ETICKET"
                      },
                      "group": "MEA",
                      "id": "LSUB9g",
                      "reasonForIssuance": {
                        "code": "B",
                        "value": "GROUND_TRANSPORT_NON_AIR_SERVICES"
                      },
                      "sequenceNumber": 56,
                      "serviceType": {
                        "code": "qD",
                        "value": "BAGGAGE_ALLOWANCE"
                      },
                      "specialService": {
                        "code": "UMNR",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 53,
                              "min": 3,
                              "name": "AGE",
                              "optional": true,
                              "type": "DECIMAL",
                              "unit": "CM"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 59,
                              "min": 1,
                              "name": "SIZE",
                              "optional": false,
                              "type": "INT",
                              "unit": "KG"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 81,
                              "min": 1,
                              "name": "WEIGHT",
                              "optional": false,
                              "type": "INT",
                              "unit": "IN"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 40,
                              "min": 1,
                              "name": "SIZE",
                              "optional": true,
                              "type": "TEXT",
                              "unit": "KG"
                            }
                          ]
                        },
                        "type": "REQUIRED"
                      },
                      "ssimCode": "hqi",
                      "subCode": "037",
                      "vendor": "MMGR",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 22.8
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 16.9
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 8
                        }
                      ]
                    },
                    "bookingIndicator": "97",
                    "disassociated": true,
                    "emdNumber": {
                      "number": "71371493074448"
                    },
                    "emdPaperIndicator": "E",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "34",
                          "segmentRef": "b768a047-1ae8-490d-982c-dc372f3cb8d3"
                        },
                        {
                          "emdCouponNumber": "27",
                          "segmentRef": "d0dffc41-e393-482c-a134-e31dfe6fc2a9"
                        },
                        {
                          "emdCouponNumber": "29",
                          "segmentRef": "4dbeba5f-5a3e-4ba7-a41f-6ba140b5e67e"
                        },
                        {
                          "emdCouponNumber": "00",
                          "segmentRef": "8a5d56a5-ae0e-4952-aff9-77e68e2eb11a"
                        },
                        {
                          "emdCouponNumber": "36",
                          "segmentRef": "2b541d0b-bf09-4860-b53e-81ba1fe38621"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "05",
                    "id": "a9fc3e88-701d-498b-9254-4f12473faf57",
                    "miscFee": {
                      "dealName": "SPRING DEAL",
                      "group": "BG",
                      "id": "e0e92cc8-414e-4f60-84f0-f8d537bf6e14",
                      "offerName": "MAY WEEKEND DISCOUNT",
                      "reasonForIssuance": "G",
                      "subCode": "159"
                    },
                    "offerId": {
                      "id": "72feecba-c050-42f8-a3b9-62f7652a7047",
                      "itemId": "37001823-1a1a-4c29-a98c-f5f867718298"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "OK",
                      "value": "WAIVED"
                    },
                    "pnrId": "CRSYPH",
                    "quantity": 5,
                    "specialServiceDescription": {
                      "code": "TKQx",
                      "properties": {
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "784"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "718"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "598"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "320"
                          }
                        ]
                      },
                      "text": "CNYOhRTWJLCaanC"
                    },
                    "syntheticIdentifier": "49773603615929241971",
                    "taxExemption": false,
                    "ticketUsedForEmdPricing": "Y",
                    "type": "ANCILLARY",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 32.7
                    }
                  },
                  {
                    "airExtraBundleRef": "d805c268-2cbd-4e93-b978-c2c83237a662",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": true,
                        "customRules": {
                          "applyHighestTierLevel": true,
                          "convertible": true,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 4
                        },
                        "exchangeable": false,
                        "feeApplicationMethod": {
                          "code": "3",
                          "value": "ITEM"
                        },
                        "formOfRefund": {
                          "code": "3",
                          "value": "VOUCHER"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 4
                        },
                        "freeOfChargeRules": [
                          "EMD_REQUIRED",
                          "EMD_REQUIRED",
                          "EMD_REQUIRED",
                          "EMD_REQUIRED",
                          "BOOKING_REQUIRED"
                        ],
                        "interlineable": false,
                        "inventoryControlled": true,
                        "paperTicketRequired": false,
                        "purchaseAtTicketIssue": true,
                        "purchaseBy": "2027-01-26",
                        "refundable": true,
                        "tourCode": "S9b5XR"
                      },
                      "bagType": "PET",
                      "bookingMethod": {
                        "code": "3_",
                        "value": "ANY_ALLOWED"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "EXTRA LEGROOM",
                      "displayOnly": true,
                      "electronicMiscDocType": {
                        "code": "1",
                        "consumedAtIssuance": false,
                        "value": "STANDALONE_TICKET_ASSOCIATED"
                      },
                      "group": "SEA",
                      "id": "JvEAMZ",
                      "reasonForIssuance": {
                        "code": "A",
                        "value": "IN_FLIGHT_SERVICES"
                      },
                      "sequenceNumber": 10,
                      "serviceType": {
                        "code": "to",
                        "value": "CHARGES"
                      },
                      "specialService": {
                        "code": "BGDA",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 77,
                              "min": 1,
                              "name": "AGE",
                              "optional": true,
                              "type": "INT",
                              "unit": "CM"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 16,
                              "min": 3,
                              "name": "WEIGHT",
                              "optional": false,
                              "type": "INT",
                              "unit": "CM"
                            }
                          ]
                        },
                        "type": "NOTALLOWED"
                      },
                      "ssimCode": "8FQ",
                      "subCode": "873",
                      "vendor": "SABR",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 45.3
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 27
                        }
                      ]
                    },
                    "bookingIndicator": "37",
                    "disassociated": false,
                    "emdNumber": {
                      "number": "96362079265600"
                    },
                    "emdPaperIndicator": "E",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "14",
                          "segmentRef": "abab8631-f210-4182-aaf2-fe47bf5738d6"
                        },
                        {
                          "emdCouponNumber": "47",
                          "segmentRef": "455a3858-bbdc-41b8-8c2f-77ff8406615d"
                        },
                        {
                          "emdCouponNumber": "25",
                          "segmentRef": "b9c67654-29a4-45c5-b5f2-0f4e0a16aa4d"
                        },
                        {
                          "emdCouponNumber": "95",
                          "segmentRef": "b8eaaf55-339b-488b-a857-80a8117c1f7e"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "75",
                    "id": "9ea70465-d0ed-4f10-a25b-8db9584b1770",
                    "miscFee": {
                      "dealName": "WINTER SALE",
                      "group": "BG",
                      "id": "fcd7ad79-021e-4810-96b2-2724dd17896e",
                      "offerName": "OFFER A",
                      "reasonForIssuance": "A",
                      "subCode": "444"
                    },
                    "offerId": {
                      "id": "d19518d8-bd4d-4ec3-b13e-c7bfbec48dda",
                      "itemId": "cceb8b36-18b4-40dc-92d6-0e4f0be7ef93"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "OK",
                      "value": "REJECTED"
                    },
                    "pnrId": "VCQSPH",
                    "quantity": 4,
                    "specialServiceDescription": {
                      "code": "EsYG",
                      "properties": {
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "587"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "048"
                          }
                        ]
                      },
                      "text": "lSCqdZKMUbieejq"
                    },
                    "syntheticIdentifier": "52660316962192648372",
                    "taxExemption": true,
                    "ticketUsedForEmdPricing": "N",
                    "type": "ANCILLARY",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 5.7
                    }
                  }
                ],
                "baggagePoolId": 544,
                "editCodes": {
                  "editCode": [
                    {
                      "code": "Hz",
                      "id": "1f1f9cc9-86e6-401e-8c13-5535aa1e7a9c",
                      "text": [
                        {
                          "id": "cbbb1e23-777b-4bfd-9b34-339275b47d2d",
                          "lineId": "60",
                          "value": "DVFnkQgpzrPhqiH"
                        },
                        {
                          "id": "b486c3f5-8253-4a6f-8bd4-cb70cf0dbf05",
                          "lineId": "73",
                          "value": "rICIjSbZYApvVbF"
                        }
                      ]
                    },
                    {
                      "code": "cJ",
                      "id": "f0930d77-2f38-439c-bf2d-12f22a1f6467",
                      "text": [
                        {
                          "id": "6fb3e5ee-818f-4fdc-9157-cd322c046ccf",
                          "lineId": "22",
                          "value": "iomAyPGWuAItAFX"
                        }
                      ]
                    },
                    {
                      "code": "US",
                      "id": "6ac03f14-8300-4d58-87ad-6befa5d4a7f1",
                      "text": [
                        {
                          "id": "9be323c6-0f28-4099-abc1-3b45960fd510",
                          "lineId": "90",
                          "value": "qUuilNeiNHmrLbV"
                        },
                        {
                          "id": "c71ad4b6-a381-43ae-b542-e8bf71a2dab2",
                          "lineId": "56",
                          "value": "VOiwgZXNzcjjiIL"
                        },
                        {
                          "id": "bf45fde2-2a5c-4a50-ab2b-f7ae262d927d",
                          "lineId": "88",
                          "value": "rZnSLTvwiFCMkFe"
                        }
                      ]
                    },
                    {
                      "code": "Kl",
                      "id": "1f0898f8-ef15-4cde-850a-9ff123cda086",
                      "text": [
                        {
                          "id": "1d994325-30ae-4a81-b9aa-82534ce97435",
                          "lineId": "81",
                          "value": "avsGnhzfzpveCgH"
                        },
                        {
                          "id": "40a049d3-b5ca-4748-a0d4-881d1c01819b",
                          "lineId": "91",
                          "value": "CKaXjcuEMCboQxp"
                        },
                        {
                          "id": "61a23580-28b1-4b39-bfd4-b1463ff1eaad",
                          "lineId": "30",
                          "value": "SJnuHqHGTNpSKFE"
                        },
                        {
                          "id": "46dc515c-be4b-425c-9826-7dc358965956",
                          "lineId": "18",
                          "value": "uuJWAbdDvAWAlbD"
                        }
                      ]
                    }
                  ]
                },
                "eligibilities": {
                  "eligibility": [
                    {
                      "notEligible": false,
                      "reason": [
                        {
                          "category": "MISSING_DOCUMENT",
                          "details": "SygckuAI9e97CSsW0Jjv",
                          "message": "Required travel document is missing.",
                          "property": [
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "577"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "403"
                            }
                          ]
                        },
                        {
                          "category": "INVALID_FLIGHT",
                          "details": "fP7HNEVDVXdhUUHtvgZO",
                          "message": "Payment processing failed.",
                          "property": [
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "862"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "143"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "452"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "500"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "359"
                            }
                          ]
                        },
                        {
                          "category": "INSUFFICIENT_FUNDS",
                          "details": "jUvCBCMI5KONFf7nN6LR",
                          "message": "It is too early for check-in.",
                          "property": [
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "915"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "204"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "497"
                            }
                          ]
                        },
                        {
                          "category": "TOO_EARLY_FOR_CHECK_IN",
                          "details": "I02zfgkN3ScdYsgIIPDG",
                          "message": "This flight is not eligible.",
                          "property": [
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "055"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "705"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "993"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "549"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "046"
                            }
                          ]
                        }
                      ],
                      "type": "CHECK_IN"
                    },
                    {
                      "notEligible": false,
                      "reason": [
                        {
                          "category": "INVALID_FLIGHT",
                          "details": "sAZpRZ2uCIsgPbExVRZU",
                          "message": "This flight is not eligible.",
                          "property": [
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "813"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "608"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "498"
                            }
                          ]
                        },
                        {
                          "category": "INVALID_FLIGHT",
                          "details": "CeyBgRjcT8LJXqNqPwzJ",
                          "message": "Required travel document is missing.",
                          "property": [
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "458"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "995"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "401"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "347"
                            }
                          ]
                        },
                        {
                          "category": "BOOKING_CANCELLED",
                          "details": "pNTYAs1kaSskMCEYZvVx",
                          "message": "Payment processing failed.",
                          "property": [
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "966"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "437"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "711"
                            }
                          ]
                        }
                      ],
                      "type": "CHECK_IN"
                    },
                    {
                      "notEligible": false,
                      "reason": [
                        {
                          "category": "INSUFFICIENT_FUNDS",
                          "details": "2j7sdf8MffFWzSvjbjcE",
                          "message": "Payment processing failed.",
                          "property": [
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "174"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "479"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "300"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "599"
                            }
                          ]
                        },
                        {
                          "category": "INVALID_FLIGHT",
                          "details": "bxacpC4p9SdJgzSOCrvh",
                          "message": "Required travel document is missing.",
                          "property": [
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "536"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "775"
                            }
                          ]
                        },
                        {
                          "category": "INVALID_FLIGHT",
                          "details": "IGILO7YpC34dSjTJbxL4",
                          "message": "Booking has been cancelled.",
                          "property": [
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "841"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "154"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "093"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "680"
                            }
                          ]
                        },
                        {
                          "category": "BOOKING_CANCELLED",
                          "details": "FtdjFsamfta2WfIC1owI",
                          "message": "Required travel document is missing.",
                          "property": [
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "460"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "345"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "844"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "090"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "662"
                            }
                          ]
                        }
                      ],
                      "type": "CHECK_IN"
                    },
                    {
                      "notEligible": false,
                      "reason": [
                        {
                          "category": "INSUFFICIENT_FUNDS",
                          "details": "ZKJy0c38hCgEpc7w5SMG",
                          "message": "Booking has been cancelled.",
                          "property": [
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "321"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "062"
                            }
                          ]
                        },
                        {
                          "category": "INSUFFICIENT_FUNDS",
                          "details": "MqUsEE4PGgjVe32AI0PA",
                          "message": "Booking has been cancelled.",
                          "property": [
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "575"
                            }
                          ]
                        },
                        {
                          "category": "MISSING_DOCUMENT",
                          "details": "czKo9CcrCvyBcAfLchYo",
                          "message": "This flight is not eligible.",
                          "property": [
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "569"
                            }
                          ]
                        },
                        {
                          "category": "MISSING_DOCUMENT",
                          "details": "R8XaHD61RuQV7UYB7dxU",
                          "message": "This flight is not eligible.",
                          "property": [
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "776"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "194"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "237"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "858"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "887"
                            }
                          ]
                        },
                        {
                          "category": "MISSING_DOCUMENT",
                          "details": "Rkgp4QeX3ZtZIPDTbmsI",
                          "message": "Required travel document is missing.",
                          "property": [
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "052"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "888"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "569"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "004"
                            }
                          ]
                        }
                      ],
                      "type": "CHECK_IN"
                    },
                    {
                      "notEligible": false,
                      "reason": [
                        {
                          "category": "MISSING_DOCUMENT",
                          "details": "CWd9gke3EF3moUIhJkWf",
                          "message": "Payment processing failed.",
                          "property": [
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "464"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "771"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "824"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "028"
                            }
                          ]
                        },
                        {
                          "category": "TOO_EARLY_FOR_CHECK_IN",
                          "details": "VlYDuWWSNt2RXivGo8VJ",
                          "message": "This flight is not eligible.",
                          "property": [
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "693"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "911"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "477"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "242"
                            }
                          ]
                        },
                        {
                          "category": "TOO_EARLY_FOR_CHECK_IN",
                          "details": "LV2UjgRoKEBQeTny8OHG",
                          "message": "Booking has been cancelled.",
                          "property": [
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "222"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "529"
                            }
                          ]
                        },
                        {
                          "category": "INSUFFICIENT_FUNDS",
                          "details": "Rh7RE77f28biM1lE7Xs1",
                          "message": "Payment processing failed.",
                          "property": [
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "349"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "828"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "497"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "300"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "441"
                            }
                          ]
                        }
                      ],
                      "type": "CHECK_IN"
                    }
                  ]
                },
                "id": "9bb1fc35-bc40-4965-85ba-6de6c4238c69",
                "loyaltyAccount": {
                  "id": "590dc0e0-346c-4e82-b200-b73a68e2aac5",
                  "latestAwardDate": "2026-06-10",
                  "loyaltyTierLevel": {
                    "atpco": "64",
                    "customerInsight": "95",
                    "name": "gold",
                    "number": 2,
                    "priority": 7,
                    "tag": "Zlu"
                  },
                  "memberAirline": "[ob",
                  "memberId": "2647094081",
                  "membershipStartDate": "2024-06-17",
                  "mileage": {
                    "unit": "MILES",
                    "value": 2775
                  },
                  "pnrId": "2",
                  "points": 39727,
                  "source": "SSCI"
                },
                "nonRevenuePassengerInfo": {
                  "priorityCode": "yQr",
                  "seniorityDate": "2010-09-23T00:00:00.0Z",
                  "upgradeCode": "GyH"
                },
                "passengerCheckInId": "xm4myXFh",
                "passengerFlight": [
                  {
                    "boardingPass": {
                      "agent": {
                        "city": "Scg",
                        "country": "PA",
                        "sign": "iFQ"
                      },
                      "baggage": {
                        "carryOnWeight": {
                          "unit": "LB",
                          "value": 16.5
                        },
                        "checkedInBaggage": {
                          "bagTagNumber": [
                            "87654321",
                            "12345678"
                          ],
                          "quantity": 1,
                          "totalWeight": {
                            "unit": "KG",
                            "value": 17.3
                          }
                        }
                      },
                      "barCode": "lKEwF7VhawV82Pwd5Rc2AaLywB0xLylJeTxlaRiZ",
                      "checkInSequenceNumber": "190",
                      "deck": {
                        "code": "UPPER",
                        "value": "UPPER"
                      },
                      "displayData": {
                        "accommodation": "BUSINESS",
                        "agentCityName": "North Janice",
                        "arrivalAirportName": "Dale City",
                        "boardingPassOnlyText": "BOARDING PASS ONLY",
                        "boardingTime": "5455",
                        "cabinClassCode": "b",
                        "cabinText": "ECONOMY",
                        "carryOnText": "NO CARRY-ON",
                        "childText": "INFANT",
                        "commuterAirlineName": "[object Object]",
                        "commuterOperatedByText": "OPERATED BY",
                        "departureAirportName": "Treverfort",
                        "documentTypeText": "BOARDING PASS",
                        "doorCloseTime": "5881",
                        "edifactApiText": "API OK",
                        "entitlementTexts": {
                          "fastTrack": "FAST TRACK",
                          "loungeAccess": "LOUNGE XTRA",
                          "priorityBoarding": "PRIORITY"
                        },
                        "estimatedArrivalTime": "5375",
                        "estimatedDepartureDate": "2027-04-28T00:00:00.0Z",
                        "estimatedDepartureTime": "3813",
                        "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": "62lc",
                        "plusInfantText": "PLUS INFANT",
                        "premiumText": "PREMIUM",
                        "priorityAaccessText": "PRIORITY AACCESS",
                        "priorityBoardingText": "PRIORITY BOARDING",
                        "priorityText": "PRIORITY",
                        "scheduledArrivalTime": "7288",
                        "scheduledDepartureDate": "2027-03-30T00:00:00.0Z",
                        "scheduledDepartureTime": "1564",
                        "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": 1226.96,
                        "atpcoRule": "LQWC",
                        "atpcoTariff": 96,
                        "bookingClass": "H",
                        "brand": "gO",
                        "cabinClass": "BUSINESS",
                        "cabinClassCode": "V",
                        "discountCategory": "52",
                        "fareBasisCode": "aIgdKa",
                        "governingAirline": "[ob",
                        "id": "879782bf-2227-47a2-b4ad-0bccdba886b8",
                        "operatingBookingClass": "A",
                        "privateTariff": false,
                        "type": "NRF",
                        "vendor": {
                          "code": "SMFC",
                          "value": "SABRE_MYFARES_SUBSCRIBERS"
                        }
                      },
                      "flightDetail": {
                        "aircraftLease": {
                          "lessorAirline": "[ob",
                          "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                        },
                        "airline": "[ob",
                        "arrivalAirport": "[ob",
                        "arrivalCountry": "ET",
                        "arrivalFlightScheduleStatus": "EARLY",
                        "arrivalTerminal": "KT",
                        "arrivalTime": "2027-02-10T00:00:00.0Z",
                        "boardingTime": "1937-11-04T09:52:50.0Z",
                        "changeOfGauge": false,
                        "commuter": true,
                        "departureAirport": "[ob",
                        "departureCountry": "IT",
                        "departureFlightScheduleStatus": "DELAYED",
                        "departureGate": "KP",
                        "departureTerminal": "Se",
                        "departureTime": "2026-07-08T00:00:00.0Z",
                        "disclosureAirline": "[ob",
                        "distance": {
                          "unit": "MILES",
                          "value": 3977
                        },
                        "equipment": "472",
                        "estimatedArrivalTime": "1932-04-14T19:04:33.0Z",
                        "estimatedDepartureTime": "1898-05-07T03:13:24.0Z",
                        "flightDuration": 583,
                        "flightNumber": "86",
                        "flightStop": [
                          {
                            "airport": "[ob",
                            "arrivalTime": "2027-03-18T00:00:00.0Z",
                            "departureTime": "2026-12-19T00:00:00.0Z",
                            "duration": 125,
                            "elapsedTime": 182
                          }
                        ],
                        "iatci": false,
                        "id": "818672fb-467a-48a6-ae2d-9d616fe6a6cb",
                        "operatingAirline": "[ob",
                        "operatingAirlineName": "[object Object]",
                        "operatingFlightNumber": "3732",
                        "span": "INTERNATIONAL",
                        "status": "CANCELLED",
                        "subjectToGovernmentApproval": true,
                        "thirdPartyGroundHandled": true,
                        "throughFlight": false,
                        "timeToDeparture": 360
                      },
                      "formattedBoardingPass": {
                        "document": {
                          "contentType": "video/3gpp2",
                          "name": "helplessly_through.[object Object]",
                          "value": "cp7vJoXx2NpKwMrniDQQqRKipnbBJw2NGZgmrFYeejS3djhLFkINSuLV1h3amAOP"
                        },
                        "image": {
                          "contentType": "application/vnd.rar",
                          "name": "decisive.[object Object]",
                          "value": "y5Joa3LSjH3vsWMqBdX1gg2tYY0qyGMIzkKwEb0DvfVLudyyA5uu5Hw3WtJcZigb"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "video/x-msvideo",
                            "name": "ew.[object Object]",
                            "value": "qNT7PSAZHTszEz3YhdnfwHgrMn59fk4ziiou6j1TRoY36ScPo41yWvas5aDALxIW"
                          },
                          "layout": {
                            "contentType": "application/octet-stream",
                            "name": "yowza_roundabout_smoothly.[object Object]",
                            "value": "rFRNvfxfIbxW6NKMJbxnNos8pgqmQtNZh7c8GvSVcLI5dHt2IcJpqMlRh3EiVgLP"
                          },
                          "template": {
                            "contentType": "application/xml",
                            "name": "interestingly.[object Object]",
                            "value": "pkCdegCO6FpbCDSK8Z1vtkLA8OJUb16WYWLASlPRPBTEtRN0vdL05UuuyLQ3qIiy"
                          },
                          "templates": [
                            {
                              "contentType": "image/gif",
                              "name": "coin_graft_till.[object Object]",
                              "value": "3Vgm4wvtjGUfNlYtlJKr3WsoLKxpJql86fmJOxiB92mfv2ufHLRXVGSvAyd3mRuH"
                            }
                          ]
                        },
                        "supplementaryData": {
                          "accommodation": "RESIDENCE SUITE",
                          "selectee": true,
                          "skyPriority": true,
                          "zone": "2"
                        },
                        "zpl": {
                          "contentType": "video/x-msvideo",
                          "name": "divine.[object Object]",
                          "value": "fvnhBCfgXMtZUtwR1f5UnQ8CdViuMUXpZVqjXXECqvL8hDT2Jj3hqHlag0Y1K9Lf"
                        }
                      },
                      "group": "g4ZYqi",
                      "loyaltyAccount": {
                        "id": "b915b8e6-35f8-4b47-8d4b-76b00666c068",
                        "latestAwardDate": "2025-12-27",
                        "loyaltyTierLevel": {
                          "atpco": "31",
                          "customerInsight": "26",
                          "name": "gold",
                          "number": 4,
                          "priority": 4,
                          "tag": "Nsz"
                        },
                        "memberAirline": "[ob",
                        "memberId": "2211182782",
                        "membershipStartDate": "2022-12-19",
                        "mileage": {
                          "unit": "MILES",
                          "value": 2470
                        },
                        "pnrId": "9",
                        "points": 33612,
                        "source": "SSCI"
                      },
                      "personName": {
                        "first": "Pearl",
                        "last": "Ruecker",
                        "middle": "Sawyer",
                        "prefix": "Mr.",
                        "raw": "Brandon Cruickshank",
                        "suffix": "Jr."
                      },
                      "priorityVerificationCard": false,
                      "recordLocator": "BHMPKG",
                      "seat": {
                        "column": "B",
                        "row": "68",
                        "value": "30F"
                      },
                      "source": "HOST",
                      "standbyPriority": "h1",
                      "supplementaryData": {
                        "dhsStatus": 4,
                        "exclusiveWaitingArea": true,
                        "infraeroElectronicStamp": "24575321486930",
                        "loungeAccess": true,
                        "selectee": false,
                        "skyPriority": false,
                        "spanishLargeFamily": true,
                        "spanishResident": true,
                        "tboAirport": "[ob",
                        "throughAirport": "[ob",
                        "throughCountry": "FI"
                      },
                      "ticketCouponNumber": "28",
                      "ticketNumber": {
                        "airlineAccountingCode": "402",
                        "checkDigit": "2",
                        "number": "43388549468486",
                        "serialNumber": "9076721149"
                      },
                      "upgradePriority": "sejoV",
                      "zone": "5"
                    },
                    "checkedIn": false,
                    "checkInNumber": 452,
                    "eligibilities": {
                      "eligibility": [
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "INVALID_FLIGHT",
                              "details": "zZOcsoEAG3pQ4TxVP85w",
                              "message": "Required travel document is missing.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "214"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "089"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "375"
                                }
                              ]
                            },
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "KIRkxnQ8q1eqpQgPCHGc",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "356"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "865"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "030"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "993"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "548"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "8TPIED4afZhHqXB7praa",
                              "message": "Booking has been cancelled.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "328"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "088"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "085"
                                }
                              ]
                            },
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "UIJwgo14QdlwPuA7FF6u",
                              "message": "Payment processing failed.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "150"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "703"
                                }
                              ]
                            },
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "hrRSfPBpurCNGB49jeQY",
                              "message": "Booking has been cancelled.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "800"
                                }
                              ]
                            },
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "gQ0h3Wvs4E8OpMZvrB3F",
                              "message": "Booking has been cancelled.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "772"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "185"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        }
                      ]
                    },
                    "flightRefs": [
                      "id01",
                      "id02"
                    ],
                    "id": "082ff7ce-f90a-481e-bfee-25451bcf27a8",
                    "loungeCard": {
                      "formattedLoungeCard": {
                        "image": {
                          "contentType": "audio/3gpp",
                          "name": "granular_intently.[object Object]",
                          "value": "WKO8nxaHqDic5uK19HhLJ5AsmdoImZuWlH2AzajldLv3kdRiALyTZcuMcqzR9OHv"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "application/vnd.visio",
                            "name": "inasmuch_outside.[object Object]",
                            "value": "zJTJMBZacOXURvZEOwfL6oyHmF07Kh9q4oN5V26afLpxHvjqp3ysAg4GaKCHtUnh"
                          },
                          "layout": {
                            "contentType": "application/vnd.oasis.opendocument.text",
                            "name": "ick_lyre_or.[object Object]",
                            "value": "3cQ6GYNeQROdhXmuONlrWfpUwY60jeLbjGEt4kqcQrGdyMF9mnQNMfZhU4FhPZaF"
                          },
                          "template": {
                            "contentType": "image/webp",
                            "name": "yowza_of.[object Object]",
                            "value": "fQsGn68cELFt4LpYECefYK5MxGSPoYHZuF12bOLWFRnL6CGd7cd7n8koQKCLvjQd"
                          },
                          "templates": [
                            {
                              "contentType": "image/svg+xml",
                              "name": "mid.[object Object]",
                              "value": "wTMxrV5nV4xGHW4Wrt2a3zsiQCHKHk41uc03SD4JbfkVvGI15xJxcy0W58Ggwh1e"
                            },
                            {
                              "contentType": "application/vnd.openxmlformats-officedocument.presentationml.presentation",
                              "name": "politely.[object Object]",
                              "value": "LRrX7V92PNtj1h7kZ1V5GfLqFcUboOw10dK8tGQWmUs9YPbWMp4iOJUTUqfufJ4E"
                            }
                          ]
                        }
                      }
                    },
                    "preReservedSeat": {
                      "airExtraRef": "0ab399f2-d009-44e0-bc9b-523326f6b4fb",
                      "offerId": "2bad0ed4-55f0-4a21-9c06-d8c30eee79d6",
                      "offerItemId": "6e8a951a-6ccc-41a3-9e41-0ea2954c9e05",
                      "type": "MIDDLE",
                      "value": "6R"
                    },
                    "priorityCode": "TtM",
                    "seat": {
                      "airExtraRef": "7a1809b9-c6b0-4b24-b3ef-a601b1fda89e",
                      "offerId": "4e9fbc9e-ed86-44f9-bda0-5ddabd7c6b3c",
                      "offerItemId": "1d5f4860-e149-493a-8a5a-97bc82b7fd29",
                      "type": "MIDDLE",
                      "value": "iW"
                    },
                    "status": "CHECKED_IN",
                    "upgradeCode": "qp2"
                  },
                  {
                    "boardingPass": {
                      "agent": {
                        "city": "DAy",
                        "country": "KZ",
                        "sign": "psH"
                      },
                      "baggage": {
                        "carryOnWeight": {
                          "unit": "LB",
                          "value": 8.9
                        },
                        "checkedInBaggage": {
                          "bagTagNumber": [
                            "11223344",
                            "12345678",
                            "87654321"
                          ],
                          "quantity": 1,
                          "totalWeight": {
                            "unit": "KG",
                            "value": 3.7
                          }
                        }
                      },
                      "barCode": "yE4rSmHOAiiDwZfd1gmjX8egsHCY9tFvX6jr3zW0",
                      "checkInSequenceNumber": "611",
                      "deck": {
                        "code": "MIDDLE",
                        "value": "OTHER"
                      },
                      "displayData": {
                        "accommodation": "RESIDENCE SUITE",
                        "agentCityName": "New Averybury",
                        "arrivalAirportName": "Carrollshire",
                        "boardingPassOnlyText": "BOARDING PASS ONLY",
                        "boardingTime": "0587",
                        "cabinClassCode": "p",
                        "cabinText": "FIRST CLASS",
                        "carryOnText": "NO CARRY-ON",
                        "childText": "CHILD",
                        "commuterAirlineName": "[object Object]",
                        "commuterOperatedByText": "OPERATED BY",
                        "departureAirportName": "Ziemanntown",
                        "documentTypeText": "BOARDING PASS",
                        "doorCloseTime": "0498",
                        "edifactApiText": "API ERROR",
                        "entitlementTexts": {
                          "fastTrack": "FAST TRACK",
                          "loungeAccess": "LOUNGE XTRA",
                          "priorityBoarding": "PRIORITY"
                        },
                        "estimatedArrivalTime": "6400",
                        "estimatedDepartureDate": "2026-12-21T00:00:00.0Z",
                        "estimatedDepartureTime": "0119",
                        "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": "WgYE",
                        "plusInfantText": "PLUS INFANT",
                        "premiumText": "PREMIUM",
                        "priorityAaccessText": "PRIORITY AACCESS",
                        "priorityBoardingText": "PRIORITY BOARDING",
                        "priorityText": "PRIORITY",
                        "scheduledArrivalTime": "8963",
                        "scheduledDepartureDate": "2026-09-21T00:00:00.0Z",
                        "scheduledDepartureTime": "8011",
                        "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": 1739.58,
                        "atpcoRule": "wC3M",
                        "atpcoTariff": 83,
                        "bookingClass": "o",
                        "brand": "3T",
                        "cabinClass": "PREMIUM_BUSINESS",
                        "cabinClassCode": "Y",
                        "discountCategory": "95",
                        "fareBasisCode": "K7gYyO",
                        "governingAirline": "[ob",
                        "id": "8be70c59-9412-4fb1-86c1-b3c3d3215865",
                        "operatingBookingClass": "G",
                        "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": "SA",
                        "arrivalFlightScheduleStatus": "ON_TIME",
                        "arrivalTerminal": "QE",
                        "arrivalTime": "2027-02-16T00:00:00.0Z",
                        "boardingTime": "1912-06-13T07:36:59.0Z",
                        "changeOfGauge": false,
                        "commuter": true,
                        "departureAirport": "[ob",
                        "departureCountry": "GA",
                        "departureFlightScheduleStatus": "DELAYED",
                        "departureGate": "Mc",
                        "departureTerminal": "5c",
                        "departureTime": "2027-05-12T00:00:00.0Z",
                        "disclosureAirline": "[ob",
                        "distance": {
                          "unit": "MILES",
                          "value": 515
                        },
                        "equipment": "235",
                        "estimatedArrivalTime": "1948-01-23T16:18:28.0Z",
                        "estimatedDepartureTime": "1893-12-10T09:17:54.0Z",
                        "flightDuration": 526,
                        "flightNumber": "3",
                        "flightStop": [
                          {
                            "airport": "[ob",
                            "arrivalTime": "2027-01-04T00:00:00.0Z",
                            "departureTime": "2027-01-30T00:00:00.0Z",
                            "duration": 162,
                            "elapsedTime": 250
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2026-09-20T00:00:00.0Z",
                            "departureTime": "2026-11-21T00:00:00.0Z",
                            "duration": 173,
                            "elapsedTime": 111
                          }
                        ],
                        "iatci": false,
                        "id": "cf6634a3-8b33-49a6-a1ac-f948511e6669",
                        "operatingAirline": "[ob",
                        "operatingAirlineName": "[object Object]",
                        "operatingFlightNumber": "44",
                        "span": "INTERNATIONAL",
                        "status": "CANCELLED",
                        "subjectToGovernmentApproval": false,
                        "thirdPartyGroundHandled": false,
                        "throughFlight": false,
                        "timeToDeparture": 698
                      },
                      "formattedBoardingPass": {
                        "document": {
                          "contentType": "application/octet-stream",
                          "name": "busily_memorable_blah.[object Object]",
                          "value": "ntZjI2r532RNpOkQhVWnWApO0yOu8vQKaA6pXB0vTcgIyZtgXh3TGhBIgwIX7zZm"
                        },
                        "image": {
                          "contentType": "video/ogg",
                          "name": "insidious.[object Object]",
                          "value": "FczcEEPmAk55Lfwx43JeYgzv80ahLUIUjPk9HKOiGq3yvapXGm8zUPBQEMIv8g6L"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "application/java-archive",
                            "name": "conservative_fatal.[object Object]",
                            "value": "KllhbRNHv8dmB06lrVOP6WO8IxArIoY6Ke8DviCT0sHLWsMrKAci0GDLFl2E3jXi"
                          },
                          "layout": {
                            "contentType": "application/x-7z-compressed",
                            "name": "boldly_fisherman_practical.[object Object]",
                            "value": "DZfCb2WSlMyGwEw6IqQZe1EZxQsbrmm6WR37zl1zdbNzzhauYEwrQQts98Y1TRcs"
                          },
                          "template": {
                            "contentType": "application/zip",
                            "name": "torn_appreciate.[object Object]",
                            "value": "4CroldIdQGD45mpnxd8qeCM2e4D6D7ynCHgFuKyqhJg8U17hffMWUqKfUkPBPCOl"
                          },
                          "templates": [
                            {
                              "contentType": "audio/ogg",
                              "name": "strictly_trivial_roadway.[object Object]",
                              "value": "nLC14V8NTPNJ2r3LWfuZHtd5xxvyK0fdOnHw6880qWDJ91vsmceyML0oHpJaWErG"
                            }
                          ]
                        },
                        "supplementaryData": {
                          "accommodation": "FIRST CLASS",
                          "selectee": false,
                          "skyPriority": true,
                          "zone": "8"
                        },
                        "zpl": {
                          "contentType": "audio/ogg",
                          "name": "mild_finally.[object Object]",
                          "value": "xDiTK9nKYXcuRc5bWBnL3rX7nadIsPUgfkqIpO0FLfnT5eUwBolx0FBQ17pLR9oi"
                        }
                      },
                      "group": "MkUh3T",
                      "loyaltyAccount": {
                        "id": "30a7e5e1-63ad-4e2b-81a5-a3b29633f642",
                        "latestAwardDate": "2026-02-26",
                        "loyaltyTierLevel": {
                          "atpco": "26",
                          "customerInsight": "66",
                          "name": "platinum",
                          "number": 5,
                          "priority": 10,
                          "tag": "RgM"
                        },
                        "memberAirline": "[ob",
                        "memberId": "0806014444",
                        "membershipStartDate": "2025-04-12",
                        "mileage": {
                          "unit": "MILES",
                          "value": 3260
                        },
                        "pnrId": "8",
                        "points": 72857,
                        "source": "PNR"
                      },
                      "personName": {
                        "first": "Gabriel",
                        "last": "Blick",
                        "middle": "Addison",
                        "prefix": "Mr.",
                        "raw": "Rodney Wunsch-Blanda",
                        "suffix": "III"
                      },
                      "priorityVerificationCard": true,
                      "recordLocator": "HGUEVZ",
                      "seat": {
                        "column": "Y",
                        "row": "82",
                        "value": "18E"
                      },
                      "source": "HOST",
                      "standbyPriority": "fr",
                      "supplementaryData": {
                        "dhsStatus": 2,
                        "exclusiveWaitingArea": true,
                        "infraeroElectronicStamp": "26406858700949",
                        "loungeAccess": true,
                        "selectee": false,
                        "skyPriority": true,
                        "spanishLargeFamily": true,
                        "spanishResident": true,
                        "tboAirport": "[ob",
                        "throughAirport": "[ob",
                        "throughCountry": "IQ"
                      },
                      "ticketCouponNumber": "31",
                      "ticketNumber": {
                        "airlineAccountingCode": "342",
                        "checkDigit": "3",
                        "number": "30444929130928",
                        "serialNumber": "0771164872"
                      },
                      "upgradePriority": "YGLBC",
                      "zone": "7"
                    },
                    "checkedIn": true,
                    "checkInNumber": 188,
                    "eligibilities": {
                      "eligibility": [
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "MISSING_DOCUMENT",
                              "details": "VByCdPwCp9f0GeOSRqfz",
                              "message": "Payment processing failed.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "290"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "287"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "840"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "935"
                                }
                              ]
                            },
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "prXAkr6160dBAlyP4Ssy",
                              "message": "Booking has been cancelled.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "504"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "c1XYUA3pSdvh9vtFuxWY",
                              "message": "Required travel document is missing.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "839"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "009"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "716"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "545"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "950"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "MZbD0qGSggkqVAhgEqgj",
                              "message": "Required travel document is missing.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "129"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "044"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "INVALID_FLIGHT",
                              "details": "eVNSBmS1cXRD7QrAZeki",
                              "message": "Booking has been cancelled.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "767"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "149"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "555"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "816"
                                }
                              ]
                            },
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "lURRyCzS3Uz9vY5rg0F8",
                              "message": "It is too early for check-in.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "613"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "034"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "290"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "029"
                                }
                              ]
                            },
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "SXAYdwLPp3jU1ECNWFMW",
                              "message": "Required travel document is missing.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "876"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "066"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "058"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "INVALID_FLIGHT",
                              "details": "5wxxahjoorFBMup22ZO8",
                              "message": "It is too early for check-in.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "019"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        }
                      ]
                    },
                    "flightRefs": [
                      "id01",
                      "id02"
                    ],
                    "id": "285f085e-6f8c-4560-848a-db57988b2cf5",
                    "loungeCard": {
                      "formattedLoungeCard": {
                        "image": {
                          "contentType": "application/vnd.ms-fontobject",
                          "name": "general.[object Object]",
                          "value": "Xd1BmpPDWDmO1BOaeotYTscubhEkBdTBA17uvdKlP7uGflbyZZcPhhkXddyuXQFu"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "application/vnd.oasis.opendocument.presentation",
                            "name": "overconfidently_slake.[object Object]",
                            "value": "rzwUR7J1713zyr9G3BWgUX4kf41nuTQYjaKVWXdNPLDCCW7QdRId1wweBHJ2uxUR"
                          },
                          "layout": {
                            "contentType": "text/javascript",
                            "name": "configuration.[object Object]",
                            "value": "G0sXpA6MKIXToXMX6XsyDvDgr6DX3wbMrRulEgfwNwlQCXXky2ByNWnK7QnRs7f7"
                          },
                          "template": {
                            "contentType": "application/json",
                            "name": "ouch.[object Object]",
                            "value": "CkvsaVhNORieyBbHQuXsP2cNhobjfmdlTSHe6ee5D9KMqAbCJTJGTti8gwEDcU7q"
                          },
                          "templates": [
                            {
                              "contentType": "audio/webm",
                              "name": "finally.[object Object]",
                              "value": "10x34k7I9PVhqLCd6wu4SjpkOYcTMljLBUOuMJQ9fBZh1EByXhoM09LJI7Mreywk"
                            },
                            {
                              "contentType": "application/octet-stream",
                              "name": "yawningly_honorable.[object Object]",
                              "value": "hmm540nA7fV6RpuJfPKisKwh5pZpEwqYeh5BBKY7PNfLqLjFxiD6Icj9yC1qCgad"
                            },
                            {
                              "contentType": "font/woff",
                              "name": "blue_psst_shrilly.[object Object]",
                              "value": "XdpOR9nSNrB0aw2hmGAOMCjfNNm9Dxv7cPSeLb4A5f3OOjJ9blDHZSKJg7mtrZH9"
                            },
                            {
                              "contentType": "video/mpeg",
                              "name": "unkempt.[object Object]",
                              "value": "GCVlrvMb8uY4Aha0PbccbzasJQ0hrmq2lCYiDGjfi8Liad2v99e6QnnNvZyaeroH"
                            }
                          ]
                        }
                      }
                    },
                    "preReservedSeat": {
                      "airExtraRef": "d6263564-48af-46f3-82fe-f4d95cf09677",
                      "offerId": "d1ae757f-ef32-405c-b5d9-e1cf70f4dc48",
                      "offerItemId": "816e5c19-03a8-470d-a799-f149fd88d8e2",
                      "type": "MIDDLE",
                      "value": "JZ"
                    },
                    "priorityCode": "Mrt",
                    "seat": {
                      "airExtraRef": "4bf3821a-0d53-4d6a-a2ba-9973f53a996b",
                      "offerId": "bd42800d-1c1a-4607-83e8-6b3309ea81b9",
                      "offerItemId": "8d63377b-87a2-4888-952e-e91657e81998",
                      "type": "AISLE",
                      "value": "0s"
                    },
                    "status": "OFFLOADED",
                    "upgradeCode": "woh"
                  }
                ],
                "passengerOffer": {
                  "offerId": "4387f337-4e54-4f9d-956f-2d99c0f6",
                  "offerItems": [
                    {
                      "annotations": [
                        {
                          "key": "keWobk",
                          "value": "DFclLHziyM"
                        },
                        {
                          "key": "kdqHOm",
                          "value": "toBduaswTU"
                        }
                      ],
                      "availableQuantity": 31,
                      "bannerName": "Oriental",
                      "characteristics": [
                        "CH 1A W"
                      ],
                      "offerItemId": "f5dca9b5-b589-4000-96d9-a044b696",
                      "offerName": "Generic Gold Bacon",
                      "price": {
                        "currency": "COP",
                        "value": 68.05
                      },
                      "priority": 8
                    },
                    {
                      "annotations": [
                        {
                          "key": "nRDzms",
                          "value": "lEYQilWyfw"
                        },
                        {
                          "key": "CGmONM",
                          "value": "ttRNCKdXTJ"
                        },
                        {
                          "key": "SjIRwV",
                          "value": "dQDWJsrZpl"
                        },
                        {
                          "key": "BObAJt",
                          "value": "BpWmvKxQjb"
                        }
                      ],
                      "availableQuantity": 45,
                      "bannerName": "Practical",
                      "characteristics": [
                        "CH 1A W"
                      ],
                      "offerItemId": "e68cc0fb-eca8-431b-a78e-17cfe152",
                      "offerName": "Refined Silk Fish",
                      "price": {
                        "currency": "TRY",
                        "value": 369.66
                      },
                      "priority": 10
                    },
                    {
                      "annotations": [
                        {
                          "key": "SGkvdh",
                          "value": "lNkPlyCUVS"
                        }
                      ],
                      "availableQuantity": 41,
                      "bannerName": "Modern",
                      "characteristics": [
                        "CH 1A W"
                      ],
                      "offerItemId": "24039f8d-878a-4f77-8586-93451e9b",
                      "offerName": "Ergonomic Plastic Mouse",
                      "price": {
                        "currency": "CAD",
                        "value": 330.31
                      },
                      "priority": 9
                    },
                    {
                      "annotations": [
                        {
                          "key": "gJEaKa",
                          "value": "lMQeltMFli"
                        }
                      ],
                      "availableQuantity": 50,
                      "bannerName": "Unbranded",
                      "characteristics": [
                        "CH 1A W"
                      ],
                      "offerItemId": "355f9a0a-c1dc-44e5-b756-8f6611e1",
                      "offerName": "Oriental Marble Chips",
                      "price": {
                        "currency": "BAM",
                        "value": 147.57
                      },
                      "priority": 1
                    }
                  ]
                },
                "passengerType": "INF",
                "segmentRef": "0f1af448-1812-46f3-a677-d3b36bf7971b",
                "upgradeAvailability": [
                  {
                    "bookingClassAvailabilityRef": "e48ee995-3070-4686-88e5-7fe83f128122",
                    "cabin": "v",
                    "description": "Premium Economy",
                    "id": "43399f67-443c-4f4f-96ae-1f1f88595436",
                    "pricedAncillaryRef": "05111405-1cda-4054-a817-677aa4258d47"
                  },
                  {
                    "bookingClassAvailabilityRef": "9576851d-2520-445c-b9d2-639a2b7dace0",
                    "cabin": "M",
                    "description": "Premium Economy",
                    "id": "28193caa-d736-4e5e-9ae0-a7244fe6856b",
                    "pricedAncillaryRef": "46b12f8a-7f6b-4a9a-a915-9a3cd2a08061"
                  },
                  {
                    "bookingClassAvailabilityRef": "85a7cbf2-7a90-40fb-a10f-1d4113f102c7",
                    "cabin": "l",
                    "description": "First",
                    "id": "03a3ca6d-c38d-4912-9207-1d3c864d50ad",
                    "pricedAncillaryRef": "67e5b7a6-6b3e-48ea-b033-19bb29522156"
                  },
                  {
                    "bookingClassAvailabilityRef": "f2ca5e1e-757e-43d2-8c8f-58ae656bdd4b",
                    "cabin": "g",
                    "description": "Business",
                    "id": "2f458e81-82a1-4564-bca0-70a3249170ff",
                    "pricedAncillaryRef": "b970dd9a-8ce7-449a-bc90-3557f7d45a83"
                  }
                ]
              },
              {
                "additionalTravelInformation": {
                  "residencyDocumentType": {
                    "id": "2da434d7-8c53-44e4-b4a4-ae2a02ffe813",
                    "residencyCountry": "SL",
                    "value": "RESIDENCE_PERMIT"
                  },
                  "returnDate": {
                    "id": "9ccb1e27-a6e0-4003-8af9-1350e120e53c",
                    "value": "2026-08-13"
                  },
                  "stayType": {
                    "id": "38c3cf55-180e-48be-a2d8-0aa0d1d515a5",
                    "value": "DUTY"
                  },
                  "timaticDocumentType": {
                    "id": "7681300e-98a1-4bdf-8e5a-7c6ed83bc82d",
                    "value": "BRITISH_CITIZEN_PASSPORT"
                  },
                  "visaVerified": {
                    "id": "85499d3d-93ab-4697-be8e-48cae4b79556",
                    "value": true
                  }
                },
                "airExtra": [
                  {
                    "airExtraBundleRef": "764179b3-82c4-4430-9ae4-22ba1b1489ff",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": true,
                        "customRules": {
                          "applyHighestTierLevel": true,
                          "convertible": true,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 3
                        },
                        "exchangeable": false,
                        "feeApplicationMethod": {
                          "code": "1",
                          "value": "TRAVEL"
                        },
                        "formOfRefund": {
                          "code": "1",
                          "value": "VOUCHER"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 4
                        },
                        "freeOfChargeRules": [
                          "BOOKING_REQUIRED",
                          "EMD_REQUIRED"
                        ],
                        "interlineable": false,
                        "inventoryControlled": true,
                        "paperTicketRequired": true,
                        "purchaseAtTicketIssue": false,
                        "purchaseBy": "2027-05-30",
                        "refundable": false,
                        "tourCode": "CdI8AK"
                      },
                      "bagType": "SKI",
                      "bookingMethod": {
                        "code": "4/",
                        "value": "ANY_ALLOWED"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "PRIORITY BOARDING",
                      "displayOnly": false,
                      "electronicMiscDocType": {
                        "code": "3",
                        "consumedAtIssuance": false,
                        "value": "STANDALONE_TICKET_ASSOCIATED"
                      },
                      "group": "WIF",
                      "id": "qlkqnX",
                      "reasonForIssuance": {
                        "code": "B",
                        "value": "GROUND_TRANSPORT_NON_AIR_SERVICES"
                      },
                      "sequenceNumber": 3,
                      "serviceType": {
                        "code": "iF",
                        "value": "FLIGHT_RELATED"
                      },
                      "specialService": {
                        "code": "WCHR",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 35,
                              "min": 4,
                              "name": "SIZE",
                              "optional": true,
                              "type": "TEXT",
                              "unit": "CM"
                            }
                          ]
                        },
                        "type": "OPTIONAL"
                      },
                      "ssimCode": "P3Q",
                      "subCode": "361",
                      "vendor": "MMGR",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 45
                        }
                      ]
                    },
                    "bookingIndicator": "81",
                    "disassociated": false,
                    "emdNumber": {
                      "number": "81136349654863"
                    },
                    "emdPaperIndicator": "P",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "87",
                          "segmentRef": "fff821ca-5a6e-4243-abfd-5107a3fced70"
                        },
                        {
                          "emdCouponNumber": "65",
                          "segmentRef": "ab9e4a65-b094-4397-882c-76964ca536cc"
                        },
                        {
                          "emdCouponNumber": "11",
                          "segmentRef": "cdcb2b3c-2241-4edd-b9e2-5c0d0e09da47"
                        },
                        {
                          "emdCouponNumber": "66",
                          "segmentRef": "baa4a59a-e1b2-4e29-add0-95f08d601b6e"
                        },
                        {
                          "emdCouponNumber": "34",
                          "segmentRef": "a5cf5f6c-011c-4882-8daf-0e6903429e21"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "28",
                    "id": "92f0b208-cc3f-466b-bb90-b1b485e25002",
                    "miscFee": {
                      "dealName": "SPRING DEAL",
                      "group": "BG",
                      "id": "e5635969-b0a2-46fe-ab47-8ed7fe40976f",
                      "offerName": "MAY WEEKEND DISCOUNT",
                      "reasonForIssuance": "A",
                      "subCode": "616"
                    },
                    "offerId": {
                      "id": "1a60dc2e-c569-4a3f-8cbe-371288d942aa",
                      "itemId": "b7ae945a-1818-48f5-8fbd-427143e799a1"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "PD",
                      "value": "FULFILLED"
                    },
                    "pnrId": "TNGQHK",
                    "quantity": 3,
                    "specialServiceDescription": {
                      "code": "JtYB",
                      "properties": {
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "938"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "050"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "986"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "264"
                          }
                        ]
                      },
                      "text": "XkAPxmyAxmGJeqP"
                    },
                    "syntheticIdentifier": "98782050061463977967",
                    "taxExemption": true,
                    "ticketUsedForEmdPricing": "N",
                    "type": "ANCILLARY",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 26.3
                    }
                  },
                  {
                    "airExtraBundleRef": "fabb9248-b469-4ccf-8f99-0b85ecc1f7bf",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": true,
                        "customRules": {
                          "applyHighestTierLevel": false,
                          "convertible": false,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 5
                        },
                        "exchangeable": true,
                        "feeApplicationMethod": {
                          "code": "4",
                          "value": "ONE_WAY"
                        },
                        "formOfRefund": {
                          "code": "2",
                          "value": "VOUCHER"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 5
                        },
                        "freeOfChargeRules": [
                          "BOOKING_REQUIRED"
                        ],
                        "interlineable": true,
                        "inventoryControlled": false,
                        "paperTicketRequired": false,
                        "purchaseAtTicketIssue": false,
                        "purchaseBy": "2026-12-20",
                        "refundable": false,
                        "tourCode": "KDAbgw"
                      },
                      "bagType": "SKI",
                      "bookingMethod": {
                        "code": "8 ",
                        "value": "NO_BOOKING_REQUIRED"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "UPTO50LB 23KG",
                      "displayOnly": false,
                      "electronicMiscDocType": {
                        "code": "1",
                        "consumedAtIssuance": true,
                        "value": "FLIGHT_COUPON_ASSOCIATED"
                      },
                      "group": "MEA",
                      "id": "1n1L-y",
                      "reasonForIssuance": {
                        "code": "B",
                        "value": "GROUND_TRANSPORT_NON_AIR_SERVICES"
                      },
                      "sequenceNumber": 21,
                      "serviceType": {
                        "code": "tc",
                        "value": "PREREGISTERED_BAGGAGE"
                      },
                      "specialService": {
                        "code": "BGDA",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 88,
                              "min": 3,
                              "name": "WEIGHT",
                              "optional": false,
                              "type": "ENUM",
                              "unit": "IN"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 57,
                              "min": 3,
                              "name": "SIZE",
                              "optional": false,
                              "type": "DECIMAL",
                              "unit": "KG"
                            }
                          ]
                        },
                        "type": "OPTIONAL"
                      },
                      "ssimCode": "vBm",
                      "subCode": "792",
                      "vendor": "SABR",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 43.7
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 2.8
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 19.7
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 10.6
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 11.5
                        }
                      ]
                    },
                    "bookingIndicator": "45",
                    "disassociated": true,
                    "emdNumber": {
                      "number": "89258824863648"
                    },
                    "emdPaperIndicator": "P",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "44",
                          "segmentRef": "fe7e79d9-865b-428d-8764-e0bb1cac029d"
                        },
                        {
                          "emdCouponNumber": "33",
                          "segmentRef": "d4868bd4-f7aa-41a2-ae77-764b4f534a06"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "59",
                    "id": "6f538941-2db3-43a9-a357-b0af13b9e598",
                    "miscFee": {
                      "dealName": "SPRING DEAL",
                      "group": "SEA",
                      "id": "bc76de76-c836-42ed-be5b-eaf779be8aa7",
                      "offerName": "MAY WEEKEND DISCOUNT",
                      "reasonForIssuance": "R",
                      "subCode": "898"
                    },
                    "offerId": {
                      "id": "e720459f-f4ec-4a6d-b413-45591ed7da75",
                      "itemId": "caccff17-456a-420d-b6e0-728edab1a266"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "PD",
                      "value": "PENDING"
                    },
                    "pnrId": "PZGBTV",
                    "quantity": 2,
                    "specialServiceDescription": {
                      "code": "EzYz",
                      "properties": {
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "788"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "887"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "315"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "668"
                          }
                        ]
                      },
                      "text": "FpVuommCdDsNOqF"
                    },
                    "syntheticIdentifier": "37598277424704405039",
                    "taxExemption": true,
                    "ticketUsedForEmdPricing": "Y",
                    "type": "ANCILLARY",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 49.5
                    }
                  },
                  {
                    "airExtraBundleRef": "00c86ff7-5e9a-4b5f-815d-5cf829b120f3",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": false,
                        "customRules": {
                          "applyHighestTierLevel": false,
                          "convertible": false,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 3
                        },
                        "exchangeable": true,
                        "feeApplicationMethod": {
                          "code": "4",
                          "value": "ONE_AND_A_HALF_PERCENT_OF_FARE_PER_KG"
                        },
                        "formOfRefund": {
                          "code": "1",
                          "value": "ORIGINAL"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 2
                        },
                        "freeOfChargeRules": [
                          "BOOKING_REQUIRED",
                          "EMD_REQUIRED",
                          "EMD_REQUIRED",
                          "BOOKING_REQUIRED"
                        ],
                        "interlineable": false,
                        "inventoryControlled": true,
                        "paperTicketRequired": true,
                        "purchaseAtTicketIssue": false,
                        "purchaseBy": "2027-03-29",
                        "refundable": true,
                        "tourCode": "kK9NrL"
                      },
                      "bagType": "PET",
                      "bookingMethod": {
                        "code": "7@",
                        "value": "SPECIAL_SERVICE_REQUEST"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "PRIORITY BOARDING",
                      "displayOnly": false,
                      "electronicMiscDocType": {
                        "code": "2",
                        "consumedAtIssuance": true,
                        "value": "OTHER_THAN_EMD"
                      },
                      "group": "BG",
                      "id": "VCKSTV",
                      "reasonForIssuance": {
                        "code": "B",
                        "value": "MERCHANDISE"
                      },
                      "sequenceNumber": 17,
                      "serviceType": {
                        "code": "gJ",
                        "value": "FLIGHT_RELATED"
                      },
                      "specialService": {
                        "code": "PETC",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 100,
                              "min": 1,
                              "name": "WEIGHT",
                              "optional": true,
                              "type": "ENUM",
                              "unit": "LB"
                            }
                          ]
                        },
                        "type": "REQUIRED"
                      },
                      "ssimCode": "DqY",
                      "subCode": "965",
                      "vendor": "MMGR",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 48.4
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 41.5
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 24.6
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 22.6
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 23.9
                        }
                      ]
                    },
                    "bookingIndicator": "28",
                    "disassociated": false,
                    "emdNumber": {
                      "number": "53704553029007"
                    },
                    "emdPaperIndicator": "P",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "15",
                          "segmentRef": "e310bd9a-0295-4eb9-825e-a077d49988c9"
                        },
                        {
                          "emdCouponNumber": "10",
                          "segmentRef": "050382a9-35a3-41d6-85c6-7ac0a191258d"
                        },
                        {
                          "emdCouponNumber": "00",
                          "segmentRef": "6593b396-24fd-4d39-91b8-9291d8d1634c"
                        },
                        {
                          "emdCouponNumber": "54",
                          "segmentRef": "91624444-97a0-42de-94b0-1ca4b7297d49"
                        },
                        {
                          "emdCouponNumber": "66",
                          "segmentRef": "ef396471-f68e-4cd3-b7e6-e65ce44db88c"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "16",
                    "id": "eecefd54-d318-42db-b3ac-dad8b6c8e8f7",
                    "miscFee": {
                      "dealName": "WINTER SALE",
                      "group": "BG",
                      "id": "157ebcbb-6341-471b-8dad-1f1c1c40d5c9",
                      "offerName": "MAY WEEKEND DISCOUNT",
                      "reasonForIssuance": "R",
                      "subCode": "568"
                    },
                    "offerId": {
                      "id": "bae06e0d-0335-409b-b1be-2a7e9642626e",
                      "itemId": "dd142e21-7961-4b4c-9feb-8f5aca10f814"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "PD",
                      "value": "WAIVED"
                    },
                    "pnrId": "DKXQCH",
                    "quantity": 3,
                    "specialServiceDescription": {
                      "code": "xvbX",
                      "properties": {
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "576"
                          }
                        ]
                      },
                      "text": "CPiAOVGgcNaPVvu"
                    },
                    "syntheticIdentifier": "32665884087786114170",
                    "taxExemption": true,
                    "ticketUsedForEmdPricing": "N",
                    "type": "ANCILLARY",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 36.5
                    }
                  }
                ],
                "baggagePoolId": 413,
                "editCodes": {
                  "editCode": [
                    {
                      "code": "zU",
                      "id": "0e6c1e16-8d7a-4bfe-95a7-37d30ca41810",
                      "text": [
                        {
                          "id": "fda47f51-578b-4c48-bd1c-cd7e480f712c",
                          "lineId": "30",
                          "value": "IHaovUuwtgzvnPF"
                        },
                        {
                          "id": "885fd6dd-2753-4756-a7f2-991e081493d0",
                          "lineId": "16",
                          "value": "tTESiXYNHSnZdLx"
                        },
                        {
                          "id": "c6ee8810-5ff5-41a2-bd03-187d94abfb53",
                          "lineId": "75",
                          "value": "nFmqgnXpAulEUib"
                        },
                        {
                          "id": "18f2c153-99a5-464e-866f-d043323fd11c",
                          "lineId": "59",
                          "value": "hmOkhJgqTTaaCUL"
                        }
                      ]
                    }
                  ]
                },
                "eligibilities": {
                  "eligibility": [
                    {
                      "notEligible": false,
                      "reason": [
                        {
                          "category": "INVALID_FLIGHT",
                          "details": "z5PBSLkpFukaeZywnciR",
                          "message": "Required travel document is missing.",
                          "property": [
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "206"
                            }
                          ]
                        },
                        {
                          "category": "MISSING_DOCUMENT",
                          "details": "HeAMRHPvORzkaaSRKAR0",
                          "message": "Required travel document is missing.",
                          "property": [
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "668"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "911"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "338"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "156"
                            }
                          ]
                        },
                        {
                          "category": "INSUFFICIENT_FUNDS",
                          "details": "My5p80I2Fs5Gaz6lgrPA",
                          "message": "Booking has been cancelled.",
                          "property": [
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "805"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "523"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "559"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "023"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "648"
                            }
                          ]
                        },
                        {
                          "category": "INSUFFICIENT_FUNDS",
                          "details": "d4SsB2M40Y0p00cFu9KE",
                          "message": "It is too early for check-in.",
                          "property": [
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "059"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "296"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "475"
                            }
                          ]
                        },
                        {
                          "category": "TOO_EARLY_FOR_CHECK_IN",
                          "details": "ppCe1XJ5EV2cTAAIBT1O",
                          "message": "It is too early for check-in.",
                          "property": [
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "495"
                            }
                          ]
                        }
                      ],
                      "type": "CHECK_IN"
                    },
                    {
                      "notEligible": false,
                      "reason": [
                        {
                          "category": "MISSING_DOCUMENT",
                          "details": "p9w3xiJLGPuv1cyTPhvt",
                          "message": "This flight is not eligible.",
                          "property": [
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "591"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "263"
                            }
                          ]
                        }
                      ],
                      "type": "CHECK_IN"
                    },
                    {
                      "notEligible": false,
                      "reason": [
                        {
                          "category": "INVALID_FLIGHT",
                          "details": "EEPO8eRYja1EVUuAGWtc",
                          "message": "Payment processing failed.",
                          "property": [
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "165"
                            }
                          ]
                        },
                        {
                          "category": "MISSING_DOCUMENT",
                          "details": "d6HSWZtCN5c4cREgdYVi",
                          "message": "Payment processing failed.",
                          "property": [
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "944"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "808"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "677"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "175"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "957"
                            }
                          ]
                        }
                      ],
                      "type": "CHECK_IN"
                    },
                    {
                      "notEligible": false,
                      "reason": [
                        {
                          "category": "BOOKING_CANCELLED",
                          "details": "eNPyRovVYzVJjJJh9hPw",
                          "message": "It is too early for check-in.",
                          "property": [
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "753"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "766"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "161"
                            }
                          ]
                        }
                      ],
                      "type": "CHECK_IN"
                    },
                    {
                      "notEligible": false,
                      "reason": [
                        {
                          "category": "INVALID_FLIGHT",
                          "details": "py83OYnmP34eKgw3uXvE",
                          "message": "Booking has been cancelled.",
                          "property": [
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "267"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "096"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "353"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "297"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "261"
                            }
                          ]
                        },
                        {
                          "category": "TOO_EARLY_FOR_CHECK_IN",
                          "details": "svO02RnvfDhWQynzJkxX",
                          "message": "Required travel document is missing.",
                          "property": [
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "187"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "078"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "553"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "983"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "835"
                            }
                          ]
                        },
                        {
                          "category": "MISSING_DOCUMENT",
                          "details": "s5XiddgkkUCQoSmRgg55",
                          "message": "Required travel document is missing.",
                          "property": [
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "048"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "056"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "411"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "815"
                            }
                          ]
                        }
                      ],
                      "type": "CHECK_IN"
                    }
                  ]
                },
                "id": "6e43cddd-2af5-4bb8-8bd3-e75d315bb4bb",
                "loyaltyAccount": {
                  "id": "f44745af-2b9a-4555-8236-4f1cc6916490",
                  "latestAwardDate": "2025-12-08",
                  "loyaltyTierLevel": {
                    "atpco": "60",
                    "customerInsight": "45",
                    "name": "silver",
                    "number": 5,
                    "priority": 8,
                    "tag": "ByZ"
                  },
                  "memberAirline": "[ob",
                  "memberId": "9249733133",
                  "membershipStartDate": "2024-12-16",
                  "mileage": {
                    "unit": "MILES",
                    "value": 1721
                  },
                  "pnrId": "2",
                  "points": 10472,
                  "source": "PNR"
                },
                "nonRevenuePassengerInfo": {
                  "priorityCode": "USn",
                  "seniorityDate": "2013-03-15T00:00:00.0Z",
                  "upgradeCode": "DRF"
                },
                "passengerCheckInId": "Xly9m1Wv",
                "passengerFlight": [
                  {
                    "boardingPass": {
                      "agent": {
                        "city": "ron",
                        "country": "GL",
                        "sign": "dyG"
                      },
                      "baggage": {
                        "carryOnWeight": {
                          "unit": "LB",
                          "value": 9.4
                        },
                        "checkedInBaggage": {
                          "bagTagNumber": [
                            "12345678",
                            "11223344",
                            "87654321"
                          ],
                          "quantity": 2,
                          "totalWeight": {
                            "unit": "LB",
                            "value": 15.3
                          }
                        }
                      },
                      "barCode": "8ZSdbZJGO9CAmZi3dLRIrtM5ZCTs7LZ2qGH0ay9d",
                      "checkInSequenceNumber": "925",
                      "deck": {
                        "code": "MIDDLE",
                        "value": "MAIN"
                      },
                      "displayData": {
                        "accommodation": "RESIDENCE SUITE",
                        "agentCityName": "East Jennifer",
                        "arrivalAirportName": "Lake Calista",
                        "boardingPassOnlyText": "BOARDING PASS ONLY",
                        "boardingTime": "4142",
                        "cabinClassCode": "V",
                        "cabinText": "BUSINESS",
                        "carryOnText": "NO CARRY-ON",
                        "childText": "CHILD",
                        "commuterAirlineName": "[object Object]",
                        "commuterOperatedByText": "OPERATED BY",
                        "departureAirportName": "Stephenworth",
                        "documentTypeText": "BOARDING PASS",
                        "doorCloseTime": "5741",
                        "edifactApiText": "API OK",
                        "entitlementTexts": {
                          "fastTrack": "FAST TRACK",
                          "loungeAccess": "LOUNGE XTRA",
                          "priorityBoarding": "PRIORITY"
                        },
                        "estimatedArrivalTime": "2518",
                        "estimatedDepartureDate": "2027-01-06T00:00:00.0Z",
                        "estimatedDepartureTime": "2788",
                        "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": "6GZy",
                        "plusInfantText": "PLUS INFANT",
                        "premiumText": "PREMIUM",
                        "priorityAaccessText": "PRIORITY AACCESS",
                        "priorityBoardingText": "PRIORITY BOARDING",
                        "priorityText": "PRIORITY",
                        "scheduledArrivalTime": "6246",
                        "scheduledDepartureDate": "2026-09-22T00:00:00.0Z",
                        "scheduledDepartureTime": "6775",
                        "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": 1836.21,
                        "atpcoRule": "7NFz",
                        "atpcoTariff": 83,
                        "bookingClass": "B",
                        "brand": "jl",
                        "cabinClass": "BUSINESS",
                        "cabinClassCode": "b",
                        "discountCategory": "38",
                        "fareBasisCode": "mLIYes",
                        "governingAirline": "[ob",
                        "id": "72138fac-e425-4ddc-9d02-b2e29692cdcc",
                        "operatingBookingClass": "F",
                        "privateTariff": false,
                        "type": "NLX",
                        "vendor": {
                          "code": "ATP",
                          "value": "SABRE_MYFARES_SUBSCRIBERS"
                        }
                      },
                      "flightDetail": {
                        "aircraftLease": {
                          "lessorAirline": "[ob",
                          "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                        },
                        "airline": "[ob",
                        "arrivalAirport": "[ob",
                        "arrivalCountry": "SS",
                        "arrivalFlightScheduleStatus": "EARLY",
                        "arrivalTerminal": "VM",
                        "arrivalTime": "2026-06-30T00:00:00.0Z",
                        "boardingTime": "1968-06-14T13:18:41.0Z",
                        "changeOfGauge": false,
                        "commuter": false,
                        "departureAirport": "[ob",
                        "departureCountry": "UA",
                        "departureFlightScheduleStatus": "EARLY",
                        "departureGate": "iW",
                        "departureTerminal": "N1",
                        "departureTime": "2026-10-28T00:00:00.0Z",
                        "disclosureAirline": "[ob",
                        "distance": {
                          "unit": "MILES",
                          "value": 954
                        },
                        "equipment": "498",
                        "estimatedArrivalTime": "1892-02-01T12:17:48.0Z",
                        "estimatedDepartureTime": "1904-01-30T01:32:45.0Z",
                        "flightDuration": 349,
                        "flightNumber": "4",
                        "flightStop": [
                          {
                            "airport": "[ob",
                            "arrivalTime": "2027-04-08T00:00:00.0Z",
                            "departureTime": "2027-04-14T00:00:00.0Z",
                            "duration": 102,
                            "elapsedTime": 249
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2026-11-21T00:00:00.0Z",
                            "departureTime": "2026-09-03T00:00:00.0Z",
                            "duration": 179,
                            "elapsedTime": 176
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2026-10-22T00:00:00.0Z",
                            "departureTime": "2027-01-22T00:00:00.0Z",
                            "duration": 63,
                            "elapsedTime": 295
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2026-06-18T00:00:00.0Z",
                            "departureTime": "2027-04-22T00:00:00.0Z",
                            "duration": 119,
                            "elapsedTime": 207
                          }
                        ],
                        "iatci": false,
                        "id": "52312310-9324-4a16-baa0-9e25dfd63db2",
                        "operatingAirline": "[ob",
                        "operatingAirlineName": "[object Object]",
                        "operatingFlightNumber": "9757",
                        "span": "INTERNATIONAL",
                        "status": "DELAYED",
                        "subjectToGovernmentApproval": true,
                        "thirdPartyGroundHandled": true,
                        "throughFlight": true,
                        "timeToDeparture": 877
                      },
                      "formattedBoardingPass": {
                        "document": {
                          "contentType": "application/json",
                          "name": "fiddle_impeccable_truly.[object Object]",
                          "value": "7jXlNWyYazMCMz7sguTzr2qKyzwvxkEDnWTJDHB1zf2Sae8QpoH1IPU2jXIxjIra"
                        },
                        "image": {
                          "contentType": "application/vnd.oasis.opendocument.spreadsheet",
                          "name": "save_ack.[object Object]",
                          "value": "lKRKUa2rkXjlWS1SOrYwmcv7NGDI63MndffgCyo3ZZTecIDIfIYOMdZOIgcmILdc"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "video/3gpp",
                            "name": "excepting.[object Object]",
                            "value": "ZDHtJmVF5cNEel81L4qzSoFxMdUpuNtouDxFfNM1RWsEL3tA1cXrKLGPJmZw2nEJ"
                          },
                          "layout": {
                            "contentType": "audio/midi",
                            "name": "raw.[object Object]",
                            "value": "hcYHLHP4pEwf8JC6iCicCT9vQzWCwsAd3EMdgWUCjUkUyi65sWyMdEgNg6QT0Rxa"
                          },
                          "template": {
                            "contentType": "application/x-tar",
                            "name": "plus_curse_amend.[object Object]",
                            "value": "8A46m8lDi4nqSySsHY0gD5PnrCr0XdS2AH5ZskKH7J2B5Kmu9LQ0xO8hepdsnxwa"
                          },
                          "templates": [
                            {
                              "contentType": "application/ld+json",
                              "name": "ack_whimsical.[object Object]",
                              "value": "WYXkkHXATFdnSPByz4kFtQmQvbpMX6w3qVTSCplNKCakXPIlmE8AwcwABzZiZ69Y"
                            },
                            {
                              "contentType": "application/octet-stream",
                              "name": "pfft_positively_academics.[object Object]",
                              "value": "zeKzFiZB9BO5Kqdy7kn1ieTA7B8FwF76fVBknaqTp5kIqIasFCVMJmhh2bMlaDTw"
                            },
                            {
                              "contentType": "image/png",
                              "name": "factorise_valley.[object Object]",
                              "value": "Dx9LLwuv96o3l7vb8M1DjPWMAA9y2KQjBUzAwlHFlDAObWRuBEgfxLCGlqrKcnsr"
                            }
                          ]
                        },
                        "supplementaryData": {
                          "accommodation": "FIRST CLASS",
                          "selectee": true,
                          "skyPriority": false,
                          "zone": "1"
                        },
                        "zpl": {
                          "contentType": "application/java-archive",
                          "name": "shoulder.[object Object]",
                          "value": "44zCpZcp39sQh8IA5RgDIXoloZHxwarOADlVmG2CwXW7yVJw3LNq7dUCDk8oA1L4"
                        }
                      },
                      "group": "Mg4MqK",
                      "loyaltyAccount": {
                        "id": "af010f4e-e347-4180-8b02-d64e1bbb7271",
                        "latestAwardDate": "2025-10-21",
                        "loyaltyTierLevel": {
                          "atpco": "87",
                          "customerInsight": "41",
                          "name": "silver",
                          "number": 2,
                          "priority": 7,
                          "tag": "AJH"
                        },
                        "memberAirline": "[ob",
                        "memberId": "2643274197",
                        "membershipStartDate": "2024-08-29",
                        "mileage": {
                          "unit": "MILES",
                          "value": 2573
                        },
                        "pnrId": "3",
                        "points": 32223,
                        "source": "PNR"
                      },
                      "personName": {
                        "first": "Brook",
                        "last": "Wiegand",
                        "middle": "Taylor",
                        "prefix": "Ms.",
                        "raw": "Lynette Feeney",
                        "suffix": "DDS"
                      },
                      "priorityVerificationCard": true,
                      "recordLocator": "QWVMYT",
                      "seat": {
                        "column": "D",
                        "row": "32",
                        "value": "24E"
                      },
                      "source": "OTHER",
                      "standbyPriority": "9r",
                      "supplementaryData": {
                        "dhsStatus": 2,
                        "exclusiveWaitingArea": false,
                        "infraeroElectronicStamp": "18466021781054",
                        "loungeAccess": false,
                        "selectee": false,
                        "skyPriority": true,
                        "spanishLargeFamily": false,
                        "spanishResident": false,
                        "tboAirport": "[ob",
                        "throughAirport": "[ob",
                        "throughCountry": "JM"
                      },
                      "ticketCouponNumber": "20",
                      "ticketNumber": {
                        "airlineAccountingCode": "620",
                        "checkDigit": "8",
                        "number": "37487235008012",
                        "serialNumber": "0002467269"
                      },
                      "upgradePriority": "eOVOy",
                      "zone": "4"
                    },
                    "checkedIn": true,
                    "checkInNumber": 402,
                    "eligibilities": {
                      "eligibility": [
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "INSUFFICIENT_FUNDS",
                              "details": "AF1N0mITuAccMaZ9QrFk",
                              "message": "It is too early for check-in.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "526"
                                }
                              ]
                            },
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "AOsyRw5FJ6TDcyuqw9tE",
                              "message": "Required travel document is missing.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "934"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "349"
                                }
                              ]
                            },
                            {
                              "category": "INVALID_FLIGHT",
                              "details": "1fVTa6fhtCD3ZQvLS04n",
                              "message": "Payment processing failed.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "784"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "145"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "635"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "613"
                                }
                              ]
                            },
                            {
                              "category": "MISSING_DOCUMENT",
                              "details": "GETHFmf1KF1ghXkWNuq2",
                              "message": "Payment processing failed.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "849"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "700"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "307"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "724"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "MISSING_DOCUMENT",
                              "details": "OYSz0A6TnJTgDB1ZIMi7",
                              "message": "Required travel document is missing.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "362"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "858"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "187"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "015"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "109"
                                }
                              ]
                            },
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "sEg6GtIIMGJf0TDBObxz",
                              "message": "Required travel document is missing.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "809"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "739"
                                }
                              ]
                            },
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "E8AmELxkeel1tZRvJEg2",
                              "message": "Payment processing failed.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "439"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "457"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "MISSING_DOCUMENT",
                              "details": "E8RP0C8tIUJ3s0ksndPx",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "270"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "156"
                                }
                              ]
                            },
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "tU60RzSrwIRVV1B5P4Zl",
                              "message": "It is too early for check-in.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "091"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        }
                      ]
                    },
                    "flightRefs": [
                      "id01",
                      "id02"
                    ],
                    "id": "197c7579-0443-47fd-bef3-0afae776e1cb",
                    "loungeCard": {
                      "formattedLoungeCard": {
                        "image": {
                          "contentType": "application/xml",
                          "name": "oh_provided_not.[object Object]",
                          "value": "Gguat3MSBoRnN4xKXrFIpg2QuDqk2hse8DHaGNLAcmJzF1jLQhiW0n3ttdHSn37H"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "audio/mpeg",
                            "name": "regular.[object Object]",
                            "value": "90LEDqRdwi1fSeIWrH2XNam7qsEkjhgU1iojNfvZDqrQudFZR277jzqOC02ZTwqT"
                          },
                          "layout": {
                            "contentType": "audio/aac",
                            "name": "psst_adolescent.[object Object]",
                            "value": "jkSMW1wNKgsNova0TCKjuZYbOgRKXOzb4yPePfYhtZPHMGMCJHeC10WkpxzcLFaE"
                          },
                          "template": {
                            "contentType": "application/gzip",
                            "name": "boastfully_converse_sometimes.[object Object]",
                            "value": "hCRus0FA7Vz0lY2h0eA7QvgsG4Ua6cMhE9QixaYwJ04ZA5T3s2lIvvJ5ijd2Tz5K"
                          },
                          "templates": [
                            {
                              "contentType": "application/x-7z-compressed",
                              "name": "pish_usher.[object Object]",
                              "value": "yVob0ELJjGY4Qknpm7WCyCvMRwbmgoyAMK7QULjdIr99gbLo8XzhgtMTXBaLjjjI"
                            },
                            {
                              "contentType": "application/json",
                              "name": "reconsideration.[object Object]",
                              "value": "OepdT18sGimDT6Wlg6hLXXYM7wGNLQPYUVqc94aSoljajiaEEl6lBhQ6BSHHMSCW"
                            },
                            {
                              "contentType": "application/vnd.amazon.ebook",
                              "name": "oh.[object Object]",
                              "value": "1LWxni21FL4tYUCfyoTuptcKxvbVTL1n9E4K9t8txYB8dkAKSTlhOhObxpBpX1O5"
                            },
                            {
                              "contentType": "audio/3gpp",
                              "name": "because_even.[object Object]",
                              "value": "ZwfYH7vzJuD2xAbqbw0q6d66VcDXjelBXVSwdoLhvQnEAxY04N3i2RtdGrQKuKfs"
                            }
                          ]
                        }
                      }
                    },
                    "preReservedSeat": {
                      "airExtraRef": "5277b673-5c4a-4fad-a308-6c2951c4bbef",
                      "offerId": "41269308-74d0-4bdd-8ae9-23bc977c02b3",
                      "offerItemId": "c70e12f1-f191-4d7d-828e-291121f4f173",
                      "type": "AISLE",
                      "value": "NW"
                    },
                    "priorityCode": "zLk",
                    "seat": {
                      "airExtraRef": "c6ce808f-06f2-4be7-a5b9-60424b9b0a6b",
                      "offerId": "a5b9cf8d-bc38-401f-9d79-42ecc09beb57",
                      "offerItemId": "25ea2a06-240d-4772-ac98-978049eb5a63",
                      "type": "MIDDLE",
                      "value": "Cj"
                    },
                    "status": "CHECKED_IN",
                    "upgradeCode": "VVA"
                  },
                  {
                    "boardingPass": {
                      "agent": {
                        "city": "FMn",
                        "country": "MK",
                        "sign": "cdN"
                      },
                      "baggage": {
                        "carryOnWeight": {
                          "unit": "LB",
                          "value": 19.4
                        },
                        "checkedInBaggage": {
                          "bagTagNumber": [
                            "87654321",
                            "11223344",
                            "12345678"
                          ],
                          "quantity": 1,
                          "totalWeight": {
                            "unit": "KG",
                            "value": 2.7
                          }
                        }
                      },
                      "barCode": "nWHaBWBrxOTuK3HDVNOiwZbuXXx9YVbeU2zXm2TZ",
                      "checkInSequenceNumber": "832",
                      "deck": {
                        "code": "UPPER",
                        "value": "OTHER"
                      },
                      "displayData": {
                        "accommodation": "RESIDENCE SUITE",
                        "agentCityName": "Turlock",
                        "arrivalAirportName": "Bartonstead",
                        "boardingPassOnlyText": "BOARDING PASS ONLY",
                        "boardingTime": "6298",
                        "cabinClassCode": "G",
                        "cabinText": "BUSINESS",
                        "carryOnText": "CARRY-ON",
                        "childText": "CHILD",
                        "commuterAirlineName": "[object Object]",
                        "commuterOperatedByText": "OPERATED BY",
                        "departureAirportName": "Port Artboro",
                        "documentTypeText": "BOARDING PASS",
                        "doorCloseTime": "1938",
                        "edifactApiText": "API ERROR",
                        "entitlementTexts": {
                          "fastTrack": "FAST TRACK",
                          "loungeAccess": "LOUNGE XTRA",
                          "priorityBoarding": "PRIORITY"
                        },
                        "estimatedArrivalTime": "1615",
                        "estimatedDepartureDate": "2027-05-19T00:00:00.0Z",
                        "estimatedDepartureTime": "4040",
                        "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": "Frgd",
                        "plusInfantText": "PLUS INFANT",
                        "premiumText": "PREMIUM",
                        "priorityAaccessText": "PRIORITY AACCESS",
                        "priorityBoardingText": "PRIORITY BOARDING",
                        "priorityText": "PRIORITY",
                        "scheduledArrivalTime": "9219",
                        "scheduledDepartureDate": "2027-01-20T00:00:00.0Z",
                        "scheduledDepartureTime": "1424",
                        "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": 392.66,
                        "atpcoRule": "HFCj",
                        "atpcoTariff": 37,
                        "bookingClass": "G",
                        "brand": "uN",
                        "cabinClass": "PREMIUM_BUSINESS",
                        "cabinClassCode": "G",
                        "discountCategory": "55",
                        "fareBasisCode": "hkjSYz",
                        "governingAirline": "[ob",
                        "id": "cfc4fbe5-0ecd-49d3-af85-be7ab4ca630d",
                        "operatingBookingClass": "y",
                        "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": "RW",
                        "arrivalFlightScheduleStatus": "CANCELLED",
                        "arrivalTerminal": "qK",
                        "arrivalTime": "2026-07-03T00:00:00.0Z",
                        "boardingTime": "1949-07-27T07:36:53.0Z",
                        "changeOfGauge": true,
                        "commuter": true,
                        "departureAirport": "[ob",
                        "departureCountry": "AG",
                        "departureFlightScheduleStatus": "ON_TIME",
                        "departureGate": "5O",
                        "departureTerminal": "Ry",
                        "departureTime": "2026-09-05T00:00:00.0Z",
                        "disclosureAirline": "[ob",
                        "distance": {
                          "unit": "MILES",
                          "value": 1418
                        },
                        "equipment": "224",
                        "estimatedArrivalTime": "1917-12-23T16:49:24.0Z",
                        "estimatedDepartureTime": "1917-07-29T04:22:51.0Z",
                        "flightDuration": 514,
                        "flightNumber": "7642",
                        "flightStop": [
                          {
                            "airport": "[ob",
                            "arrivalTime": "2026-07-08T00:00:00.0Z",
                            "departureTime": "2027-04-12T00:00:00.0Z",
                            "duration": 38,
                            "elapsedTime": 182
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2026-10-14T00:00:00.0Z",
                            "departureTime": "2026-11-04T00:00:00.0Z",
                            "duration": 114,
                            "elapsedTime": 101
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2026-09-01T00:00:00.0Z",
                            "departureTime": "2026-09-09T00:00:00.0Z",
                            "duration": 105,
                            "elapsedTime": 264
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2026-10-01T00:00:00.0Z",
                            "departureTime": "2027-04-01T00:00:00.0Z",
                            "duration": 128,
                            "elapsedTime": 141
                          }
                        ],
                        "iatci": false,
                        "id": "b2db9479-0094-4eb2-a49b-29ebdd234abf",
                        "operatingAirline": "[ob",
                        "operatingAirlineName": "[object Object]",
                        "operatingFlightNumber": "27",
                        "span": "DOMESTIC",
                        "status": "ON TIME",
                        "subjectToGovernmentApproval": true,
                        "thirdPartyGroundHandled": false,
                        "throughFlight": false,
                        "timeToDeparture": 839
                      },
                      "formattedBoardingPass": {
                        "document": {
                          "contentType": "video/mp4",
                          "name": "helpfully_damaged_divine.[object Object]",
                          "value": "IK6CEnK5orsoEDXSKsHH8uXR045DI3Yc28Jpkl1rtW3piFB3Tx5V0iQmuqYa9a7n"
                        },
                        "image": {
                          "contentType": "application/x-abiword",
                          "name": "smoothly_unabashedly_quip.[object Object]",
                          "value": "nou60HgGBjQZSX453LnCFxHAVOcOdNkXFJN95VhyGDRnmfwfrxdHYRT6TlEqiq8v"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "application/vnd.ms-powerpoint",
                            "name": "promptly_whoever.[object Object]",
                            "value": "xcW8XFOwbf13vE3nQpaPULfSLugcYjWRRt2SPqz9K1jywXpyUZjI8sF6IgKUVt2p"
                          },
                          "layout": {
                            "contentType": "application/x-bzip",
                            "name": "swear.[object Object]",
                            "value": "CaLlzaIlzmeFyzYxkkh2KGvY46QJjH34VDRosFg0gcMBqBtZh4iLikwsOI3gSvFD"
                          },
                          "template": {
                            "contentType": "video/mp2t",
                            "name": "whenever_but.[object Object]",
                            "value": "v8L6KeF52vl8IDQITOOOEPsWhSwk7sP38rONny0V7srWsK0jxSe5FcPryskQXxO0"
                          },
                          "templates": [
                            {
                              "contentType": "image/jpeg",
                              "name": "tinted_privilege_elegantly.[object Object]",
                              "value": "yBOig7KErOlHi3cEhobRZOdO4iku7e6cvKfGk9t7mX0qtoqE3QBo6gW7NffHCKPm"
                            },
                            {
                              "contentType": "application/java-archive",
                              "name": "off.[object Object]",
                              "value": "f1dCjl1CNVI03chRt4l7TpxSPNaHmZs0Qkarf46sB3x5ckxM79Q7aiesOOKogdCw"
                            },
                            {
                              "contentType": "video/mp4",
                              "name": "gorgeous.[object Object]",
                              "value": "msHLRiOvH5EWlclBYITnhfeN0Od5H8Qerthyvk7bwCtHVlCZVXVNtVUFcafFXvd3"
                            }
                          ]
                        },
                        "supplementaryData": {
                          "accommodation": "RESIDENCE SUITE",
                          "selectee": false,
                          "skyPriority": true,
                          "zone": "9"
                        },
                        "zpl": {
                          "contentType": "font/woff",
                          "name": "who.[object Object]",
                          "value": "GmPOEwHtTbs9IBeJij7BiFzSXLPGnmJuk7GNCjxT3REEwrWr2Bgv2QRRHAY77ek8"
                        }
                      },
                      "group": "Zd2bVT",
                      "loyaltyAccount": {
                        "id": "8c8d3d52-dcfe-4d41-9f87-b13f4873323a",
                        "latestAwardDate": "2025-10-06",
                        "loyaltyTierLevel": {
                          "atpco": "36",
                          "customerInsight": "44",
                          "name": "gold",
                          "number": 5,
                          "priority": 1,
                          "tag": "vje"
                        },
                        "memberAirline": "[ob",
                        "memberId": "2716680568",
                        "membershipStartDate": "2024-07-10",
                        "mileage": {
                          "unit": "MILES",
                          "value": 1868
                        },
                        "pnrId": "5",
                        "points": 2241,
                        "source": "PNR"
                      },
                      "personName": {
                        "first": "Kane",
                        "last": "Bode",
                        "middle": "Kai",
                        "prefix": "Mr.",
                        "raw": "Misty Erdman",
                        "suffix": "DDS"
                      },
                      "priorityVerificationCard": true,
                      "recordLocator": "NGASTG",
                      "seat": {
                        "column": "J",
                        "row": "92",
                        "value": "4A"
                      },
                      "source": "HOST",
                      "standbyPriority": "4T",
                      "supplementaryData": {
                        "dhsStatus": 3,
                        "exclusiveWaitingArea": true,
                        "infraeroElectronicStamp": "42156760870722",
                        "loungeAccess": false,
                        "selectee": true,
                        "skyPriority": false,
                        "spanishLargeFamily": true,
                        "spanishResident": true,
                        "tboAirport": "[ob",
                        "throughAirport": "[ob",
                        "throughCountry": "BZ"
                      },
                      "ticketCouponNumber": "06",
                      "ticketNumber": {
                        "airlineAccountingCode": "504",
                        "checkDigit": "8",
                        "number": "59766981248981",
                        "serialNumber": "5413770650"
                      },
                      "upgradePriority": "meH4f",
                      "zone": "1"
                    },
                    "checkedIn": false,
                    "checkInNumber": 880,
                    "eligibilities": {
                      "eligibility": [
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "NJlGrJXMxuYK89gjvkow",
                              "message": "Booking has been cancelled.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "160"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "212"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "906"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "214"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "358"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "MISSING_DOCUMENT",
                              "details": "v73ySA7gNtHCUGLNaHoK",
                              "message": "Required travel document is missing.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "571"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "978"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "911"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "451"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        }
                      ]
                    },
                    "flightRefs": [
                      "id01",
                      "id02"
                    ],
                    "id": "34901234-9831-4cad-9aec-9bdbd675ec7f",
                    "loungeCard": {
                      "formattedLoungeCard": {
                        "image": {
                          "contentType": "application/gzip",
                          "name": "freckle_well.[object Object]",
                          "value": "dZVpulSDx4yhNDSjcdVysEmhnmEIOVUP7gpYFZlMXpuXsdjOm8RTY9ITUzWmhvZ9"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "text/calendar",
                            "name": "aboard_oxidize.[object Object]",
                            "value": "B5R3KencUFDvt4GhLseqR8XkHrqPqhyhWq5VyGdquok2BgJIVcfcW0ICVTxS3MQp"
                          },
                          "layout": {
                            "contentType": "application/vnd.visio",
                            "name": "while_restaurant_gah.[object Object]",
                            "value": "X5IVzNpHmDthwaJkZBlERMIu4RIcN3jZPbjzQ8AywghBcQkZbshjKCrkGJeFcudo"
                          },
                          "template": {
                            "contentType": "application/vnd.mozilla.xul+xml",
                            "name": "characterization_hence_fork.[object Object]",
                            "value": "tilMJDqY4y2FrCgj9pfYuQfOcuzdUIvj0QjrNb9e6ReZrjIDcxSWVsrvPVKCLpPj"
                          },
                          "templates": [
                            {
                              "contentType": "image/jpeg",
                              "name": "rubbery_providence_meanwhile.[object Object]",
                              "value": "bjqPWcEqcJlxq0YdjZwbyyZRDtu0LjMd2nTjfDl9QXxdoXJM2XqWO4oUiYghxKxo"
                            },
                            {
                              "contentType": "application/ld+json",
                              "name": "upward_perfumed_fully.[object Object]",
                              "value": "E9deuDFxtLa0DVVOZUTVb4mhiEsx6oJ08gXj2ltDOzuDibRrpJw0i9h2ccoGOBRF"
                            }
                          ]
                        }
                      }
                    },
                    "preReservedSeat": {
                      "airExtraRef": "cfe0b73a-0984-41f9-86b8-1906a83c9d46",
                      "offerId": "badf525b-c358-445f-a76a-bc2a693e5868",
                      "offerItemId": "3ea9edf3-8012-4c4f-a1d1-1e442fe32892",
                      "type": "AISLE",
                      "value": "hu"
                    },
                    "priorityCode": "wWL",
                    "seat": {
                      "airExtraRef": "527639d7-d47d-43ae-8f3e-2c9514b2b155",
                      "offerId": "8f28c10b-9511-422a-bae3-ba3dde7d88e4",
                      "offerItemId": "c0b29a00-69c1-4c06-b9d2-9c590ffdb778",
                      "type": "AISLE",
                      "value": "Sx"
                    },
                    "status": "NOT_CHECKED_IN",
                    "upgradeCode": "wmd"
                  },
                  {
                    "boardingPass": {
                      "agent": {
                        "city": "nMQ",
                        "country": "KZ",
                        "sign": "RpM"
                      },
                      "baggage": {
                        "carryOnWeight": {
                          "unit": "KG",
                          "value": 6.1
                        },
                        "checkedInBaggage": {
                          "bagTagNumber": [
                            "12345678",
                            "87654321",
                            "11223344"
                          ],
                          "quantity": 2,
                          "totalWeight": {
                            "unit": "KG",
                            "value": 19.6
                          }
                        }
                      },
                      "barCode": "UolLZTTYYjFMcOz417OsOyZ4zX7kzjkw9IXPMn0s",
                      "checkInSequenceNumber": "870",
                      "deck": {
                        "code": "UPPER",
                        "value": "MAIN"
                      },
                      "displayData": {
                        "accommodation": "FIRST CLASS",
                        "agentCityName": "Fort Terrellburgh",
                        "arrivalAirportName": "Pollichton",
                        "boardingPassOnlyText": "BOARDING PASS ONLY",
                        "boardingTime": "1788",
                        "cabinClassCode": "y",
                        "cabinText": "BUSINESS",
                        "carryOnText": "NO CARRY-ON",
                        "childText": "CHILD",
                        "commuterAirlineName": "[object Object]",
                        "commuterOperatedByText": "OPERATED BY",
                        "departureAirportName": "Camylleville",
                        "documentTypeText": "BOARDING PASS",
                        "doorCloseTime": "7617",
                        "edifactApiText": "API OK",
                        "entitlementTexts": {
                          "fastTrack": "FAST TRACK",
                          "loungeAccess": "LOUNGE XTRA",
                          "priorityBoarding": "PRIORITY"
                        },
                        "estimatedArrivalTime": "3919",
                        "estimatedDepartureDate": "2027-03-19T00:00:00.0Z",
                        "estimatedDepartureTime": "1899",
                        "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": "p3IX",
                        "plusInfantText": "PLUS INFANT",
                        "premiumText": "PREMIUM",
                        "priorityAaccessText": "PRIORITY AACCESS",
                        "priorityBoardingText": "PRIORITY BOARDING",
                        "priorityText": "PRIORITY",
                        "scheduledArrivalTime": "1275",
                        "scheduledDepartureDate": "2026-06-26T00:00:00.0Z",
                        "scheduledDepartureTime": "5287",
                        "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": 1562.58,
                        "atpcoRule": "pcOP",
                        "atpcoTariff": 46,
                        "bookingClass": "T",
                        "brand": "yS",
                        "cabinClass": "FIRST",
                        "cabinClassCode": "e",
                        "discountCategory": "53",
                        "fareBasisCode": "vD6EAK",
                        "governingAirline": "[ob",
                        "id": "3afaef91-1a24-4869-8e10-c445cba3c057",
                        "operatingBookingClass": "w",
                        "privateTariff": true,
                        "type": "NRF",
                        "vendor": {
                          "code": "SMFC",
                          "value": "SITA"
                        }
                      },
                      "flightDetail": {
                        "aircraftLease": {
                          "lessorAirline": "[ob",
                          "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                        },
                        "airline": "[ob",
                        "arrivalAirport": "[ob",
                        "arrivalCountry": "ET",
                        "arrivalFlightScheduleStatus": "CANCELLED",
                        "arrivalTerminal": "El",
                        "arrivalTime": "2026-09-11T00:00:00.0Z",
                        "boardingTime": "1902-11-28T21:05:46.0Z",
                        "changeOfGauge": true,
                        "commuter": true,
                        "departureAirport": "[ob",
                        "departureCountry": "UG",
                        "departureFlightScheduleStatus": "EARLY",
                        "departureGate": "WA",
                        "departureTerminal": "aD",
                        "departureTime": "2027-01-14T00:00:00.0Z",
                        "disclosureAirline": "[ob",
                        "distance": {
                          "unit": "MILES",
                          "value": 2740
                        },
                        "equipment": "741",
                        "estimatedArrivalTime": "1956-02-21T14:30:45.0Z",
                        "estimatedDepartureTime": "1927-04-12T19:09:39.0Z",
                        "flightDuration": 545,
                        "flightNumber": "25",
                        "flightStop": [
                          {
                            "airport": "[ob",
                            "arrivalTime": "2027-05-08T00:00:00.0Z",
                            "departureTime": "2027-05-25T00:00:00.0Z",
                            "duration": 143,
                            "elapsedTime": 164
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2027-01-15T00:00:00.0Z",
                            "departureTime": "2026-07-12T00:00:00.0Z",
                            "duration": 164,
                            "elapsedTime": 63
                          }
                        ],
                        "iatci": true,
                        "id": "09589d66-5634-4478-8106-66eb38e64fbc",
                        "operatingAirline": "[ob",
                        "operatingAirlineName": "[object Object]",
                        "operatingFlightNumber": "7",
                        "span": "INTERNATIONAL",
                        "status": "DELAYED",
                        "subjectToGovernmentApproval": false,
                        "thirdPartyGroundHandled": true,
                        "throughFlight": true,
                        "timeToDeparture": 558
                      },
                      "formattedBoardingPass": {
                        "document": {
                          "contentType": "video/mp2t",
                          "name": "onto_so.[object Object]",
                          "value": "vsIlfkl2K6kEvA3PQtpniimtFyCI9GOZ0t9cPXzkCnmFWCxUcmPOfJWi10RZRs5z"
                        },
                        "image": {
                          "contentType": "audio/webm",
                          "name": "eek_yearn.[object Object]",
                          "value": "sNO3WyrAXoQ0TsCV7Wa1sF0CQgAVDM7XwpdmLxp3BCxg6to5tFBpOwOeVAFAIz19"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "application/vnd.oasis.opendocument.spreadsheet",
                            "name": "gosh.[object Object]",
                            "value": "rUwGbNd1ngY2B1UnyjaEM0leKebSBKE92UMAZOS3cY62oa7sYiSFTDTus0mQF09F"
                          },
                          "layout": {
                            "contentType": "application/epub+zip",
                            "name": "supposing.[object Object]",
                            "value": "PynfrF2VSIXYO4QjtbQc5xoQVWQBN2kur9oQkegzpPMFLae3N7DlncOvmtiVH5XC"
                          },
                          "template": {
                            "contentType": "application/rtf",
                            "name": "on_lecture.[object Object]",
                            "value": "hUytfaykMo9WcqmyQ63lc8cZDrFn8feGg7BrV7wIRh9ho9VUOPXACJVvLEtDYYPE"
                          },
                          "templates": [
                            {
                              "contentType": "text/csv",
                              "name": "who_worth_overdub.[object Object]",
                              "value": "In4kLc6ZQkK2dNn15a7o1M3tyVPEfq7Q9j23TZlDOBOQWUEoxUm5viGe4OLJTdhS"
                            },
                            {
                              "contentType": "video/3gpp",
                              "name": "pomelo_justly.[object Object]",
                              "value": "M7DfqrY5lJeVi5GOIRF7e8wUMODTi6QtJ92nokJxlyBAtPPHgvvkaRvjAmnBuTNT"
                            },
                            {
                              "contentType": "application/vnd.mozilla.xul+xml",
                              "name": "yippee_up_while.[object Object]",
                              "value": "0IORQ048o5B0SYSRsEjt4INGN1SjxIKRUh1wMUHnqx9qsGmM6VKskzsfsMmixSlZ"
                            },
                            {
                              "contentType": "application/x-httpd-php",
                              "name": "throughout_bar.[object Object]",
                              "value": "e1wqZLA5noyS28QxydBknG6cx4o7tmZ3U7x2SYKly2gkBiX4gstLwm6dkE3vSuvC"
                            },
                            {
                              "contentType": "application/zip",
                              "name": "nerve_strident.[object Object]",
                              "value": "XqMdYHAJA1LmwbgCESt1clUBt4MxFJ8WyaPk1fU57V3jEXOx9nUrlg0mKgF4ADGT"
                            }
                          ]
                        },
                        "supplementaryData": {
                          "accommodation": "RESIDENCE SUITE",
                          "selectee": true,
                          "skyPriority": true,
                          "zone": "7"
                        },
                        "zpl": {
                          "contentType": "text/csv",
                          "name": "depute.[object Object]",
                          "value": "fDmUjxS3KCnKePHxHs1b7LAgmH3KMZdmqXRYEvgeeG6LRrUv0Sqr5xqBgSBd93o9"
                        }
                      },
                      "group": "jW8yDe",
                      "loyaltyAccount": {
                        "id": "c7170eca-d9a7-4e8f-8080-ddbb1f037393",
                        "latestAwardDate": "2025-08-03",
                        "loyaltyTierLevel": {
                          "atpco": "73",
                          "customerInsight": "75",
                          "name": "platinum",
                          "number": 1,
                          "priority": 4,
                          "tag": "iBg"
                        },
                        "memberAirline": "[ob",
                        "memberId": "1873306861",
                        "membershipStartDate": "2022-09-13",
                        "mileage": {
                          "unit": "MILES",
                          "value": 468
                        },
                        "pnrId": "7",
                        "points": 53967,
                        "source": "PNR"
                      },
                      "personName": {
                        "first": "Candace",
                        "last": "Kuphal",
                        "middle": "Addison",
                        "prefix": "Dr.",
                        "raw": "Dr. Camille Stamm DVM",
                        "suffix": "PhD"
                      },
                      "priorityVerificationCard": false,
                      "recordLocator": "ZHQXMV",
                      "seat": {
                        "column": "E",
                        "row": "46",
                        "value": "12E"
                      },
                      "source": "HOST",
                      "standbyPriority": "cg",
                      "supplementaryData": {
                        "dhsStatus": 3,
                        "exclusiveWaitingArea": true,
                        "infraeroElectronicStamp": "21818428097813",
                        "loungeAccess": false,
                        "selectee": true,
                        "skyPriority": true,
                        "spanishLargeFamily": false,
                        "spanishResident": false,
                        "tboAirport": "[ob",
                        "throughAirport": "[ob",
                        "throughCountry": "MS"
                      },
                      "ticketCouponNumber": "02",
                      "ticketNumber": {
                        "airlineAccountingCode": "441",
                        "checkDigit": "7",
                        "number": "28301074526789",
                        "serialNumber": "8002895175"
                      },
                      "upgradePriority": "VXEGM",
                      "zone": "0"
                    },
                    "checkedIn": false,
                    "checkInNumber": 241,
                    "eligibilities": {
                      "eligibility": [
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "cniu5OpoFYV90He13avy",
                              "message": "Booking has been cancelled.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "187"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "964"
                                }
                              ]
                            },
                            {
                              "category": "INSUFFICIENT_FUNDS",
                              "details": "gZlXUHePXLsCETOGesTO",
                              "message": "Payment processing failed.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "609"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "925"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "168"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "326"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        }
                      ]
                    },
                    "flightRefs": [
                      "id01",
                      "id02"
                    ],
                    "id": "4b8c9c36-8739-4637-9406-34382fee0ad0",
                    "loungeCard": {
                      "formattedLoungeCard": {
                        "image": {
                          "contentType": "video/3gpp",
                          "name": "per_barring_stump.[object Object]",
                          "value": "KG828gvWZKc2gtEdmpHlfnI3pLB8haE3s0N3aRjLURy7wYcPiYb4S0sS7kFHzxxD"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "application/vnd.visio",
                            "name": "silently_skeleton_modulo.[object Object]",
                            "value": "F74IhozjPjC1P1QpbNDAtKCNYysB9Qu69Vjy79PlEcLXZJOqL0YjNadcLIBaS3gZ"
                          },
                          "layout": {
                            "contentType": "application/vnd.oasis.opendocument.spreadsheet",
                            "name": "gee_rubric.[object Object]",
                            "value": "iQsAhI1ET1cPTjvwxH1jIYz2FWs9XnpJOT8MQAy24Zmjb46dRjCHw6rKcacV7pMA"
                          },
                          "template": {
                            "contentType": "application/vnd.ms-excel",
                            "name": "quinoa_round_woot.[object Object]",
                            "value": "BsFC9j46Wsi38pkoAgDQ4tyrwN3v3Yo9803QodoZ9upuLuWF5a5WCE2zuHdpjrqj"
                          },
                          "templates": [
                            {
                              "contentType": "application/xml",
                              "name": "rarely.[object Object]",
                              "value": "Zzv5DiOg0QYAXCTkpnVhfonVlqCqIAbcQm9Fxng3eKQv4bow0YKYKE7oRJ57lqk6"
                            },
                            {
                              "contentType": "video/mpeg",
                              "name": "nimble_pulse.[object Object]",
                              "value": "7fneXDqiqKszydsQ1j6vyihDi7HzSNjLEXQqNXmRQamGwUQ9BOCPrK1Bm582lmKW"
                            },
                            {
                              "contentType": "image/svg+xml",
                              "name": "tomorrow.[object Object]",
                              "value": "pRBL6tMHIurQZciZBbv5jj3eF3iYuaKE6ApePOOwxwmTrNwHEPh4HpDzUQELAohk"
                            },
                            {
                              "contentType": "video/3gpp2",
                              "name": "frankly_devise_per.[object Object]",
                              "value": "gaVcW8ZvpAcglhaKVRvAuClYIy9ovcLxAMwZzhlTCdOrZiz6puR9oIqZrIob8SjM"
                            },
                            {
                              "contentType": "audio/mpeg",
                              "name": "uh_huh.[object Object]",
                              "value": "CgnCaNdzZs5qddHhylberY0FUCTZEfKeLyD73rVTJ50IfJe2gBw39vnRILnGoUTX"
                            }
                          ]
                        }
                      }
                    },
                    "preReservedSeat": {
                      "airExtraRef": "59bfbc50-fd7f-4b85-b78a-f38678c98415",
                      "offerId": "a7f93988-e2a2-419c-88fd-64a70edb94ba",
                      "offerItemId": "9377ecd2-f8c3-4a17-a0aa-b5a5a392f179",
                      "type": "AISLE",
                      "value": "dE"
                    },
                    "priorityCode": "nxb",
                    "seat": {
                      "airExtraRef": "c533f148-3114-4faa-9884-fadcf45da604",
                      "offerId": "bf6f571f-4f29-4b2a-af46-9cd7a9367883",
                      "offerItemId": "3d41ff3f-4b3b-425a-9287-cd0a7801a2e1",
                      "type": "WINDOW",
                      "value": "VD"
                    },
                    "status": "UNKNOWN",
                    "upgradeCode": "rCE"
                  }
                ],
                "passengerOffer": {
                  "offerId": "bd19c62f-e715-4620-ad83-6dd59d9f",
                  "offerItems": [
                    {
                      "annotations": [
                        {
                          "key": "ENpHpV",
                          "value": "yWRnEKBdMw"
                        },
                        {
                          "key": "ZUYMMe",
                          "value": "hRlTKNrejL"
                        },
                        {
                          "key": "WBXSEo",
                          "value": "GBOeecsGkF"
                        }
                      ],
                      "availableQuantity": 37,
                      "bannerName": "Small",
                      "characteristics": [
                        "CH 1A W"
                      ],
                      "offerItemId": "2cef791e-e188-4fb0-b45f-de2a9937",
                      "offerName": "Bespoke Marble Computer",
                      "price": {
                        "currency": "AOA",
                        "value": 455.36
                      },
                      "priority": 4
                    },
                    {
                      "annotations": [
                        {
                          "key": "dcFtFn",
                          "value": "upNKGJdrDj"
                        },
                        {
                          "key": "btgHNV",
                          "value": "hAVARLrimX"
                        },
                        {
                          "key": "uOLeGQ",
                          "value": "tvrXXxijLH"
                        },
                        {
                          "key": "TEPDsr",
                          "value": "NBUMSaEMpN"
                        },
                        {
                          "key": "liJxfx",
                          "value": "IZusCXGxms"
                        }
                      ],
                      "availableQuantity": 10,
                      "bannerName": "Recycled",
                      "characteristics": [
                        "CH 1A W"
                      ],
                      "offerItemId": "3cd434e7-a4a9-4d1c-a807-6c7e70e6",
                      "offerName": "Gorgeous Ceramic Table",
                      "price": {
                        "currency": "PGK",
                        "value": 103.67
                      },
                      "priority": 7
                    },
                    {
                      "annotations": [
                        {
                          "key": "vhRIwb",
                          "value": "rBezoWHgYJ"
                        },
                        {
                          "key": "rJeQtY",
                          "value": "LbqwIRiSgt"
                        },
                        {
                          "key": "pjqIca",
                          "value": "FVncAnqIpP"
                        },
                        {
                          "key": "xyknas",
                          "value": "mOrqTpPZbS"
                        }
                      ],
                      "availableQuantity": 2,
                      "bannerName": "Practical",
                      "characteristics": [
                        "CH 1A W"
                      ],
                      "offerItemId": "50ecdd9f-1481-4816-9075-a4bd5f01",
                      "offerName": "Refined Steel Tuna",
                      "price": {
                        "currency": "DJF",
                        "value": 8.95
                      },
                      "priority": 2
                    },
                    {
                      "annotations": [
                        {
                          "key": "INXWdf",
                          "value": "HgGMtmikLU"
                        },
                        {
                          "key": "WgayPt",
                          "value": "yoaHTIKlhf"
                        },
                        {
                          "key": "VdVsLP",
                          "value": "SUESMyPOAD"
                        },
                        {
                          "key": "UMreRV",
                          "value": "wnZbBFetnN"
                        },
                        {
                          "key": "plkign",
                          "value": "DVaccKXySW"
                        }
                      ],
                      "availableQuantity": 38,
                      "bannerName": "Recycled",
                      "characteristics": [
                        "CH 1A W"
                      ],
                      "offerItemId": "03a6f640-2123-4405-9ea2-f79aface",
                      "offerName": "Small Steel Shoes",
                      "price": {
                        "currency": "MOP",
                        "value": 341.57
                      },
                      "priority": 4
                    }
                  ]
                },
                "passengerType": "CHD",
                "segmentRef": "9cf5c0c3-d151-4183-8b91-53bd00ac5ebb",
                "upgradeAvailability": [
                  {
                    "bookingClassAvailabilityRef": "7a15800a-9fed-402d-be69-9ca47a34065f",
                    "cabin": "k",
                    "description": "First",
                    "id": "94935db9-82bc-4ce9-bb37-66706887fc50",
                    "pricedAncillaryRef": "5c0a8ab5-8dd2-485d-81be-35ab21dc0bb5"
                  },
                  {
                    "bookingClassAvailabilityRef": "90b0f775-2393-4751-b0e6-e3d078281b68",
                    "cabin": "C",
                    "description": "First",
                    "id": "25dbde55-5f76-42c0-aa3b-adfb1614b3dc",
                    "pricedAncillaryRef": "6e1203a1-79ff-46ea-991d-fdda39687338"
                  },
                  {
                    "bookingClassAvailabilityRef": "e79dd5ef-1643-434a-ae39-32f9a6d97038",
                    "cabin": "B",
                    "description": "Business",
                    "id": "91afc543-1151-455b-8ce4-7488549e56cc",
                    "pricedAncillaryRef": "8049c338-489e-41d0-ad5f-9523b4483247"
                  },
                  {
                    "bookingClassAvailabilityRef": "34024d70-c5f4-46f5-9320-737a894807b4",
                    "cabin": "G",
                    "description": "First",
                    "id": "aafd4893-8f4a-46b0-aa1b-4292a643b426",
                    "pricedAncillaryRef": "c285f309-b0c8-478c-8859-322de938deff"
                  },
                  {
                    "bookingClassAvailabilityRef": "295572c1-58b5-4d9c-bc90-a3dbedda0cf7",
                    "cabin": "O",
                    "description": "Premium Economy",
                    "id": "07de96e7-a426-45e7-90d2-51c08b9c87c8",
                    "pricedAncillaryRef": "6fd57258-def7-428e-816b-26e126fd8cec"
                  }
                ]
              },
              {
                "additionalTravelInformation": {
                  "residencyDocumentType": {
                    "id": "d1540a39-9d6d-492e-ae81-6c9d598f4db0",
                    "residencyCountry": "UY",
                    "value": "REENTRY_PERMIT"
                  },
                  "returnDate": {
                    "id": "3e14c247-b7dc-4545-8279-fe3ab3b1ae3f",
                    "value": "2026-09-27"
                  },
                  "stayType": {
                    "id": "d0204106-3d88-48de-bee9-c61fb76cd2af",
                    "value": "DUTY"
                  },
                  "timaticDocumentType": {
                    "id": "6167b22f-aa95-4992-a095-239ed8689f3d",
                    "value": "TRAVEL_DOCUMENT_CONVENTION_1951"
                  },
                  "visaVerified": {
                    "id": "31c3fba4-7a6b-4194-9c40-e03c8e550a15",
                    "value": true
                  }
                },
                "airExtra": [
                  {
                    "airExtraBundleRef": "764ce7e9-db32-4aa5-a2f4-587ba481c409",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": false,
                        "customRules": {
                          "applyHighestTierLevel": false,
                          "convertible": true,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 8
                        },
                        "exchangeable": true,
                        "feeApplicationMethod": {
                          "code": "2",
                          "value": "PER_5KG_OVER_FREE_BAGGAGE_ALLOWANCE"
                        },
                        "formOfRefund": {
                          "code": "3",
                          "value": "VOUCHER"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 2
                        },
                        "freeOfChargeRules": [
                          "BOOKING_REQUIRED",
                          "EMD_REQUIRED",
                          "EMD_REQUIRED"
                        ],
                        "interlineable": false,
                        "inventoryControlled": false,
                        "paperTicketRequired": true,
                        "purchaseAtTicketIssue": true,
                        "purchaseBy": "2026-08-07",
                        "refundable": false,
                        "tourCode": "ha4yqP"
                      },
                      "bagType": "PET",
                      "bookingMethod": {
                        "code": "4 ",
                        "value": "ANY_ALLOWED"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "LOUNGE ACCESS",
                      "displayOnly": false,
                      "electronicMiscDocType": {
                        "code": "3",
                        "consumedAtIssuance": true,
                        "value": "ETICKET"
                      },
                      "group": "SEA",
                      "id": "gNJpl6",
                      "reasonForIssuance": {
                        "code": "B",
                        "value": "UNKNOWN"
                      },
                      "sequenceNumber": 84,
                      "serviceType": {
                        "code": "wl",
                        "value": "BAGGAGE_ALLOWANCE"
                      },
                      "specialService": {
                        "code": "PETC",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 69,
                              "min": 1,
                              "name": "WEIGHT",
                              "optional": true,
                              "type": "DECIMAL",
                              "unit": "LB"
                            }
                          ]
                        },
                        "type": "OPTIONAL"
                      },
                      "ssimCode": "GUB",
                      "subCode": "892",
                      "vendor": "MMGR",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 46.2
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 8.3
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 5.6
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 2.9
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 28.2
                        }
                      ]
                    },
                    "bookingIndicator": "07",
                    "disassociated": true,
                    "emdNumber": {
                      "number": "56188981573819"
                    },
                    "emdPaperIndicator": "E",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "52",
                          "segmentRef": "57d09421-ac1c-4d79-b6f9-49ae22822adf"
                        },
                        {
                          "emdCouponNumber": "57",
                          "segmentRef": "7d26e0c1-5e6e-4271-8ac2-b44ab14a966a"
                        },
                        {
                          "emdCouponNumber": "78",
                          "segmentRef": "fb4d2c8e-d525-4217-9255-abdee9d1ec6e"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "88",
                    "id": "bf027a73-0b67-4b0c-938c-c3693b3d38db",
                    "miscFee": {
                      "dealName": "SPRING DEAL",
                      "group": "SEA",
                      "id": "5d8ba0b7-f6e7-413c-8592-654cfd1cf8c3",
                      "offerName": "MAY WEEKEND DISCOUNT",
                      "reasonForIssuance": "G",
                      "subCode": "683"
                    },
                    "offerId": {
                      "id": "d8fa6289-2918-494f-938b-58155f274924",
                      "itemId": "839eba1d-068b-4809-9d50-c793080a4646"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "OK",
                      "value": "REJECTED"
                    },
                    "pnrId": "TWWJUY",
                    "quantity": 4,
                    "specialServiceDescription": {
                      "code": "Pnxc",
                      "properties": {
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "716"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "724"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "207"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "981"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "080"
                          }
                        ]
                      },
                      "text": "IlVUcAeHNyaSudD"
                    },
                    "syntheticIdentifier": "98772528575913491767",
                    "taxExemption": true,
                    "ticketUsedForEmdPricing": "N",
                    "type": "ANCILLARY",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 16.3
                    }
                  },
                  {
                    "airExtraBundleRef": "0bc0de3b-9396-4d3f-b1d5-a13526562fbf",
                    "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",
                          "EMD_REQUIRED",
                          "EMD_REQUIRED",
                          "EMD_REQUIRED"
                        ],
                        "interlineable": true,
                        "inventoryControlled": true,
                        "paperTicketRequired": true,
                        "purchaseAtTicketIssue": false,
                        "purchaseBy": "2026-11-28",
                        "refundable": true,
                        "tourCode": "yrcKvS"
                      },
                      "bagType": "SKI",
                      "bookingMethod": {
                        "code": "6@",
                        "value": "SPECIAL_SERVICE_REQUEST"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "UPTO50LB 23KG",
                      "displayOnly": true,
                      "electronicMiscDocType": {
                        "code": "2",
                        "consumedAtIssuance": true,
                        "value": "STANDALONE"
                      },
                      "group": "BG",
                      "id": "a8-xzg",
                      "reasonForIssuance": {
                        "code": "B",
                        "value": "MERCHANDISE"
                      },
                      "sequenceNumber": 2,
                      "serviceType": {
                        "code": "yf",
                        "value": "PREPAID"
                      },
                      "specialService": {
                        "code": "PETC",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 39,
                              "min": 2,
                              "name": "AGE",
                              "optional": false,
                              "type": "TEXT",
                              "unit": "IN"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 37,
                              "min": 1,
                              "name": "SIZE",
                              "optional": true,
                              "type": "TEXT",
                              "unit": "KG"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 59,
                              "min": 3,
                              "name": "WEIGHT",
                              "optional": true,
                              "type": "TEXT",
                              "unit": "CM"
                            }
                          ]
                        },
                        "type": "STRUCTURED"
                      },
                      "ssimCode": "Ot3",
                      "subCode": "793",
                      "vendor": "MMGR",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 13.4
                        }
                      ]
                    },
                    "bookingIndicator": "19",
                    "disassociated": false,
                    "emdNumber": {
                      "number": "97123241807668"
                    },
                    "emdPaperIndicator": "E",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "17",
                          "segmentRef": "6e0efa82-652e-4fd5-9363-d6c03df33fc4"
                        },
                        {
                          "emdCouponNumber": "29",
                          "segmentRef": "8bdc259a-f51c-47c9-b449-c67b3e9aad27"
                        },
                        {
                          "emdCouponNumber": "04",
                          "segmentRef": "a63c8b32-aee4-4d9c-84e4-2fb71623a060"
                        },
                        {
                          "emdCouponNumber": "53",
                          "segmentRef": "471255e7-95a8-4f49-8382-9306ed4b7848"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "99",
                    "id": "4f61bb71-bee2-4019-bb31-d879cda71157",
                    "miscFee": {
                      "dealName": "SPRING DEAL",
                      "group": "BG",
                      "id": "f1cfcbab-527c-474d-a9f6-b4ae1ecf608b",
                      "offerName": "MAY WEEKEND DISCOUNT",
                      "reasonForIssuance": "R",
                      "subCode": "192"
                    },
                    "offerId": {
                      "id": "2ce3bc2d-22e9-457c-aeb3-4eb9f5656d6f",
                      "itemId": "3b067e63-42cc-49f4-abb4-9ed9cd6c9c2c"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "PD",
                      "value": "PENDING"
                    },
                    "pnrId": "VNDSGY",
                    "quantity": 5,
                    "specialServiceDescription": {
                      "code": "cnyq",
                      "properties": {
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "403"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "436"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "802"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "471"
                          }
                        ]
                      },
                      "text": "JPuZzOjAtOJtYjz"
                    },
                    "syntheticIdentifier": "38599584692775345085",
                    "taxExemption": false,
                    "ticketUsedForEmdPricing": "Y",
                    "type": "ANCILLARY",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 12
                    }
                  },
                  {
                    "airExtraBundleRef": "923621a5-6f34-4cfd-a547-01b8eeb23ea4",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": true,
                        "customRules": {
                          "applyHighestTierLevel": true,
                          "convertible": true,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 1
                        },
                        "exchangeable": false,
                        "feeApplicationMethod": {
                          "code": "1",
                          "value": "PER_BAGGAGE_TRAVEL"
                        },
                        "formOfRefund": {
                          "code": "3",
                          "value": "VOUCHER"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 1
                        },
                        "freeOfChargeRules": [
                          "BOOKING_REQUIRED",
                          "EMD_REQUIRED"
                        ],
                        "interlineable": false,
                        "inventoryControlled": true,
                        "paperTicketRequired": true,
                        "purchaseAtTicketIssue": false,
                        "purchaseBy": "2027-02-28",
                        "refundable": true,
                        "tourCode": "jbciEG"
                      },
                      "bagType": "BIKE",
                      "bookingMethod": {
                        "code": "0+",
                        "value": "PER_SERVICE_RECORD"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "LOUNGE ACCESS",
                      "displayOnly": true,
                      "electronicMiscDocType": {
                        "code": "3",
                        "consumedAtIssuance": true,
                        "value": "OTHER_THAN_EMD"
                      },
                      "group": "MEA",
                      "id": "pkl9Sy",
                      "reasonForIssuance": {
                        "code": "B",
                        "value": "AIR_TRANSPORTATION"
                      },
                      "sequenceNumber": 4,
                      "serviceType": {
                        "code": "BK",
                        "value": "EMBARGOES"
                      },
                      "specialService": {
                        "code": "PETC",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 34,
                              "min": 5,
                              "name": "AGE",
                              "optional": false,
                              "type": "TEXT",
                              "unit": "LB"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 67,
                              "min": 1,
                              "name": "WEIGHT",
                              "optional": true,
                              "type": "DECIMAL",
                              "unit": "KG"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 33,
                              "min": 1,
                              "name": "AGE",
                              "optional": true,
                              "type": "ENUM",
                              "unit": "KG"
                            }
                          ]
                        },
                        "type": "STRUCTURED"
                      },
                      "ssimCode": "dxR",
                      "subCode": "557",
                      "vendor": "SABR",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 17.7
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 17.3
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 8
                        }
                      ]
                    },
                    "bookingIndicator": "33",
                    "disassociated": true,
                    "emdNumber": {
                      "number": "70165683468315"
                    },
                    "emdPaperIndicator": "P",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "91",
                          "segmentRef": "11a17bf4-3c01-4f42-9b8b-dc7f1a91cffa"
                        },
                        {
                          "emdCouponNumber": "33",
                          "segmentRef": "d93a80ca-d664-4457-96cc-3e98d5ce77fb"
                        },
                        {
                          "emdCouponNumber": "27",
                          "segmentRef": "0d5e3aa4-52e6-4d53-8538-498e7c1358c7"
                        },
                        {
                          "emdCouponNumber": "60",
                          "segmentRef": "a8cdd901-8576-43d4-bd07-02a4fc33a0d3"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "98",
                    "id": "5a945f52-8798-42be-8c97-28edc1bf5177",
                    "miscFee": {
                      "dealName": "SPRING DEAL",
                      "group": "BG",
                      "id": "defded33-4653-4aa1-9a50-1624f0b2d0ac",
                      "offerName": "MAY WEEKEND DISCOUNT",
                      "reasonForIssuance": "G",
                      "subCode": "384"
                    },
                    "offerId": {
                      "id": "53f0abed-0aac-4730-9417-18e48ebbcbef",
                      "itemId": "fbfcc122-6c21-448a-bca5-5cb1bc5360a2"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "HD",
                      "value": "VERIFICATION"
                    },
                    "pnrId": "MGRGFC",
                    "quantity": 5,
                    "specialServiceDescription": {
                      "code": "pnwi",
                      "properties": {
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "593"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "669"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "323"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "441"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "983"
                          }
                        ]
                      },
                      "text": "fhbhwGXtZzUrrct"
                    },
                    "syntheticIdentifier": "77788322217361486721",
                    "taxExemption": true,
                    "ticketUsedForEmdPricing": "Y",
                    "type": "MISC_FEE",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 18.2
                    }
                  }
                ],
                "baggagePoolId": 340,
                "editCodes": {
                  "editCode": [
                    {
                      "code": "KC",
                      "id": "11ce8e36-e04c-4565-a0d5-21449fcc88ea",
                      "text": [
                        {
                          "id": "ac55d71b-8074-4465-9ecb-4ffc7a2f6ec2",
                          "lineId": "05",
                          "value": "hyxKFHehEYqtGeI"
                        },
                        {
                          "id": "3cf40bf4-cd42-4e52-a90e-e78aaa0da62e",
                          "lineId": "74",
                          "value": "owPSgbyGXugUfQU"
                        }
                      ]
                    },
                    {
                      "code": "KM",
                      "id": "6683cfb8-95d1-4aa2-93d3-65c524f4151b",
                      "text": [
                        {
                          "id": "d2c1de7f-137d-4de2-a1b5-a44f45bcabb9",
                          "lineId": "63",
                          "value": "DYpOJspbCtroOtT"
                        },
                        {
                          "id": "44374d56-fc3f-43e6-8ba3-2f79d3b6b3af",
                          "lineId": "09",
                          "value": "iGTkPXMJXjepRCU"
                        }
                      ]
                    },
                    {
                      "code": "pL",
                      "id": "1e4dea00-2cd9-44d2-8f37-79c307e14eb5",
                      "text": [
                        {
                          "id": "e7dd6ecd-aaeb-4e77-a786-3803727c90c9",
                          "lineId": "45",
                          "value": "skEkIHONHPOQKyt"
                        }
                      ]
                    },
                    {
                      "code": "qo",
                      "id": "0e1f9e48-198d-49a2-b0e6-8f9ee26effd3",
                      "text": [
                        {
                          "id": "3bb4385d-0a45-4453-b4ca-bbfb0ef018be",
                          "lineId": "01",
                          "value": "evvKEyWrjgdARkz"
                        },
                        {
                          "id": "f7e61df7-0a28-42bc-8ab6-50969f98cd45",
                          "lineId": "63",
                          "value": "kooflifrTAiUcKu"
                        },
                        {
                          "id": "386e7544-7477-43cd-b211-14a956f33c4b",
                          "lineId": "39",
                          "value": "XRrODljESgtTPnn"
                        }
                      ]
                    }
                  ]
                },
                "eligibilities": {
                  "eligibility": [
                    {
                      "notEligible": false,
                      "reason": [
                        {
                          "category": "INVALID_FLIGHT",
                          "details": "trkLmVL4T6Xu5gT2fPRZ",
                          "message": "This flight is not eligible.",
                          "property": [
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "363"
                            }
                          ]
                        }
                      ],
                      "type": "CHECK_IN"
                    },
                    {
                      "notEligible": false,
                      "reason": [
                        {
                          "category": "INVALID_FLIGHT",
                          "details": "mn2IFc3CBOwHUoRXpFCR",
                          "message": "Required travel document is missing.",
                          "property": [
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "712"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "676"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "498"
                            }
                          ]
                        },
                        {
                          "category": "MISSING_DOCUMENT",
                          "details": "8oWDe0Bpepgx6PKed3wN",
                          "message": "Payment processing failed.",
                          "property": [
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "884"
                            }
                          ]
                        }
                      ],
                      "type": "CHECK_IN"
                    },
                    {
                      "notEligible": false,
                      "reason": [
                        {
                          "category": "INVALID_FLIGHT",
                          "details": "5iGJyzsHvjzLafSwDGgU",
                          "message": "Booking has been cancelled.",
                          "property": [
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "775"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "928"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "295"
                            }
                          ]
                        }
                      ],
                      "type": "CHECK_IN"
                    },
                    {
                      "notEligible": false,
                      "reason": [
                        {
                          "category": "TOO_EARLY_FOR_CHECK_IN",
                          "details": "OsgE2TMpxVxD2p8hodws",
                          "message": "Payment processing failed.",
                          "property": [
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "600"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "410"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "447"
                            }
                          ]
                        },
                        {
                          "category": "BOOKING_CANCELLED",
                          "details": "VWPpFnOHiLw3nLEXkttW",
                          "message": "Required travel document is missing.",
                          "property": [
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "963"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "866"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "214"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "938"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "166"
                            }
                          ]
                        },
                        {
                          "category": "INVALID_FLIGHT",
                          "details": "pmLH4aN6UgfCS7FO7fpV",
                          "message": "Booking has been cancelled.",
                          "property": [
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "133"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "843"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "496"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "100"
                            }
                          ]
                        },
                        {
                          "category": "INVALID_FLIGHT",
                          "details": "ve3WreYeeW08loOSNBtm",
                          "message": "This flight is not eligible.",
                          "property": [
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "685"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "371"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "493"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "191"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "476"
                            }
                          ]
                        },
                        {
                          "category": "INSUFFICIENT_FUNDS",
                          "details": "utpcH3g7tDkazYo255Ez",
                          "message": "Payment processing failed.",
                          "property": [
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "991"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "960"
                            }
                          ]
                        }
                      ],
                      "type": "CHECK_IN"
                    }
                  ]
                },
                "id": "3264ab32-30f0-4201-b55e-c32c3cf3e99e",
                "loyaltyAccount": {
                  "id": "7806415d-84b4-40df-b7ab-cf8f62bdd66d",
                  "latestAwardDate": "2026-05-06",
                  "loyaltyTierLevel": {
                    "atpco": "67",
                    "customerInsight": "24",
                    "name": "gold",
                    "number": 1,
                    "priority": 9,
                    "tag": "Vej"
                  },
                  "memberAirline": "[ob",
                  "memberId": "2296630813",
                  "membershipStartDate": "2025-11-04",
                  "mileage": {
                    "unit": "MILES",
                    "value": 3569
                  },
                  "pnrId": "5",
                  "points": 62539,
                  "source": "SSCI"
                },
                "nonRevenuePassengerInfo": {
                  "priorityCode": "Vbm",
                  "seniorityDate": "2009-01-25T00:00:00.0Z",
                  "upgradeCode": "Rkw"
                },
                "passengerCheckInId": "xTnP9Mfd",
                "passengerFlight": [
                  {
                    "boardingPass": {
                      "agent": {
                        "city": "Vkd",
                        "country": "MU",
                        "sign": "maw"
                      },
                      "baggage": {
                        "carryOnWeight": {
                          "unit": "KG",
                          "value": 10.5
                        },
                        "checkedInBaggage": {
                          "bagTagNumber": [
                            "12345678",
                            "11223344",
                            "87654321"
                          ],
                          "quantity": 2,
                          "totalWeight": {
                            "unit": "KG",
                            "value": 6.2
                          }
                        }
                      },
                      "barCode": "fcNGKjNN4rcRhT5GHgsn25RirVCGd9e0XAGoXStx",
                      "checkInSequenceNumber": "018",
                      "deck": {
                        "code": "MIDDLE",
                        "value": "MAIN"
                      },
                      "displayData": {
                        "accommodation": "RESIDENCE SUITE",
                        "agentCityName": "Mayertstad",
                        "arrivalAirportName": "Yasminebury",
                        "boardingPassOnlyText": "BOARDING PASS ONLY",
                        "boardingTime": "2278",
                        "cabinClassCode": "T",
                        "cabinText": "FIRST CLASS",
                        "carryOnText": "CARRY-ON",
                        "childText": "INFANT",
                        "commuterAirlineName": "[object Object]",
                        "commuterOperatedByText": "OPERATED BY",
                        "departureAirportName": "Fort Deontefurt",
                        "documentTypeText": "BOARDING PASS",
                        "doorCloseTime": "6019",
                        "edifactApiText": "API OK",
                        "entitlementTexts": {
                          "fastTrack": "FAST TRACK",
                          "loungeAccess": "LOUNGE XTRA",
                          "priorityBoarding": "PRIORITY"
                        },
                        "estimatedArrivalTime": "4635",
                        "estimatedDepartureDate": "2026-08-30T00:00:00.0Z",
                        "estimatedDepartureTime": "4673",
                        "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": "sluX",
                        "plusInfantText": "PLUS INFANT",
                        "premiumText": "PREMIUM",
                        "priorityAaccessText": "PRIORITY AACCESS",
                        "priorityBoardingText": "PRIORITY BOARDING",
                        "priorityText": "PRIORITY",
                        "scheduledArrivalTime": "1208",
                        "scheduledDepartureDate": "2027-04-29T00:00:00.0Z",
                        "scheduledDepartureTime": "5992",
                        "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": 1462.51,
                        "atpcoRule": "6fPF",
                        "atpcoTariff": 23,
                        "bookingClass": "E",
                        "brand": "b2",
                        "cabinClass": "BUSINESS",
                        "cabinClassCode": "L",
                        "discountCategory": "10",
                        "fareBasisCode": "wV6yDl",
                        "governingAirline": "[ob",
                        "id": "6a26de2c-2f36-404a-a3c6-ecda20ef327d",
                        "operatingBookingClass": "N",
                        "privateTariff": false,
                        "type": "NLX",
                        "vendor": {
                          "code": "SMFC",
                          "value": "ATPCO"
                        }
                      },
                      "flightDetail": {
                        "aircraftLease": {
                          "lessorAirline": "[ob",
                          "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                        },
                        "airline": "[ob",
                        "arrivalAirport": "[ob",
                        "arrivalCountry": "SK",
                        "arrivalFlightScheduleStatus": "ON_TIME",
                        "arrivalTerminal": "Bp",
                        "arrivalTime": "2026-10-18T00:00:00.0Z",
                        "boardingTime": "1913-02-10T15:24:44.0Z",
                        "changeOfGauge": false,
                        "commuter": false,
                        "departureAirport": "[ob",
                        "departureCountry": "BQ",
                        "departureFlightScheduleStatus": "DELAYED",
                        "departureGate": "bw",
                        "departureTerminal": "So",
                        "departureTime": "2026-11-08T00:00:00.0Z",
                        "disclosureAirline": "[ob",
                        "distance": {
                          "unit": "MILES",
                          "value": 1532
                        },
                        "equipment": "795",
                        "estimatedArrivalTime": "1898-05-19T20:43:40.0Z",
                        "estimatedDepartureTime": "1967-04-21T07:21:39.0Z",
                        "flightDuration": 425,
                        "flightNumber": "9100",
                        "flightStop": [
                          {
                            "airport": "[ob",
                            "arrivalTime": "2026-08-17T00:00:00.0Z",
                            "departureTime": "2027-05-03T00:00:00.0Z",
                            "duration": 137,
                            "elapsedTime": 216
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2026-11-30T00:00:00.0Z",
                            "departureTime": "2026-10-26T00:00:00.0Z",
                            "duration": 134,
                            "elapsedTime": 251
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2027-05-10T00:00:00.0Z",
                            "departureTime": "2027-04-15T00:00:00.0Z",
                            "duration": 52,
                            "elapsedTime": 71
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2026-09-03T00:00:00.0Z",
                            "departureTime": "2026-09-04T00:00:00.0Z",
                            "duration": 98,
                            "elapsedTime": 279
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2027-03-08T00:00:00.0Z",
                            "departureTime": "2026-12-29T00:00:00.0Z",
                            "duration": 146,
                            "elapsedTime": 216
                          }
                        ],
                        "iatci": false,
                        "id": "792f453b-13ab-4a82-aade-016bf24d6e91",
                        "operatingAirline": "[ob",
                        "operatingAirlineName": "[object Object]",
                        "operatingFlightNumber": "83",
                        "span": "DOMESTIC",
                        "status": "DELAYED",
                        "subjectToGovernmentApproval": false,
                        "thirdPartyGroundHandled": false,
                        "throughFlight": false,
                        "timeToDeparture": 998
                      },
                      "formattedBoardingPass": {
                        "document": {
                          "contentType": "application/vnd.rar",
                          "name": "apropos_hypothesize.[object Object]",
                          "value": "s2RLe0uP5tpyFogM0nCBAnpvgAZYcX7K55IkW7cbgVaQaoUhQZhV51dJPV6ck2jk"
                        },
                        "image": {
                          "contentType": "text/calendar",
                          "name": "thongs_some_moment.[object Object]",
                          "value": "90RXv1JSXgA3dZEa1yzuPqNbMrrz5Bxso6JNARRoGCwow4KQ8iVMRnBqI9YAHHXV"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "font/woff",
                            "name": "sell.[object Object]",
                            "value": "BABkdfwtrjyAI4saZ5ZZkBmteGnxceHb7dwmAzIP1HnYUkkOS9OSgoUc3QU8ji4Z"
                          },
                          "layout": {
                            "contentType": "text/css",
                            "name": "gosh_how_until.[object Object]",
                            "value": "7aoEtj3TpTkSAu2iDAhFxTDLgFhlY0SigvvroJHFRIP3sH4p9GRbDFhVenRqhIfK"
                          },
                          "template": {
                            "contentType": "video/ogg",
                            "name": "yum_transcend_knowingly.[object Object]",
                            "value": "Z57MDlzuvKIqMWqht4q5plyAxmn5lsnu6OydMwtmocqY5XXCXS7FUCRboLtlhVV2"
                          },
                          "templates": [
                            {
                              "contentType": "application/x-httpd-php",
                              "name": "out_per_unto.[object Object]",
                              "value": "jZI9ZEnsgj0BgzlZvpYyjrpOgOydE9hICg2tXHxG95eVgr0OEagAxLvn4Dtgojgp"
                            },
                            {
                              "contentType": "font/otf",
                              "name": "uh_huh_youthfully_wherever.[object Object]",
                              "value": "Hkfxo43zMRmMUageu9xLHR1GqCIhVMYGvAouw2maqa0r4OV80cuhkbxWheipPMml"
                            }
                          ]
                        },
                        "supplementaryData": {
                          "accommodation": "FIRST CLASS",
                          "selectee": false,
                          "skyPriority": false,
                          "zone": "9"
                        },
                        "zpl": {
                          "contentType": "audio/webm",
                          "name": "ah.[object Object]",
                          "value": "wAmJaKVtt1BECvcH9mX2Vdvo0pT0jhLAwI2aJJSPGt0Z124R3hGQ1y0JoaFipMet"
                        }
                      },
                      "group": "pjOCVZ",
                      "loyaltyAccount": {
                        "id": "d6a26136-dc8e-42a1-a7e6-aad68ef216f8",
                        "latestAwardDate": "2025-10-31",
                        "loyaltyTierLevel": {
                          "atpco": "00",
                          "customerInsight": "64",
                          "name": "platinum",
                          "number": 2,
                          "priority": 9,
                          "tag": "aeV"
                        },
                        "memberAirline": "[ob",
                        "memberId": "0062829341",
                        "membershipStartDate": "2024-12-09",
                        "mileage": {
                          "unit": "MILES",
                          "value": 3402
                        },
                        "pnrId": "9",
                        "points": 68574,
                        "source": "PNR"
                      },
                      "personName": {
                        "first": "Amina",
                        "last": "Willms",
                        "middle": "Kennedy",
                        "prefix": "Ms.",
                        "raw": "Lynn Harris DVM",
                        "suffix": "I"
                      },
                      "priorityVerificationCard": false,
                      "recordLocator": "KQTBQH",
                      "seat": {
                        "column": "T",
                        "row": "13",
                        "value": "33F"
                      },
                      "source": "HOST",
                      "standbyPriority": "um",
                      "supplementaryData": {
                        "dhsStatus": 5,
                        "exclusiveWaitingArea": false,
                        "infraeroElectronicStamp": "21598554504099",
                        "loungeAccess": true,
                        "selectee": false,
                        "skyPriority": true,
                        "spanishLargeFamily": false,
                        "spanishResident": true,
                        "tboAirport": "[ob",
                        "throughAirport": "[ob",
                        "throughCountry": "GT"
                      },
                      "ticketCouponNumber": "27",
                      "ticketNumber": {
                        "airlineAccountingCode": "330",
                        "checkDigit": "8",
                        "number": "10180470412214",
                        "serialNumber": "4474958347"
                      },
                      "upgradePriority": "KNmz8",
                      "zone": "1"
                    },
                    "checkedIn": true,
                    "checkInNumber": 205,
                    "eligibilities": {
                      "eligibility": [
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "MISSING_DOCUMENT",
                              "details": "iO3cERgU41RDhOmArTdQ",
                              "message": "Required travel document is missing.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "354"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "070"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "207"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "329"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "341"
                                }
                              ]
                            },
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "N0ImhOtsjt5MI61wBvhl",
                              "message": "Required travel document is missing.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "933"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "211"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "323"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "900"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "486"
                                }
                              ]
                            },
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "HMG4Uzv1DEduXlaOtCf4",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "996"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "135"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "829"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "108"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "264"
                                }
                              ]
                            },
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "si0bI3O2Bn4KG1L0oFV6",
                              "message": "Required travel document is missing.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "008"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "908"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "197"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "126"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "340"
                                }
                              ]
                            },
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "x3ATJ7J179fL5LEht0yL",
                              "message": "Booking has been cancelled.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "481"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "INVALID_FLIGHT",
                              "details": "4I6X0xzP9xkgxCrMIgJH",
                              "message": "Payment processing failed.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "433"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "177"
                                }
                              ]
                            },
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "F0IIkdQ3J1dobp6dwAZD",
                              "message": "Required travel document is missing.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "758"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "767"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "090"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "995"
                                }
                              ]
                            },
                            {
                              "category": "INSUFFICIENT_FUNDS",
                              "details": "ukWtL1wGduoQEF2szE0P",
                              "message": "Required travel document is missing.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "254"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "208"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "479"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "700"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "239"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        }
                      ]
                    },
                    "flightRefs": [
                      "id01",
                      "id02"
                    ],
                    "id": "d9bb8fb6-b9db-44f0-8a76-1f3ffb28f6a9",
                    "loungeCard": {
                      "formattedLoungeCard": {
                        "image": {
                          "contentType": "image/svg+xml",
                          "name": "tentacle_inside_compassionate.[object Object]",
                          "value": "m1QOgM88NMUwJnEgeLrAy8A6FtBE2CCmGqLy7cbTBMtRjz0yvHv25hV8Mde7iBV6"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "application/vnd.oasis.opendocument.text",
                            "name": "ugh_except.[object Object]",
                            "value": "2HIQifGfuPRo2sGoPXhkPsULfnA4Y8jQxQD6bLTC4ijEEXlLkCdrBpx6n1TYp1Mr"
                          },
                          "layout": {
                            "contentType": "audio/webm",
                            "name": "same.[object Object]",
                            "value": "H4mBZ2CgA8RbpseuQJDFQLwjKbvorgYalJUGEIOdeEYKRQBUCn9K22uE7ycR1TiN"
                          },
                          "template": {
                            "contentType": "application/rtf",
                            "name": "mild.[object Object]",
                            "value": "BkOzHbM0O9YFlbBuZITlzIGXfeCukhWeY5WWHn7iieGMEfZ8YpYSY2t4gsCQMK6o"
                          },
                          "templates": [
                            {
                              "contentType": "audio/midi",
                              "name": "immediately_ouch.[object Object]",
                              "value": "Em9Iveh8Dte1Jpqm4FgD6ckf7qEQUdN7lyF3gdJZSA9fFnfjrVDXxeErpe9VQJJg"
                            },
                            {
                              "contentType": "font/woff",
                              "name": "provided.[object Object]",
                              "value": "VnEPqad4G7w0AjcSTR0bVTk5Ns9uMrcZReyYqec9Fq1YbUZktE2uB7J2XE8fPS26"
                            },
                            {
                              "contentType": "text/csv",
                              "name": "upon_anti_solace.[object Object]",
                              "value": "dOowtXzMtx7wlMb4W8ghHYy48ATwQHfKCsvZudlUS380uf9pswgJaEodMij7hCin"
                            },
                            {
                              "contentType": "application/vnd.apple.installer+xml",
                              "name": "whoever_duh_finally.[object Object]",
                              "value": "52gSXYuPJ42U9O2pqbYjIS39LKTCLEdHKeldamyPO5kDYI78B6pB87foFCSLa6WP"
                            },
                            {
                              "contentType": "application/rtf",
                              "name": "about.[object Object]",
                              "value": "HsRsia78aIRll82WgXeJ8DqpFV91sFDzL5PqYyaDnR3UzDQxgs8xObtsIulH7tFL"
                            }
                          ]
                        }
                      }
                    },
                    "preReservedSeat": {
                      "airExtraRef": "9422c07f-b477-44b7-8bd1-3018c25f5b3b",
                      "offerId": "5f6ed944-2795-4a16-8c71-d133d9edef1d",
                      "offerItemId": "d094745d-f6c6-406e-a781-abb863ab609e",
                      "type": "WINDOW",
                      "value": "5k"
                    },
                    "priorityCode": "nMh",
                    "seat": {
                      "airExtraRef": "1baf62d7-3684-472e-a98a-a16105e5016e",
                      "offerId": "28ab44c6-033c-4d33-a6e1-2e098bb8be47",
                      "offerItemId": "29825af2-0c19-45fc-8792-0650cfabcd31",
                      "type": "WINDOW",
                      "value": "gK"
                    },
                    "status": "BOARDED",
                    "upgradeCode": "Cd9"
                  },
                  {
                    "boardingPass": {
                      "agent": {
                        "city": "DLj",
                        "country": "VU",
                        "sign": "Dwi"
                      },
                      "baggage": {
                        "carryOnWeight": {
                          "unit": "KG",
                          "value": 9.6
                        },
                        "checkedInBaggage": {
                          "bagTagNumber": [
                            "11223344",
                            "12345678"
                          ],
                          "quantity": 3,
                          "totalWeight": {
                            "unit": "KG",
                            "value": 11.4
                          }
                        }
                      },
                      "barCode": "oebf8MYAvZj2AUNpSsHWe15opj2Am2xCCiLdHaiw",
                      "checkInSequenceNumber": "977",
                      "deck": {
                        "code": "UPPER",
                        "value": "UPPER"
                      },
                      "displayData": {
                        "accommodation": "RESIDENCE SUITE",
                        "agentCityName": "East Petefield",
                        "arrivalAirportName": "Maggioborough",
                        "boardingPassOnlyText": "BOARDING PASS ONLY",
                        "boardingTime": "8622",
                        "cabinClassCode": "W",
                        "cabinText": "BUSINESS",
                        "carryOnText": "CARRY-ON",
                        "childText": "CHILD",
                        "commuterAirlineName": "[object Object]",
                        "commuterOperatedByText": "OPERATED BY",
                        "departureAirportName": "Austin",
                        "documentTypeText": "BOARDING PASS",
                        "doorCloseTime": "4494",
                        "edifactApiText": "API OK",
                        "entitlementTexts": {
                          "fastTrack": "FAST TRACK",
                          "loungeAccess": "LOUNGE XTRA",
                          "priorityBoarding": "PRIORITY"
                        },
                        "estimatedArrivalTime": "2014",
                        "estimatedDepartureDate": "2027-02-05T00:00:00.0Z",
                        "estimatedDepartureTime": "5274",
                        "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": "8DQ1",
                        "plusInfantText": "PLUS INFANT",
                        "premiumText": "PREMIUM",
                        "priorityAaccessText": "PRIORITY AACCESS",
                        "priorityBoardingText": "PRIORITY BOARDING",
                        "priorityText": "PRIORITY",
                        "scheduledArrivalTime": "8779",
                        "scheduledDepartureDate": "2026-08-16T00:00:00.0Z",
                        "scheduledDepartureTime": "4120",
                        "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": 1116.33,
                        "atpcoRule": "JZJz",
                        "atpcoTariff": 39,
                        "bookingClass": "T",
                        "brand": "h8",
                        "cabinClass": "PREMIUM_BUSINESS",
                        "cabinClassCode": "h",
                        "discountCategory": "71",
                        "fareBasisCode": "NfocE3",
                        "governingAirline": "[ob",
                        "id": "95dc7685-21e6-4fea-a282-a1f3da76fdf7",
                        "operatingBookingClass": "l",
                        "privateTariff": true,
                        "type": "NLX",
                        "vendor": {
                          "code": "SMFC",
                          "value": "SITA"
                        }
                      },
                      "flightDetail": {
                        "aircraftLease": {
                          "lessorAirline": "[ob",
                          "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                        },
                        "airline": "[ob",
                        "arrivalAirport": "[ob",
                        "arrivalCountry": "MD",
                        "arrivalFlightScheduleStatus": "DELAYED",
                        "arrivalTerminal": "eO",
                        "arrivalTime": "2026-09-06T00:00:00.0Z",
                        "boardingTime": "1962-08-05T01:23:44.0Z",
                        "changeOfGauge": true,
                        "commuter": true,
                        "departureAirport": "[ob",
                        "departureCountry": "AM",
                        "departureFlightScheduleStatus": "ON_TIME",
                        "departureGate": "Vg",
                        "departureTerminal": "pw",
                        "departureTime": "2026-09-13T00:00:00.0Z",
                        "disclosureAirline": "[ob",
                        "distance": {
                          "unit": "MILES",
                          "value": 1313
                        },
                        "equipment": "824",
                        "estimatedArrivalTime": "1928-03-05T06:16:23.0Z",
                        "estimatedDepartureTime": "1908-12-10T09:46:12.0Z",
                        "flightDuration": 341,
                        "flightNumber": "48",
                        "flightStop": [
                          {
                            "airport": "[ob",
                            "arrivalTime": "2026-06-24T00:00:00.0Z",
                            "departureTime": "2027-05-27T00:00:00.0Z",
                            "duration": 88,
                            "elapsedTime": 173
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2027-04-28T00:00:00.0Z",
                            "departureTime": "2027-06-05T00:00:00.0Z",
                            "duration": 172,
                            "elapsedTime": 128
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2027-02-12T00:00:00.0Z",
                            "departureTime": "2027-04-03T00:00:00.0Z",
                            "duration": 64,
                            "elapsedTime": 110
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2027-05-20T00:00:00.0Z",
                            "departureTime": "2026-10-06T00:00:00.0Z",
                            "duration": 98,
                            "elapsedTime": 121
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2027-02-20T00:00:00.0Z",
                            "departureTime": "2026-10-16T00:00:00.0Z",
                            "duration": 75,
                            "elapsedTime": 270
                          }
                        ],
                        "iatci": false,
                        "id": "dde837af-e62f-419f-ac79-154bda966c5d",
                        "operatingAirline": "[ob",
                        "operatingAirlineName": "[object Object]",
                        "operatingFlightNumber": "59",
                        "span": "DOMESTIC",
                        "status": "ON TIME",
                        "subjectToGovernmentApproval": false,
                        "thirdPartyGroundHandled": false,
                        "throughFlight": true,
                        "timeToDeparture": 900
                      },
                      "formattedBoardingPass": {
                        "document": {
                          "contentType": "application/x-freearc",
                          "name": "bah.[object Object]",
                          "value": "BYX1IvpuKkhdSSZds0omGHiGDCUaTN40zHCRIxo9fDh3r8YJBIlsrjq57Fu4SGJD"
                        },
                        "image": {
                          "contentType": "application/epub+zip",
                          "name": "abaft_proud.[object Object]",
                          "value": "G25DC9qgkbz6mpUGsyEAI7T8XEm0DK4aS2Oe6Dq5EQ6ejIMw08t11iF4GJozRS85"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "application/xml",
                            "name": "bad_anenst.[object Object]",
                            "value": "fNUD8AnHRDQiykwCl8V57eoxBNtsKQiHPXkCKJ2uOaMarejLC7szkYRLq8JXqPEk"
                          },
                          "layout": {
                            "contentType": "application/x-bzip",
                            "name": "distant_enroll_compassionate.[object Object]",
                            "value": "LKKYyJ5Mq1UXLOUS4feMN2Vc1uzcg4rO78OsCJ9asyEZHrRH9pmqKPW6FHuAh5iN"
                          },
                          "template": {
                            "contentType": "video/3gpp2",
                            "name": "drag.[object Object]",
                            "value": "lbqb75R49dwMEGjWYSRwwswyipWOreJIznKugWCUncwdQnyuvbc53NI1obJYIIdu"
                          },
                          "templates": [
                            {
                              "contentType": "application/vnd.ms-fontobject",
                              "name": "who_impossible_know.[object Object]",
                              "value": "z0Qe4UOHrwsaLLZ15bouvcqyulyd53NZMdp2XgWyGoN61iSLMGfODvXPYxYit9vj"
                            },
                            {
                              "contentType": "application/vnd.apple.installer+xml",
                              "name": "weep_reporter.[object Object]",
                              "value": "DnudeC0pDIKvMHk6ipb7ynBaHHDVp7svc7BjCaQ668aafQiR8OdvE18Vf5rOXhjO"
                            }
                          ]
                        },
                        "supplementaryData": {
                          "accommodation": "FIRST CLASS",
                          "selectee": true,
                          "skyPriority": false,
                          "zone": "4"
                        },
                        "zpl": {
                          "contentType": "application/x-abiword",
                          "name": "speedy.[object Object]",
                          "value": "jIa4TfbwArZUSx92NJ3vkgFLzY1QoxIzla8AC5iNKjQX8iGsObRS265jsqGXaN1n"
                        }
                      },
                      "group": "m1Uim9",
                      "loyaltyAccount": {
                        "id": "013858b9-2b80-40d5-a0de-32da2e0e112b",
                        "latestAwardDate": "2026-01-07",
                        "loyaltyTierLevel": {
                          "atpco": "13",
                          "customerInsight": "60",
                          "name": "silver",
                          "number": 2,
                          "priority": 5,
                          "tag": "RgH"
                        },
                        "memberAirline": "[ob",
                        "memberId": "5509662173",
                        "membershipStartDate": "2022-07-15",
                        "mileage": {
                          "unit": "MILES",
                          "value": 1262
                        },
                        "pnrId": "7",
                        "points": 11109,
                        "source": "PNR"
                      },
                      "personName": {
                        "first": "Trinity",
                        "last": "Williamson-Mitchell",
                        "middle": "Bowie",
                        "prefix": "Mr.",
                        "raw": "Karla Hyatt",
                        "suffix": "Jr."
                      },
                      "priorityVerificationCard": true,
                      "recordLocator": "FGHQYX",
                      "seat": {
                        "column": "a",
                        "row": "09",
                        "value": "8F"
                      },
                      "source": "HOST",
                      "standbyPriority": "mI",
                      "supplementaryData": {
                        "dhsStatus": 1,
                        "exclusiveWaitingArea": false,
                        "infraeroElectronicStamp": "47975427871295",
                        "loungeAccess": false,
                        "selectee": false,
                        "skyPriority": true,
                        "spanishLargeFamily": false,
                        "spanishResident": false,
                        "tboAirport": "[ob",
                        "throughAirport": "[ob",
                        "throughCountry": "ER"
                      },
                      "ticketCouponNumber": "24",
                      "ticketNumber": {
                        "airlineAccountingCode": "866",
                        "checkDigit": "9",
                        "number": "15234989127881",
                        "serialNumber": "3296952258"
                      },
                      "upgradePriority": "HApih",
                      "zone": "9"
                    },
                    "checkedIn": true,
                    "checkInNumber": 16,
                    "eligibilities": {
                      "eligibility": [
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "tpwKnfUIJZInDsUDSeO0",
                              "message": "It is too early for check-in.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "782"
                                }
                              ]
                            },
                            {
                              "category": "MISSING_DOCUMENT",
                              "details": "Wyv1RMywj780XvzjoxP1",
                              "message": "It is too early for check-in.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "523"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "466"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "931"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "936"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        }
                      ]
                    },
                    "flightRefs": [
                      "id01",
                      "id02"
                    ],
                    "id": "b02c18b5-7338-4974-8864-eae7ba96fda6",
                    "loungeCard": {
                      "formattedLoungeCard": {
                        "image": {
                          "contentType": "application/vnd.visio",
                          "name": "shallow_oof_coarse.[object Object]",
                          "value": "thB89RMIE5A5iGbfFGPNPrRVPONtTCN92JDyGYJKu8TpaW3Mbfs3qTt0bnb7M4pK"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "application/x-bzip2",
                            "name": "where_gah.[object Object]",
                            "value": "if61sBFaAXDZVBBGsP4QE4eJXZsHF9Nrml0bNPOz7cyWgO503ZbAEHzbjQWS9W7a"
                          },
                          "layout": {
                            "contentType": "audio/3gpp",
                            "name": "creak.[object Object]",
                            "value": "ywMsGrsrMt8PNXk5uPdQ0fsOef6bnukqLYSzSAWJodOgOWElqgKM1XvDghOLssTA"
                          },
                          "template": {
                            "contentType": "image/tiff",
                            "name": "until.[object Object]",
                            "value": "uhdXnbCdj6Hie2tlKrAFqPUy4GGqSWDJg1968JIwAbjYuSMz1KSlDEf0vLJ51mO3"
                          },
                          "templates": [
                            {
                              "contentType": "application/vnd.rar",
                              "name": "pliers_adaptation.[object Object]",
                              "value": "TBLNcORgg45UkJ9lxnF2xaVzkS7RrOJwoYY0gzJnMCur99fFlGLQ8oOCP8LvHt8c"
                            },
                            {
                              "contentType": "application/vnd.oasis.opendocument.spreadsheet",
                              "name": "depute.[object Object]",
                              "value": "LRmrK4C1lcWYXITXaxrrr3643KyDihSrB9T9ynW3kMdROeUd4bY13CjwZk91htjc"
                            },
                            {
                              "contentType": "application/vnd.openxmlformats-officedocument.presentationml.presentation",
                              "name": "whoever.[object Object]",
                              "value": "PHQK6G0yIFzY412aDxRbkm9kZ0ofZ3KSca0tZ9RYYg49VI6dikm7Ix35zOHmEn3B"
                            },
                            {
                              "contentType": "text/calendar",
                              "name": "republican_duh.[object Object]",
                              "value": "XZXVDbSwNOsarJs8ykO9eSkRNsYdC4Yg5RvywaF8MdRmqQ5iKcqAVwALMmtrxzFS"
                            },
                            {
                              "contentType": "application/vnd.mozilla.xul+xml",
                              "name": "permafrost_hmph_curl.[object Object]",
                              "value": "7Np2VjXvcHRbqhHz9fmGGijjC18ypq1IWGLdqGgVHyogy3YYDHBtO7JZENeoLprR"
                            }
                          ]
                        }
                      }
                    },
                    "preReservedSeat": {
                      "airExtraRef": "f812eee3-2e32-4609-b0bf-0f1124309748",
                      "offerId": "aa02ca59-64b9-431f-a0ab-9c468916d53d",
                      "offerItemId": "121d9c43-245f-4f99-b517-9d3cdd842ba7",
                      "type": "AISLE",
                      "value": "ke"
                    },
                    "priorityCode": "zJZ",
                    "seat": {
                      "airExtraRef": "8f87c231-06da-4773-9ca3-9a23cbe0159c",
                      "offerId": "162aa541-8617-4ebc-96ab-cd73f4916432",
                      "offerItemId": "426d16a4-6a6d-43f4-9d67-aef09df8f12f",
                      "type": "WINDOW",
                      "value": "Hr"
                    },
                    "status": "BOARDED",
                    "upgradeCode": "SnO"
                  }
                ],
                "passengerOffer": {
                  "offerId": "654fd532-fbb2-431b-b6fd-ec5a7136",
                  "offerItems": [
                    {
                      "annotations": [
                        {
                          "key": "GkGQWt",
                          "value": "xCvhlCkjlm"
                        },
                        {
                          "key": "MKdltm",
                          "value": "JrLYcVgZch"
                        }
                      ],
                      "availableQuantity": 8,
                      "bannerName": "Soft",
                      "characteristics": [
                        "CH 1A W"
                      ],
                      "offerItemId": "13aa2e9b-1448-48cb-911a-e69cd005",
                      "offerName": "Licensed Bamboo Pizza",
                      "price": {
                        "currency": "FJD",
                        "value": 322.12
                      },
                      "priority": 4
                    },
                    {
                      "annotations": [
                        {
                          "key": "FHAIXS",
                          "value": "YIrSEADsaH"
                        }
                      ],
                      "availableQuantity": 21,
                      "bannerName": "Electronic",
                      "characteristics": [
                        "CH 1A W"
                      ],
                      "offerItemId": "264081b4-4851-4f41-9aa2-2ef222cd",
                      "offerName": "Frozen Wooden Car",
                      "price": {
                        "currency": "ANG",
                        "value": 74.57
                      },
                      "priority": 1
                    }
                  ]
                },
                "passengerType": "INF",
                "segmentRef": "d881a7dd-0c43-47b3-9c0b-3ed57390fb6d",
                "upgradeAvailability": [
                  {
                    "bookingClassAvailabilityRef": "88da299c-431a-4114-9296-eb638135a423",
                    "cabin": "m",
                    "description": "First",
                    "id": "0aa28099-168e-4054-b935-15ba96f3f8ed",
                    "pricedAncillaryRef": "ac7e5cb5-6caa-46bb-8607-1d9b8ec8b3c1"
                  }
                ]
              },
              {
                "additionalTravelInformation": {
                  "residencyDocumentType": {
                    "id": "4f99c674-fac4-49a8-a40c-aadea425eebe",
                    "residencyCountry": "JE",
                    "value": "REENTRY_PERMIT"
                  },
                  "returnDate": {
                    "id": "d87f3b7c-a588-4485-a00e-7da0d1c59ac5",
                    "value": "2027-06-16"
                  },
                  "stayType": {
                    "id": "8f3577c4-c0ff-42f1-9bb7-89d7df73e652",
                    "value": "VACATION"
                  },
                  "timaticDocumentType": {
                    "id": "2956133c-a466-456f-b96e-86db8e8b588b",
                    "value": "TRAVEL_PERMIT_TO_FROM_HK_AND_MO"
                  },
                  "visaVerified": {
                    "id": "d5838ef3-4d13-4a5a-af12-f011b36d9906",
                    "value": false
                  }
                },
                "airExtra": [
                  {
                    "airExtraBundleRef": "8cae5af1-6a10-426c-95d0-5d6bf8522651",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": false,
                        "customRules": {
                          "applyHighestTierLevel": true,
                          "convertible": false,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 10
                        },
                        "exchangeable": false,
                        "feeApplicationMethod": {
                          "code": "2",
                          "value": "PER_1KG_OVER_FREE_BAGGAGE_ALLOWANCE"
                        },
                        "formOfRefund": {
                          "code": "3",
                          "value": "VOUCHER"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 1
                        },
                        "freeOfChargeRules": [
                          "EMD_REQUIRED",
                          "EMD_REQUIRED",
                          "EMD_REQUIRED",
                          "EMD_REQUIRED"
                        ],
                        "interlineable": true,
                        "inventoryControlled": false,
                        "paperTicketRequired": true,
                        "purchaseAtTicketIssue": false,
                        "purchaseBy": "2026-10-02",
                        "refundable": true,
                        "tourCode": "SW74Bi"
                      },
                      "bagType": "GOLF",
                      "bookingMethod": {
                        "code": "9^",
                        "value": "SPECIAL_SERVICE_REQUEST"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "PRIORITY BOARDING",
                      "displayOnly": true,
                      "electronicMiscDocType": {
                        "code": "3",
                        "consumedAtIssuance": false,
                        "value": "ETICKET"
                      },
                      "group": "BG",
                      "id": "D_ZD2s",
                      "reasonForIssuance": {
                        "code": "G",
                        "value": "AIRPORT_SERVICES"
                      },
                      "sequenceNumber": 92,
                      "serviceType": {
                        "code": "eI",
                        "value": "CARRY_ON_BAGGAGE_ALLOWANCE"
                      },
                      "specialService": {
                        "code": "BGDA",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 23,
                              "min": 2,
                              "name": "AGE",
                              "optional": false,
                              "type": "TEXT",
                              "unit": "CM"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 10,
                              "min": 1,
                              "name": "SIZE",
                              "optional": false,
                              "type": "ENUM",
                              "unit": "IN"
                            }
                          ]
                        },
                        "type": "NOTALLOWED"
                      },
                      "ssimCode": "9Og",
                      "subCode": "347",
                      "vendor": "MMGR",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 28.3
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 45.9
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 17.1
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 15.9
                        }
                      ]
                    },
                    "bookingIndicator": "43",
                    "disassociated": false,
                    "emdNumber": {
                      "number": "93441048726313"
                    },
                    "emdPaperIndicator": "P",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "32",
                          "segmentRef": "2f7b4bf4-4ba0-4c62-b9f4-7e3be206ddcf"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "76",
                    "id": "8db0579d-d733-4ec3-be2e-51ff55d4edba",
                    "miscFee": {
                      "dealName": "SPRING DEAL",
                      "group": "SEA",
                      "id": "d00214b2-1c47-4d8c-9c36-01dc1322cb89",
                      "offerName": "OFFER A",
                      "reasonForIssuance": "R",
                      "subCode": "672"
                    },
                    "offerId": {
                      "id": "478fdb9e-07db-4e53-a7f6-5f09fb763b67",
                      "itemId": "25eedec8-a9a6-4c32-b61c-135613580ca6"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "OK",
                      "value": "WAIVED"
                    },
                    "pnrId": "YMFDFT",
                    "quantity": 1,
                    "specialServiceDescription": {
                      "code": "DnuW",
                      "properties": {
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "188"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "340"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "806"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "807"
                          }
                        ]
                      },
                      "text": "yMgRSSigOYwUsIe"
                    },
                    "syntheticIdentifier": "66797555343658959794",
                    "taxExemption": false,
                    "ticketUsedForEmdPricing": "N",
                    "type": "ANCILLARY",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 29.6
                    }
                  }
                ],
                "baggagePoolId": 139,
                "editCodes": {
                  "editCode": [
                    {
                      "code": "jX",
                      "id": "71fd332d-883c-469d-ac37-5248865f442d",
                      "text": [
                        {
                          "id": "6db10a17-7494-4f5c-a10e-fb0ced54f99f",
                          "lineId": "58",
                          "value": "JBSXLEczgnmQqJA"
                        },
                        {
                          "id": "92a2e05f-ed04-44c9-8cd9-bbf41e0690b2",
                          "lineId": "35",
                          "value": "NijXKUEKDsFTRAQ"
                        },
                        {
                          "id": "c599f3d7-4a5b-42b6-adfd-cb584033fc19",
                          "lineId": "37",
                          "value": "vwDYqxMcEchsqOy"
                        },
                        {
                          "id": "c8c1bb52-82c1-43bb-8410-f79d3a82b9ba",
                          "lineId": "87",
                          "value": "IrETZgwdrNZKmfU"
                        }
                      ]
                    }
                  ]
                },
                "eligibilities": {
                  "eligibility": [
                    {
                      "notEligible": false,
                      "reason": [
                        {
                          "category": "MISSING_DOCUMENT",
                          "details": "Km5qZms7YdrMYJu2zaCR",
                          "message": "Booking has been cancelled.",
                          "property": [
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "366"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "916"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "117"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "141"
                            }
                          ]
                        }
                      ],
                      "type": "CHECK_IN"
                    },
                    {
                      "notEligible": false,
                      "reason": [
                        {
                          "category": "TOO_EARLY_FOR_CHECK_IN",
                          "details": "tnP7TRFiAXT84ixXZAAv",
                          "message": "It is too early for check-in.",
                          "property": [
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "409"
                            }
                          ]
                        },
                        {
                          "category": "INSUFFICIENT_FUNDS",
                          "details": "DeReLMqaZglzqztYE9XF",
                          "message": "Required travel document is missing.",
                          "property": [
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "173"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "501"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "592"
                            }
                          ]
                        },
                        {
                          "category": "TOO_EARLY_FOR_CHECK_IN",
                          "details": "wgh97HVOSdBsqGLxkSMp",
                          "message": "It is too early for check-in.",
                          "property": [
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "457"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "834"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "961"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "443"
                            }
                          ]
                        },
                        {
                          "category": "BOOKING_CANCELLED",
                          "details": "z39YYhJ0mV9AdpHFgYXY",
                          "message": "Booking has been cancelled.",
                          "property": [
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "583"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "474"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "417"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "973"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "663"
                            }
                          ]
                        }
                      ],
                      "type": "CHECK_IN"
                    },
                    {
                      "notEligible": false,
                      "reason": [
                        {
                          "category": "BOOKING_CANCELLED",
                          "details": "EzOIcrjqCF8PoDcVfLBm",
                          "message": "It is too early for check-in.",
                          "property": [
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "668"
                            }
                          ]
                        }
                      ],
                      "type": "CHECK_IN"
                    }
                  ]
                },
                "id": "88063d4a-e598-466e-82db-d81fc4b9fd92",
                "loyaltyAccount": {
                  "id": "444e2444-566b-48ee-9ab2-d440324886fe",
                  "latestAwardDate": "2026-03-24",
                  "loyaltyTierLevel": {
                    "atpco": "94",
                    "customerInsight": "53",
                    "name": "platinum",
                    "number": 5,
                    "priority": 3,
                    "tag": "PqB"
                  },
                  "memberAirline": "[ob",
                  "memberId": "0407800705",
                  "membershipStartDate": "2025-02-04",
                  "mileage": {
                    "unit": "MILES",
                    "value": 3588
                  },
                  "pnrId": "8",
                  "points": 5852,
                  "source": "PNR"
                },
                "nonRevenuePassengerInfo": {
                  "priorityCode": "bxu",
                  "seniorityDate": "2026-02-22T00:00:00.0Z",
                  "upgradeCode": "36P"
                },
                "passengerCheckInId": "z2Ms4PKO",
                "passengerFlight": [
                  {
                    "boardingPass": {
                      "agent": {
                        "city": "EMs",
                        "country": "ET",
                        "sign": "JNR"
                      },
                      "baggage": {
                        "carryOnWeight": {
                          "unit": "KG",
                          "value": 6.5
                        },
                        "checkedInBaggage": {
                          "bagTagNumber": [
                            "12345678",
                            "87654321",
                            "11223344"
                          ],
                          "quantity": 1,
                          "totalWeight": {
                            "unit": "LB",
                            "value": 13.5
                          }
                        }
                      },
                      "barCode": "WNBWcjieKRYs05JN8SJnDBj7lRSyXKALWAPo4d6g",
                      "checkInSequenceNumber": "988",
                      "deck": {
                        "code": "MAIN",
                        "value": "OTHER"
                      },
                      "displayData": {
                        "accommodation": "BUSINESS",
                        "agentCityName": "East Maryjaneton",
                        "arrivalAirportName": "Lake Boyd",
                        "boardingPassOnlyText": "BOARDING PASS ONLY",
                        "boardingTime": "6706",
                        "cabinClassCode": "P",
                        "cabinText": "ECONOMY",
                        "carryOnText": "CARRY-ON",
                        "childText": "CHILD",
                        "commuterAirlineName": "[object Object]",
                        "commuterOperatedByText": "OPERATED BY",
                        "departureAirportName": "East Fausto",
                        "documentTypeText": "BOARDING PASS",
                        "doorCloseTime": "5284",
                        "edifactApiText": "API ERROR",
                        "entitlementTexts": {
                          "fastTrack": "FAST TRACK",
                          "loungeAccess": "LOUNGE XTRA",
                          "priorityBoarding": "PRIORITY"
                        },
                        "estimatedArrivalTime": "9594",
                        "estimatedDepartureDate": "2027-06-15T00:00:00.0Z",
                        "estimatedDepartureTime": "6737",
                        "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": "0E5m",
                        "plusInfantText": "PLUS INFANT",
                        "premiumText": "PREMIUM",
                        "priorityAaccessText": "PRIORITY AACCESS",
                        "priorityBoardingText": "PRIORITY BOARDING",
                        "priorityText": "PRIORITY",
                        "scheduledArrivalTime": "8191",
                        "scheduledDepartureDate": "2027-01-26T00:00:00.0Z",
                        "scheduledDepartureTime": "6056",
                        "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": 1873.09,
                        "atpcoRule": "3Fr0",
                        "atpcoTariff": 18,
                        "bookingClass": "h",
                        "brand": "4N",
                        "cabinClass": "ECONOMY",
                        "cabinClassCode": "C",
                        "discountCategory": "94",
                        "fareBasisCode": "U6cLXW",
                        "governingAirline": "[ob",
                        "id": "30e9eb39-701d-4c24-bc43-045b105ee558",
                        "operatingBookingClass": "t",
                        "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": "NO",
                        "arrivalFlightScheduleStatus": "ON_TIME",
                        "arrivalTerminal": "Xw",
                        "arrivalTime": "2026-09-12T00:00:00.0Z",
                        "boardingTime": "1952-12-13T06:34:46.0Z",
                        "changeOfGauge": false,
                        "commuter": false,
                        "departureAirport": "[ob",
                        "departureCountry": "PM",
                        "departureFlightScheduleStatus": "EARLY",
                        "departureGate": "aM",
                        "departureTerminal": "iF",
                        "departureTime": "2026-10-02T00:00:00.0Z",
                        "disclosureAirline": "[ob",
                        "distance": {
                          "unit": "MILES",
                          "value": 417
                        },
                        "equipment": "982",
                        "estimatedArrivalTime": "1924-05-31T17:36:06.0Z",
                        "estimatedDepartureTime": "1965-08-22T12:38:05.0Z",
                        "flightDuration": 192,
                        "flightNumber": "7236",
                        "flightStop": [
                          {
                            "airport": "[ob",
                            "arrivalTime": "2027-02-01T00:00:00.0Z",
                            "departureTime": "2026-10-03T00:00:00.0Z",
                            "duration": 67,
                            "elapsedTime": 233
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2027-05-13T00:00:00.0Z",
                            "departureTime": "2027-03-08T00:00:00.0Z",
                            "duration": 130,
                            "elapsedTime": 187
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2026-11-20T00:00:00.0Z",
                            "departureTime": "2027-06-03T00:00:00.0Z",
                            "duration": 120,
                            "elapsedTime": 112
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2026-09-17T00:00:00.0Z",
                            "departureTime": "2026-07-30T00:00:00.0Z",
                            "duration": 84,
                            "elapsedTime": 127
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2026-12-19T00:00:00.0Z",
                            "departureTime": "2026-07-13T00:00:00.0Z",
                            "duration": 63,
                            "elapsedTime": 223
                          }
                        ],
                        "iatci": false,
                        "id": "8b8f3cf8-b111-4f83-a97e-024691375210",
                        "operatingAirline": "[ob",
                        "operatingAirlineName": "[object Object]",
                        "operatingFlightNumber": "72",
                        "span": "DOMESTIC",
                        "status": "CANCELLED",
                        "subjectToGovernmentApproval": true,
                        "thirdPartyGroundHandled": true,
                        "throughFlight": true,
                        "timeToDeparture": 364
                      },
                      "formattedBoardingPass": {
                        "document": {
                          "contentType": "audio/mpeg",
                          "name": "yum_yahoo_idolized.[object Object]",
                          "value": "9qYvdE0YdqY3RSCEFj34HiNQnSrstXOLpsMGYrAxWuLT6serc2ggptWOebV56chI"
                        },
                        "image": {
                          "contentType": "application/java-archive",
                          "name": "orchid.[object Object]",
                          "value": "IKww6BOiMo7EhLgla1Blsc89jBOKtqjFwoTqx6d7FLFH43roieBm0EA5sh8o1W8v"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "font/otf",
                            "name": "bathhouse.[object Object]",
                            "value": "3cSiAXU0VWxu9u0rKmNjvpOMNgUnQr4dvR0ai93gHheVQ0QaoMRs018GvBzbjd6J"
                          },
                          "layout": {
                            "contentType": "video/x-msvideo",
                            "name": "yet_popularity.[object Object]",
                            "value": "Q71vIwbHCU1l6FBTSOmcQYXQ8W99cpZPdVBVoUAiCh1PttWVxd6ao4BFYvZRqax7"
                          },
                          "template": {
                            "contentType": "application/gzip",
                            "name": "stall.[object Object]",
                            "value": "5qqYabzcBZ31kWt7IvRHEYsXk8t7JJZEL14uCOY7EF4LZe8Jfh6PHH4jH9ifRMHb"
                          },
                          "templates": [
                            {
                              "contentType": "application/vnd.ms-powerpoint",
                              "name": "ack_ack.[object Object]",
                              "value": "enPbNcZJ3378bY6kl9GDZRJG7mnF6UiAOIVATJ8F4yi3gHW6Znv7vrTkK0DgTykc"
                            },
                            {
                              "contentType": "audio/3gpp",
                              "name": "hm.[object Object]",
                              "value": "j0wlWTEHQzl2YrnJwKVnQ11qxaWGI3bnbLT0pQSpgRxsXH3KlxXPT80fD09LqRIk"
                            },
                            {
                              "contentType": "font/woff2",
                              "name": "for.[object Object]",
                              "value": "OHxH0Yh0J5VCE5cqxjUXkNdmL01jywjE5ebncNiXwlFx0QJvtSgJtbht9EWlLtzg"
                            },
                            {
                              "contentType": "video/mp4",
                              "name": "worse.[object Object]",
                              "value": "RvVH1RnVnMqKAoawSLV4fEkGGhjEwM0Fx8VNjx9a9iuUtwzHRx7CHj5LKr6tfKRm"
                            }
                          ]
                        },
                        "supplementaryData": {
                          "accommodation": "RESIDENCE SUITE",
                          "selectee": false,
                          "skyPriority": true,
                          "zone": "1"
                        },
                        "zpl": {
                          "contentType": "font/ttf",
                          "name": "yuck_midst.[object Object]",
                          "value": "nm6hauySOwBd2iLP7irECKwKRkps2IJz1EgfsTA184dI9AF7utQys2fgIj7f3ucX"
                        }
                      },
                      "group": "mp7f2G",
                      "loyaltyAccount": {
                        "id": "6dc05abd-81d2-4531-b126-feeccb13c73a",
                        "latestAwardDate": "2025-10-19",
                        "loyaltyTierLevel": {
                          "atpco": "85",
                          "customerInsight": "99",
                          "name": "platinum",
                          "number": 5,
                          "priority": 10,
                          "tag": "Plu"
                        },
                        "memberAirline": "[ob",
                        "memberId": "7575824723",
                        "membershipStartDate": "2023-05-17",
                        "mileage": {
                          "unit": "MILES",
                          "value": 3216
                        },
                        "pnrId": "1",
                        "points": 65954,
                        "source": "SSCI"
                      },
                      "personName": {
                        "first": "Marisa",
                        "last": "Hermann",
                        "middle": "Sage",
                        "prefix": "Dr.",
                        "raw": "Dexter Graham-Schoen",
                        "suffix": "PhD"
                      },
                      "priorityVerificationCard": false,
                      "recordLocator": "GGWGGE",
                      "seat": {
                        "column": "T",
                        "row": "37",
                        "value": "32C"
                      },
                      "source": "EXTERNAL",
                      "standbyPriority": "rE",
                      "supplementaryData": {
                        "dhsStatus": 2,
                        "exclusiveWaitingArea": true,
                        "infraeroElectronicStamp": "58825463145240",
                        "loungeAccess": true,
                        "selectee": false,
                        "skyPriority": false,
                        "spanishLargeFamily": false,
                        "spanishResident": true,
                        "tboAirport": "[ob",
                        "throughAirport": "[ob",
                        "throughCountry": "ZA"
                      },
                      "ticketCouponNumber": "69",
                      "ticketNumber": {
                        "airlineAccountingCode": "953",
                        "checkDigit": "8",
                        "number": "74565211415023",
                        "serialNumber": "2642217516"
                      },
                      "upgradePriority": "icKnj",
                      "zone": "0"
                    },
                    "checkedIn": false,
                    "checkInNumber": 553,
                    "eligibilities": {
                      "eligibility": [
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "4E4IDUFRncysD69kQw1L",
                              "message": "It is too early for check-in.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "807"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "282"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "766"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "960"
                                }
                              ]
                            },
                            {
                              "category": "INSUFFICIENT_FUNDS",
                              "details": "9pvfvl5yOTbVjDpvmNBu",
                              "message": "Required travel document is missing.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "525"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "138"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "797"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "396"
                                }
                              ]
                            },
                            {
                              "category": "INVALID_FLIGHT",
                              "details": "DDb8lE7zVFfn9FLB3BDQ",
                              "message": "Payment processing failed.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "930"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "107"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "521"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "604"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "669"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "6Q90G3qq2zqTCIzkQlZ7",
                              "message": "Booking has been cancelled.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "717"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "077"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "171"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "841"
                                }
                              ]
                            },
                            {
                              "category": "INSUFFICIENT_FUNDS",
                              "details": "xFudZULqFmRbAGuJ4nEB",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "724"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "195"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "429"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "981"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "758"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "dNU1KSCGeRRxV7uoLjog",
                              "message": "Payment processing failed.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "101"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "479"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "253"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "090"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "046"
                                }
                              ]
                            },
                            {
                              "category": "INVALID_FLIGHT",
                              "details": "t45JdPvcKSRKljMknxvg",
                              "message": "Required travel document is missing.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "325"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "376"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "945"
                                }
                              ]
                            },
                            {
                              "category": "INVALID_FLIGHT",
                              "details": "xPBMFSwIPmxlw7eQuH3C",
                              "message": "Booking has been cancelled.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "730"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "111"
                                }
                              ]
                            },
                            {
                              "category": "INSUFFICIENT_FUNDS",
                              "details": "DMW0uzOpy4UaNuMrKYao",
                              "message": "Required travel document is missing.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "182"
                                }
                              ]
                            },
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "Fo28WPdXSyVV2cfRGLoZ",
                              "message": "Booking has been cancelled.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "331"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "546"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        }
                      ]
                    },
                    "flightRefs": [
                      "id01",
                      "id02"
                    ],
                    "id": "c9be87c0-96fa-479f-8ce4-f725b45c5e86",
                    "loungeCard": {
                      "formattedLoungeCard": {
                        "image": {
                          "contentType": "video/mp2t",
                          "name": "as_finally_t_shirt.[object Object]",
                          "value": "F9QPfcxn4zWkR70rT9sOhbKufeJsW8sCJqrGZQDpjeRhYNz1UjEW38Pvkvf9Qe5J"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "application/xhtml+xml",
                            "name": "beneath.[object Object]",
                            "value": "YWtmuklVYUPyPybu9Q1fO9a0nPew22y7AvUq1u9I0IAF5cffSMPHtENWVaPxJX8G"
                          },
                          "layout": {
                            "contentType": "font/woff",
                            "name": "absent_doing.[object Object]",
                            "value": "ApGhIY6Umw5NsrNccgjXnQp7oW0G1g7Tn783nQCI98liDWaJ6nlE9Zx85MbqkRm7"
                          },
                          "template": {
                            "contentType": "audio/webm",
                            "name": "selfishly_yieldingly.[object Object]",
                            "value": "DVstogC6XCI8vUGjTM8RDq1OccNGYstW0QTIK4e8qiDhIY9qHqQ3oYtAR3KBbdT3"
                          },
                          "templates": [
                            {
                              "contentType": "application/vnd.amazon.ebook",
                              "name": "er.[object Object]",
                              "value": "mp1zDiOEJsIlvEMlnc1wFxvbniRKWReeUvSLsG6KweDYEmXjdx90u4eYVFBV5Lee"
                            },
                            {
                              "contentType": "application/vnd.oasis.opendocument.spreadsheet",
                              "name": "nor_once_yum.[object Object]",
                              "value": "iEfkOMXcV7x4V5Un3Iaaog3HEzG7Ro6GGv5xGbZgjwuV0PKOy1sQ7Q0MpLGLnI5r"
                            },
                            {
                              "contentType": "audio/midi",
                              "name": "graceful_er_sometimes.[object Object]",
                              "value": "3d8wH4x2GWVt6dFXmczgn3VK6wZL1VFZLXnElHvx79XgcqehEoZnmMFOrGyEMYuh"
                            },
                            {
                              "contentType": "font/woff",
                              "name": "ah.[object Object]",
                              "value": "hM5bXA6fBWCYCrNgiHemrLpAJa3pBwjaXlJJCuSbBcESKUwRAg8mKbg917KA40YR"
                            },
                            {
                              "contentType": "text/javascript",
                              "name": "enrage_teriyaki_drat.[object Object]",
                              "value": "dxMA2GTCFPrp3ExSzTaLFMZkXQXIKG2Vt1guOr5IoQBIeCCSbaCYnViKE7aAh0jg"
                            }
                          ]
                        }
                      }
                    },
                    "preReservedSeat": {
                      "airExtraRef": "f2dda5d2-cc9e-411c-8df7-dd9a3ed6b11a",
                      "offerId": "6da11210-0bab-4dc2-b0d9-2b1cd23a1b06",
                      "offerItemId": "0f295ea9-d8dd-45e3-810a-82444474aa87",
                      "type": "AISLE",
                      "value": "68"
                    },
                    "priorityCode": "lxl",
                    "seat": {
                      "airExtraRef": "7d1a9235-217d-47ba-9934-25d4bd76d2de",
                      "offerId": "ad58be4b-514e-4bf0-b56d-0024d05280af",
                      "offerItemId": "c49f8519-e176-426b-85e4-1838e4e24b89",
                      "type": "MIDDLE",
                      "value": "Fb"
                    },
                    "status": "ON_PRIORITY_LIST",
                    "upgradeCode": "Nht"
                  },
                  {
                    "boardingPass": {
                      "agent": {
                        "city": "aji",
                        "country": "AG",
                        "sign": "mFb"
                      },
                      "baggage": {
                        "carryOnWeight": {
                          "unit": "LB",
                          "value": 4.8
                        },
                        "checkedInBaggage": {
                          "bagTagNumber": [
                            "87654321",
                            "12345678"
                          ],
                          "quantity": 1,
                          "totalWeight": {
                            "unit": "KG",
                            "value": 18.2
                          }
                        }
                      },
                      "barCode": "kitb7e3wHyGlRx7ptXTP6RrDAu8Y51zGW9VVGmAH",
                      "checkInSequenceNumber": "118",
                      "deck": {
                        "code": "MIDDLE",
                        "value": "MAIN"
                      },
                      "displayData": {
                        "accommodation": "BUSINESS",
                        "agentCityName": "Ogden",
                        "arrivalAirportName": "Apple Valley",
                        "boardingPassOnlyText": "BOARDING PASS ONLY",
                        "boardingTime": "5892",
                        "cabinClassCode": "m",
                        "cabinText": "ECONOMY",
                        "carryOnText": "CARRY-ON",
                        "childText": "CHILD",
                        "commuterAirlineName": "[object Object]",
                        "commuterOperatedByText": "OPERATED BY",
                        "departureAirportName": "Fadelton",
                        "documentTypeText": "BOARDING PASS",
                        "doorCloseTime": "6460",
                        "edifactApiText": "API OK",
                        "entitlementTexts": {
                          "fastTrack": "FAST TRACK",
                          "loungeAccess": "LOUNGE XTRA",
                          "priorityBoarding": "PRIORITY"
                        },
                        "estimatedArrivalTime": "6004",
                        "estimatedDepartureDate": "2026-12-11T00:00:00.0Z",
                        "estimatedDepartureTime": "9583",
                        "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": "uSLx",
                        "plusInfantText": "PLUS INFANT",
                        "premiumText": "PREMIUM",
                        "priorityAaccessText": "PRIORITY AACCESS",
                        "priorityBoardingText": "PRIORITY BOARDING",
                        "priorityText": "PRIORITY",
                        "scheduledArrivalTime": "7778",
                        "scheduledDepartureDate": "2026-09-01T00:00:00.0Z",
                        "scheduledDepartureTime": "8067",
                        "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": 605.61,
                        "atpcoRule": "SJoX",
                        "atpcoTariff": 26,
                        "bookingClass": "u",
                        "brand": "kF",
                        "cabinClass": "FIRST",
                        "cabinClassCode": "e",
                        "discountCategory": "97",
                        "fareBasisCode": "46WqRs",
                        "governingAirline": "[ob",
                        "id": "a9a53143-b3d8-4a5b-9314-bb455946316a",
                        "operatingBookingClass": "C",
                        "privateTariff": false,
                        "type": "NRF",
                        "vendor": {
                          "code": "SMFC",
                          "value": "SABRE_MYFARES_AIRLINES"
                        }
                      },
                      "flightDetail": {
                        "aircraftLease": {
                          "lessorAirline": "[ob",
                          "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                        },
                        "airline": "[ob",
                        "arrivalAirport": "[ob",
                        "arrivalCountry": "AE",
                        "arrivalFlightScheduleStatus": "EARLY",
                        "arrivalTerminal": "g3",
                        "arrivalTime": "2026-07-01T00:00:00.0Z",
                        "boardingTime": "1957-08-06T01:21:55.0Z",
                        "changeOfGauge": true,
                        "commuter": true,
                        "departureAirport": "[ob",
                        "departureCountry": "TK",
                        "departureFlightScheduleStatus": "CANCELLED",
                        "departureGate": "VD",
                        "departureTerminal": "9C",
                        "departureTime": "2027-05-18T00:00:00.0Z",
                        "disclosureAirline": "[ob",
                        "distance": {
                          "unit": "MILES",
                          "value": 2776
                        },
                        "equipment": "180",
                        "estimatedArrivalTime": "1915-09-22T11:13:57.0Z",
                        "estimatedDepartureTime": "1969-10-31T22:01:42.0Z",
                        "flightDuration": 446,
                        "flightNumber": "61",
                        "flightStop": [
                          {
                            "airport": "[ob",
                            "arrivalTime": "2027-05-30T00:00:00.0Z",
                            "departureTime": "2027-02-06T00:00:00.0Z",
                            "duration": 143,
                            "elapsedTime": 212
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2026-11-14T00:00:00.0Z",
                            "departureTime": "2027-05-27T00:00:00.0Z",
                            "duration": 142,
                            "elapsedTime": 260
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2026-07-15T00:00:00.0Z",
                            "departureTime": "2026-11-20T00:00:00.0Z",
                            "duration": 150,
                            "elapsedTime": 165
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2027-04-28T00:00:00.0Z",
                            "departureTime": "2027-01-28T00:00:00.0Z",
                            "duration": 36,
                            "elapsedTime": 109
                          }
                        ],
                        "iatci": false,
                        "id": "d88ee631-6131-4bfe-a38f-39afa6f0090e",
                        "operatingAirline": "[ob",
                        "operatingAirlineName": "[object Object]",
                        "operatingFlightNumber": "96",
                        "span": "DOMESTIC",
                        "status": "ON TIME",
                        "subjectToGovernmentApproval": true,
                        "thirdPartyGroundHandled": false,
                        "throughFlight": true,
                        "timeToDeparture": 268
                      },
                      "formattedBoardingPass": {
                        "document": {
                          "contentType": "application/vnd.ms-powerpoint",
                          "name": "once_ruin_until.[object Object]",
                          "value": "Sx1ebbw2bmDyKpR8DA2TwqcIH0FA1HsIUgoD6m5aUUqQu8zH4fsjYFHtWgwRqqKZ"
                        },
                        "image": {
                          "contentType": "application/vnd.oasis.opendocument.text",
                          "name": "while_ugh_ha.[object Object]",
                          "value": "WDLeVUwqOnhlLqQvNdl3cSV8DqWLXcshzseg2TsAjSnD402VrOSUSdb7sq13OsgJ"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "application/x-7z-compressed",
                            "name": "surface_madly.[object Object]",
                            "value": "LTh96kRVATjFU7KnfVzOXzYMmLSST0WJ4aQfdC8w0eNOpVz8bCTm0cy1NtE9UgVh"
                          },
                          "layout": {
                            "contentType": "application/x-sh",
                            "name": "aw_even.[object Object]",
                            "value": "ydoGJ57lpUly8c2DRf2HwJjfzfXwDLbqz2mAvPLvuxYg9di1fvY0iWEoBKOsaGDr"
                          },
                          "template": {
                            "contentType": "application/x-httpd-php",
                            "name": "arrogantly_extremely_represent.[object Object]",
                            "value": "nj6O5mPl6ELNuWZuug0cah7BOG6XIvyx5nRcj4aSlf3pKAhTj8QwYA2kDf8rezZw"
                          },
                          "templates": [
                            {
                              "contentType": "text/javascript",
                              "name": "controvert_up_personal.[object Object]",
                              "value": "UbISeC92cC7yq1C6lntipmLTMWqJbkzQyZPdsUwFpnAi6vC4lxdcOJxiF5ufMNlP"
                            },
                            {
                              "contentType": "application/x-abiword",
                              "name": "pro.[object Object]",
                              "value": "Mnz1MPvJfQoUHbQtP9PPuICYzpP6Ui9HhvDfLmpMCDpdBahWOLe12ZIkZOxRonfn"
                            },
                            {
                              "contentType": "application/json",
                              "name": "woot_out.[object Object]",
                              "value": "tHDkBiQ9nJabzdXF6XLkXO2zT5FHKzzVtFieYUHeSUIFZKHuEWL20hXAhaKjdSMr"
                            },
                            {
                              "contentType": "video/mp2t",
                              "name": "international.[object Object]",
                              "value": "Qm7XARC0fWGbbnTRrVBPA0sNzVwZLkbAq8VZS6LWQbzkGp9rKfhgkvBo0Bz9VuO2"
                            },
                            {
                              "contentType": "image/avif",
                              "name": "gastropod_lined_mmm.[object Object]",
                              "value": "XRjRVrhfSytxDPjdJEXFJoDbl0LFcb7pDtbZGFT6fc6oIl5Pj70VJlXHVXTAcTMD"
                            }
                          ]
                        },
                        "supplementaryData": {
                          "accommodation": "FIRST CLASS",
                          "selectee": true,
                          "skyPriority": false,
                          "zone": "6"
                        },
                        "zpl": {
                          "contentType": "application/vnd.oasis.opendocument.presentation",
                          "name": "ah_duh.[object Object]",
                          "value": "lZoLdA8hgQypvMcGrIMxuiBbKYFCgU0W80awzitis8hq91BnGbFHGQeIRvyO8GzL"
                        }
                      },
                      "group": "850eTy",
                      "loyaltyAccount": {
                        "id": "5dcf21ed-2980-4435-951d-a93c565e4927",
                        "latestAwardDate": "2025-06-24",
                        "loyaltyTierLevel": {
                          "atpco": "04",
                          "customerInsight": "29",
                          "name": "gold",
                          "number": 3,
                          "priority": 9,
                          "tag": "qSL"
                        },
                        "memberAirline": "[ob",
                        "memberId": "1382602907",
                        "membershipStartDate": "2026-05-22",
                        "mileage": {
                          "unit": "MILES",
                          "value": 4320
                        },
                        "pnrId": "6",
                        "points": 37426,
                        "source": "PNR"
                      },
                      "personName": {
                        "first": "Lavada",
                        "last": "Marvin",
                        "middle": "Nico",
                        "prefix": "Mr.",
                        "raw": "Ervin Schmitt",
                        "suffix": "I"
                      },
                      "priorityVerificationCard": false,
                      "recordLocator": "VAACTT",
                      "seat": {
                        "column": "R",
                        "row": "85",
                        "value": "26F"
                      },
                      "source": "EXTERNAL",
                      "standbyPriority": "Wb",
                      "supplementaryData": {
                        "dhsStatus": 1,
                        "exclusiveWaitingArea": false,
                        "infraeroElectronicStamp": "68386929735077",
                        "loungeAccess": false,
                        "selectee": true,
                        "skyPriority": false,
                        "spanishLargeFamily": false,
                        "spanishResident": true,
                        "tboAirport": "[ob",
                        "throughAirport": "[ob",
                        "throughCountry": "JE"
                      },
                      "ticketCouponNumber": "72",
                      "ticketNumber": {
                        "airlineAccountingCode": "564",
                        "checkDigit": "6",
                        "number": "59448457328282",
                        "serialNumber": "8156211407"
                      },
                      "upgradePriority": "aKDUj",
                      "zone": "1"
                    },
                    "checkedIn": true,
                    "checkInNumber": 397,
                    "eligibilities": {
                      "eligibility": [
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "HpN4SluSnIQLU26Xvp1R",
                              "message": "Payment processing failed.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "624"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "291"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "678"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "891"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "101"
                                }
                              ]
                            },
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "bp05VvYJY6PeTtkecDmD",
                              "message": "It is too early for check-in.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "242"
                                }
                              ]
                            },
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "hC7wQTfeL7epaYdVkfdY",
                              "message": "Required travel document is missing.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "728"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "560"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "175"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "586"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "688"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "INVALID_FLIGHT",
                              "details": "Xw4Mo1YC4wuaIm3o39Lv",
                              "message": "It is too early for check-in.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "499"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "432"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "204"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "084"
                                }
                              ]
                            },
                            {
                              "category": "INSUFFICIENT_FUNDS",
                              "details": "iRaKgJHjF82TIhOr8LBE",
                              "message": "Payment processing failed.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "887"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "064"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "033"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        }
                      ]
                    },
                    "flightRefs": [
                      "id01",
                      "id02"
                    ],
                    "id": "90a89179-439b-47eb-8de7-f861b06f6df3",
                    "loungeCard": {
                      "formattedLoungeCard": {
                        "image": {
                          "contentType": "application/octet-stream",
                          "name": "negligible_wise_hmph.[object Object]",
                          "value": "2tL9i2zC03zw7FbsITKiOb7zRCDoWSdb7aY9ceSUu6CD42XNoQzs4qBOw2JwYq73"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "font/woff2",
                            "name": "or_before.[object Object]",
                            "value": "Gt4yMA1vtNAdBkGBqiTQ44q8C8xlyclKotYRJt4xc5a62mgGX82Nrn8IqGaWrghg"
                          },
                          "layout": {
                            "contentType": "application/xml",
                            "name": "atop_yawningly.[object Object]",
                            "value": "L3tdhQkoW6xTsqyz1fWAZU0vCAG5CHovbaKHiKihzoyIes6fmTcIgI68qmDQjd3x"
                          },
                          "template": {
                            "contentType": "application/vnd.mozilla.xul+xml",
                            "name": "onto_that.[object Object]",
                            "value": "hgsF0caJJZlgkkpjO4hZNEFURis1zemHKP5sYat7tQ0OqcACQ7BvoxikhC7i3J1w"
                          },
                          "templates": [
                            {
                              "contentType": "audio/opus",
                              "name": "decriminalize_annual_option.[object Object]",
                              "value": "2N38sh8frY5Xpc23bK9d3ALMoayUaVobc6rup7k3xjVKk3WeIe6liOSX9x4BfIyd"
                            },
                            {
                              "contentType": "video/ogg",
                              "name": "divine.[object Object]",
                              "value": "Vg7R7wZjcB0ZNhU1W8wF5Ndt9fIdwuVWUMM3ACFVNHhASa0VIPJhAPczba5x7LY0"
                            },
                            {
                              "contentType": "application/xml",
                              "name": "bashfully_daily.[object Object]",
                              "value": "LCBWKUI4trADlGkxDQS5fNo01jRa1R6T7tIyJHtvEKtBYvlMNxkcdrNswVMbJXKS"
                            },
                            {
                              "contentType": "text/csv",
                              "name": "order_whopping_valentine.[object Object]",
                              "value": "aENqBOnaJGx17ERXAmYn66exKbsX15qgRTQ9Pw0gSIJtNTjAqrMPIxMcrYTDZnxa"
                            }
                          ]
                        }
                      }
                    },
                    "preReservedSeat": {
                      "airExtraRef": "dea5877a-fedf-413a-abe5-d1511ddd1658",
                      "offerId": "6f58a91b-0443-46df-a992-02a47b169657",
                      "offerItemId": "29fc0afe-3672-41c6-931b-079413736039",
                      "type": "WINDOW",
                      "value": "TK"
                    },
                    "priorityCode": "flL",
                    "seat": {
                      "airExtraRef": "b7828e4f-b7e5-44ac-b7d4-81e15c8e5ab8",
                      "offerId": "d4cd0631-55f6-4354-b491-f436f4b4e54f",
                      "offerItemId": "ce289d03-9c7e-4ee7-b257-3c9b9c5741fb",
                      "type": "MIDDLE",
                      "value": "4i"
                    },
                    "status": "NOT_CHECKED_IN",
                    "upgradeCode": "krY"
                  }
                ],
                "passengerOffer": {
                  "offerId": "7ee9a169-51f5-4243-af43-b074d516",
                  "offerItems": [
                    {
                      "annotations": [
                        {
                          "key": "xltqtg",
                          "value": "IRBNymLsqI"
                        }
                      ],
                      "availableQuantity": 45,
                      "bannerName": "Handmade",
                      "characteristics": [
                        "CH 1A W"
                      ],
                      "offerItemId": "48ecd2d3-be8d-4d51-95c4-e01acb08",
                      "offerName": "Incredible Silk Tuna",
                      "price": {
                        "currency": "HKD",
                        "value": 213.67
                      },
                      "priority": 5
                    }
                  ]
                },
                "passengerType": "ADT",
                "segmentRef": "f2a86c70-e723-4d16-80f5-018e80dfb154",
                "upgradeAvailability": [
                  {
                    "bookingClassAvailabilityRef": "85e876d7-2d27-4d6e-9477-c69fade26158",
                    "cabin": "a",
                    "description": "Business",
                    "id": "fa4f2081-d157-433e-94b1-303be4aeec74",
                    "pricedAncillaryRef": "7bbd589e-d4a2-4b03-9bc4-cc207fbcca5a"
                  }
                ]
              }
            ]
          },
          "personName": {
            "first": "Justyn",
            "last": "Ferry",
            "middle": "Angel",
            "prefix": "Dr.",
            "raw": "Jacob Heathcote DDS",
            "suffix": "DDS"
          },
          "recordLocator": "HKJQMZ",
          "requestedSearchCriteria": {
            "fulfilled": false
          },
          "requestedType": "SENIOR",
          "syntheticIdentifier": "OMhCnzXKR3l7cnI4O6JRVag4A",
          "ticket": [
            {
              "agent": {
                "duty": "Xy",
                "homeBranch": "82382",
                "homeLocation": "DnR",
                "homeStation": "5474",
                "lniata": "RoDytl",
                "sine": "wHh",
                "stationLocation": "PYT",
                "stationNumber": "1690",
                "ticketingProvider": {
                  "checkDigit": "2",
                  "name": "Pouros, Veum and Mills",
                  "number": "584",
                  "value": "As"
                },
                "type": "I",
                "workLocation": "tQd"
              },
              "discountDetails": {
                "dealName": [
                  "MEMBER_ONLY",
                  "EARLY_BIRD",
                  "SUMMER_SALE"
                ],
                "offerName": [
                  "Promo1",
                  "Promo2"
                ],
                "promotionCode": [
                  "SAVE50",
                  "SAVE20"
                ]
              },
              "expiryDate": "2026-11-06",
              "fareCalculation": "g4bXa3W2AS47b4LiIVAn",
              "fareCalculationMode": "2",
              "fareCalculationPricing": "1",
              "history": [
                {
                  "affinityHistory": [
                    {
                      "frequentFlyer": {
                        "number": "0645437621",
                        "provider": "[object Object]",
                        "tier": "JU"
                      }
                    },
                    {
                      "frequentFlyer": {
                        "number": "6887368464",
                        "provider": "[object Object]",
                        "tier": "Db"
                      }
                    },
                    {
                      "frequentFlyer": {
                        "number": "9135956387",
                        "provider": "[object Object]",
                        "tier": "YU"
                      }
                    },
                    {
                      "frequentFlyer": {
                        "number": "0562289824",
                        "provider": "[object Object]",
                        "tier": "va"
                      }
                    },
                    {
                      "frequentFlyer": {
                        "number": "9151458243",
                        "provider": "[object Object]",
                        "tier": "sY"
                      }
                    }
                  ],
                  "agent": {
                    "duty": "oY",
                    "homeLocation": "Hij",
                    "lniata": "Ojgdg6",
                    "sine": "ixd",
                    "ticketingProvider": {
                      "checkDigit": "9",
                      "name": "Kunze, Stoltenberg and Bayer",
                      "number": "389",
                      "value": "ZM"
                    },
                    "workLocation": "ezn"
                  },
                  "code": "zP",
                  "details": {
                    "accountingCode": "Yyhfls",
                    "affectedCoupons": "63",
                    "currentDocumentStatus": "yu",
                    "documentEventActivity": "cWPqT",
                    "documentPurgeTypeCode": "yI",
                    "newReservation": "YRBVFJ",
                    "oldRemark": "TWzTUHixfD",
                    "oldReservation": "YJYHWC",
                    "previousDocumentStatus": "Ev",
                    "supportingDocument": "9628633361"
                  },
                  "number": 323,
                  "relatedDocumentHistory": {
                    "miscellaneous": {
                      "affectedCoupons": "29",
                      "number": 220,
                      "sequence": 4
                    },
                    "supportingDocument": {
                      "affectedCoupons": "53",
                      "number": 833,
                      "sequence": 1
                    }
                  },
                  "sequence": 5,
                  "serviceCouponHistory": [
                    {
                      "coupon": 3,
                      "currentStatus": "uK",
                      "sequence": 2
                    },
                    {
                      "coupon": 2,
                      "currentStatus": "ph",
                      "sequence": 5
                    },
                    {
                      "coupon": 4,
                      "currentStatus": "ky",
                      "sequence": 3
                    },
                    {
                      "coupon": 1,
                      "currentStatus": "KS",
                      "sequence": 1
                    },
                    {
                      "coupon": 4,
                      "currentStatus": "pe",
                      "sequence": 3
                    }
                  ],
                  "transactionInfo": {
                    "id": "3d64de28-8a93-41e9-9f50-b74add6188d5",
                    "inputMessage": "SCaNUfPwAALbPWFcSkwS",
                    "localDateTime": "2026-06-16T00:00:00.0Z",
                    "systemDateTime": "2026-06-17T00:00:00.0Z",
                    "systemProvider": "Ruecker LLC"
                  }
                }
              ],
              "id": "4778ba1c-689a-4401-8d26-1d6cb1ff3c16",
              "issued": false,
              "issueDate": "2025-06-19T00:00:00.0Z",
              "issueTime": {
                "useForPricing": true,
                "value": "2025-11-17T00:00:00.0Z"
              },
              "payment": [
                {
                  "base": {
                    "applyCreditIndicator": false,
                    "currency": "NIO",
                    "value": 181.34
                  },
                  "cashIndicator": true,
                  "formOfPaymentType": "CHECK",
                  "paymentConfirmation": true,
                  "remarks": "rokKzcLLZF",
                  "sequence": 2,
                  "tax": {
                    "applyCreditIndicator": true,
                    "currency": "QAR",
                    "value": 463.47
                  },
                  "total": {
                    "applyCreditIndicator": true,
                    "currency": "XPF",
                    "value": 38.19
                  }
                },
                {
                  "base": {
                    "applyCreditIndicator": true,
                    "currency": "AOA",
                    "value": 408.45
                  },
                  "cashIndicator": true,
                  "formOfPaymentType": "CHECK",
                  "paymentConfirmation": false,
                  "remarks": "mNicCBDREI",
                  "sequence": 5,
                  "tax": {
                    "applyCreditIndicator": true,
                    "currency": "TRY",
                    "value": 346.92
                  },
                  "total": {
                    "applyCreditIndicator": true,
                    "currency": "KZT",
                    "value": 64.39
                  }
                }
              ],
              "presentCreditCard": false,
              "priceBreakdown": {
                "amounts": {
                  "base": {
                    "text": "222148",
                    "ticketingAmount": {
                      "applyCreditIndicator": true,
                      "currency": "DOP",
                      "value": 64.18
                    },
                    "valueCode": "0W1y"
                  },
                  "equivalent": {
                    "currencyConversion": {
                      "bankerBuyingRate": 1.0235,
                      "bankerSellingRate": 0.9952,
                      "iataClearingHouseRate": 0.9541
                    },
                    "text": "151632",
                    "ticketingAmount": {
                      "applyCreditIndicator": true,
                      "currency": "MAD",
                      "value": 43.7
                    },
                    "valueCode": "J6B0"
                  },
                  "net": {
                    "text": "389352",
                    "ticketingAmount": {
                      "applyCreditIndicator": false,
                      "currency": "PLN",
                      "value": 455.74
                    },
                    "valueCode": "d3E2"
                  },
                  "tax": [
                    {
                      "exempt": true,
                      "name": "lUMbNHZINZ",
                      "sequence": 4,
                      "status": "bR",
                      "taxCode": "jNx",
                      "text": "282105",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "MVR",
                        "value": 493.06
                      },
                      "valueCode": "XVF9"
                    }
                  ],
                  "total": {
                    "rateOfExchange": 1.0079,
                    "text": "708456",
                    "ticketingAmount": {
                      "applyCreditIndicator": false,
                      "currency": "MWK",
                      "value": 306.21
                    },
                    "valueCode": "CzOH"
                  },
                  "totalTax": {
                    "text": "948292",
                    "ticketingAmount": {
                      "applyCreditIndicator": true,
                      "currency": "PAB",
                      "value": 329.67
                    },
                    "valueCode": "1fjH"
                  }
                },
                "taxes": {
                  "tax": [
                    {
                      "exempt": true,
                      "name": "cvimtxdJaP",
                      "sequence": 5,
                      "status": "yF",
                      "taxCode": "XBN",
                      "text": "355570",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "DKK",
                        "value": 224.74
                      },
                      "valueCode": "W6G2"
                    },
                    {
                      "exempt": false,
                      "name": "xFjyfTnyhn",
                      "sequence": 5,
                      "status": "KL",
                      "taxCode": "xha",
                      "text": "928347",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "HNL",
                        "value": 16.09
                      },
                      "valueCode": "RgNw"
                    }
                  ]
                }
              },
              "refundable": false,
              "relatedDocument": {
                "conjuctive": [
                  {
                    "checkDigit": "9",
                    "number": "7568977434677",
                    "sequence": 4
                  },
                  {
                    "checkDigit": "3",
                    "number": "7034129675283",
                    "sequence": 3
                  }
                ]
              },
              "reservation": {
                "creationDate": "2025-12-19T00:00:00.0Z",
                "provider": "Wisozk - Bernier",
                "recordLocator": "SVYEGY"
              },
              "systemCreateDateTime": "2026-06-14T00:00:00.0Z",
              "ticketCoupon": [
                {
                  "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": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 1
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 185
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 172
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 175
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 128
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 21.5
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 26.6
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 23.9
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            "pricedAncillaryRef": "DQLYARfc",
                            "quantity": 2
                          },
                          {
                            "baggageRestriction": {
                              "description": "per Pound",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 1
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 173
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 84
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 55
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 149
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 153
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 31.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 10.4
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 23.2
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            "pricedAncillaryRef": "Pe8G1LLm",
                            "quantity": 1
                          }
                        ],
                        "baggageRestriction": [
                          {
                            "description": "per Pound",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 4
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 56
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 30.9
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          }
                        ],
                        "entitlementDetails": {
                          "ruleId": "x06VWd",
                          "ruleType": "FEE_WAIVER"
                        },
                        "id": "LE2nwGN_",
                        "pricedAncillaryRef": "vCgHIaaB",
                        "quantity": 2,
                        "totalWeight": [
                          {
                            "unit": "KILOGRAM",
                            "value": 19.9
                          },
                          {
                            "unit": "KILOGRAM",
                            "value": 29.6
                          },
                          {
                            "unit": "KILOGRAM",
                            "value": 2.4
                          },
                          {
                            "unit": "KILOGRAM",
                            "value": 7.1
                          },
                          {
                            "unit": "KILOGRAM",
                            "value": 47.8
                          }
                        ],
                        "unknown": false
                      },
                      "excessBaggage": [
                        {
                          "ancillaryRef": "FqHg-TmE",
                          "baggageRestriction": {
                            "description": "per Pound",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 5
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 115
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 170
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 185
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 23.8
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 22.9
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "KMF",
                            "unitDescription": "per Kilo",
                            "value": 56.49
                          },
                          "notPermitted": false,
                          "unknown": false
                        },
                        {
                          "ancillaryRef": "FBZfANPv",
                          "baggageRestriction": {
                            "description": "per Piece",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 2
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 174
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 61
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 22.6
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 24.9
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 38.8
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "UZS",
                            "unitDescription": "per Piece",
                            "value": 65.32
                          },
                          "notPermitted": false,
                          "unknown": true
                        },
                        {
                          "ancillaryRef": "IdBZhCrP",
                          "baggageRestriction": {
                            "description": "per Pound",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 3
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 150
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 130
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 140
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 25.4
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 10.6
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 45.2
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "BYN",
                            "unitDescription": "per Piece",
                            "value": 41.33
                          },
                          "notPermitted": true,
                          "unknown": false
                        }
                      ]
                    },
                    "checkedInBaggage": {
                      "baggageAllowanceDefinition": [
                        {
                          "allowanceSource": "TICKET",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 3
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 193
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 123
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 44.4
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "zGzLBY7q",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 5
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 97
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 103
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 56
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 90
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 53
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 22.8
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 43.2
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "FDnFVNxZ",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 3
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 191
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 57
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 109
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 156
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 80
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 22.7
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "4-tP5A6I",
                              "quantity": 1
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Kilo",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 5
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 60
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 140
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 67
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 173
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 33.1
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 43.2
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 19.7
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "2CQ4d2",
                            "ruleType": "OVERRIDE"
                          },
                          "id": "FY9BUpfi",
                          "pricedAncillaryRef": "nc5i-0al",
                          "quantity": 3,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 27
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 7.7
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 27.6
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 10
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 42
                            }
                          ],
                          "unknown": false
                        },
                        {
                          "allowanceSource": "ENTITLEMENTS",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 5
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 73
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 59
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 109
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 44.2
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 42.8
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 46.8
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 43
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 22.8
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "RxEN2BB5",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 1
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 166
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 145
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 6.5
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 42.7
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 31.1
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "LVYaew__",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 1
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 83
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 109
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 125
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 20.9
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 46.7
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 19.8
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 25.1
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "fJEt6LUf",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 3
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 59
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 59
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 47
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 17.3
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 24.8
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 44.5
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "y1Wd3WB8",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 1
                                },
                                "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": 40.5
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 48.1
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 1.6
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 20.7
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "p7EBARKO",
                              "quantity": 1
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Pound",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 3
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 119
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 78
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 2.1
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 21.8
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            {
                              "description": "per Pound",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 1
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 115
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 26.3
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 13.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 23.7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 47
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 17.4
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            {
                              "description": "per Kilo",
                              "designation": "3rd",
                              "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": 28
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "O6JsM4",
                            "ruleType": "FEE_WAIVER"
                          },
                          "id": "GsLQgAFv",
                          "pricedAncillaryRef": "gE_rAOWh",
                          "quantity": 2,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 19.1
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 48.2
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 10.7
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 30.1
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 40.5
                            }
                          ],
                          "unknown": true
                        },
                        {
                          "allowanceSource": "OPTIONAL_SERVICES",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 4
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 103
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 27.2
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "MPTSax93",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 5
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 172
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 86
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 146
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 69
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 6.4
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 42.9
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 26.2
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 46.5
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "TTTnPp6d",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 2
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 143
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 179
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 42.9
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 28.2
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "kvju1fPj",
                              "quantity": 1
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Pound",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 3
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 192
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 173
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 166
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 76
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 23.5
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 19.6
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 28.2
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 44.7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 41.7
                                  }
                                }
                              ],
                              "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": 169
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 117
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 175
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 179
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 196
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 19.4
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 8.6
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 3.5
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            {
                              "description": "per Piece",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 4
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 64
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 78
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 96
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 58
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 128
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 21.5
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            {
                              "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": "CENTIMETER",
                                    "value": 188
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 164
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 83
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 89
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 47.1
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 46.4
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 46.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 29.2
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "fsWKdt",
                            "ruleType": "ADDITIONAL"
                          },
                          "id": "7I8hoMK7",
                          "pricedAncillaryRef": "g5Zs2LhM",
                          "quantity": 3,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 20.6
                            }
                          ],
                          "unknown": false
                        }
                      ],
                      "excessBaggage": [
                        {
                          "ancillaryRef": "FzVXKBOQ",
                          "baggageRestriction": {
                            "description": "per Kilo",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 4
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 123
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 134
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 153
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 87
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 78
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 13.4
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 41.3
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 27
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 28.5
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 21.6
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "CUP",
                            "unitDescription": "per Kilo",
                            "value": 83.26
                          },
                          "notPermitted": true,
                          "unknown": true
                        },
                        {
                          "ancillaryRef": "y8oFDeQz",
                          "baggageRestriction": {
                            "description": "per Piece",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 1
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 196
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 52
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 31.7
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 34.8
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 11.7
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 25.3
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 23.1
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "ILS",
                            "unitDescription": "per Piece",
                            "value": 98.14
                          },
                          "notPermitted": true,
                          "unknown": true
                        },
                        {
                          "ancillaryRef": "EvzvoOu9",
                          "baggageRestriction": {
                            "description": "per Pound",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 2
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 188
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 71
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 112
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 8.7
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "JOD",
                            "unitDescription": "per Kilo",
                            "value": 34.49
                          },
                          "notPermitted": false,
                          "unknown": false
                        },
                        {
                          "ancillaryRef": "iPi20QGE",
                          "baggageRestriction": {
                            "description": "per Pound",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 2
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 150
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 10.7
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 28.3
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 41.2
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "WST",
                            "unitDescription": "per Piece",
                            "value": 75.73
                          },
                          "notPermitted": true,
                          "unknown": false
                        },
                        {
                          "ancillaryRef": "w-tY3Pab",
                          "baggageRestriction": {
                            "description": "per Pound",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 4
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 184
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 31.7
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 40.2
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 48.5
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 21.4
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 2.5
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "NIO",
                            "unitDescription": "per Piece",
                            "value": 81.17
                          },
                          "notPermitted": false,
                          "unknown": false
                        }
                      ]
                    }
                  },
                  "bookingStatus": {
                    "name": "FqFWQV",
                    "value": "CN"
                  },
                  "classOfService": "j",
                  "couponNumber": "56",
                  "couponUse": "w",
                  "currentStatus": "ZR",
                  "endDateTime": "2026-12-18T00:00:00.0Z",
                  "endLocation": "PVR",
                  "fareBasisCode": "TmOwuqq6",
                  "marketingFlightNumber": "6197",
                  "marketingProvider": {
                    "checkDigit": "3",
                    "name": "Marquardt and Sons",
                    "number": "201",
                    "value": "Nx"
                  },
                  "segmentRef": "b8e3ccde-8084-4ab3-94eb-275189e2fa00",
                  "startDateTime": "2027-06-08T00:00:00.0Z",
                  "startLocation": "Gcj",
                  "status": "VOID",
                  "stopOver": "B"
                }
              ],
              "ticketNumber": {
                "airlineAccountingCode": "709",
                "checkDigit": "6",
                "number": "63727891902768",
                "serialNumber": "6922361770"
              },
              "ticketRemark": [
                {
                  "category": "PAYMENT",
                  "header": "cxMWfLJNEi",
                  "remarkLine": "mpOM7GEEW2ZlqkIAY7ldgjU8ZrTnIoXWmcnxqAbN3VgKuMNPaH",
                  "sequence": 74,
                  "type": "Baggage"
                },
                {
                  "category": "ENDORSEMENTS",
                  "header": "YeWBbeilGI",
                  "remarkLine": "pBjbqRyfUn3P3VPE28GMYOARV6QgjXdhwP71Gq0mTNBc0fvaDo",
                  "sequence": 54,
                  "type": "Special Assistance"
                }
              ],
              "tourNumber": "rwF3uN"
            },
            {
              "agent": {
                "duty": "wb",
                "homeBranch": "89000",
                "homeLocation": "DPc",
                "homeStation": "0511",
                "lniata": "gjsOHl",
                "sine": "IWT",
                "stationLocation": "AZM",
                "stationNumber": "6542",
                "ticketingProvider": {
                  "checkDigit": "2",
                  "name": "O'Reilly, Cartwright and Hane",
                  "number": "352",
                  "value": "Mr"
                },
                "type": "J",
                "workLocation": "QpX"
              },
              "discountDetails": {
                "dealName": [
                  "MEMBER_ONLY",
                  "SUMMER_SALE",
                  "EARLY_BIRD"
                ],
                "offerName": [
                  "Promo2",
                  "Promo1"
                ],
                "promotionCode": [
                  "SAVE50",
                  "SAVE20"
                ]
              },
              "expiryDate": "2026-07-28",
              "fareCalculation": "ns5fAeNSZxvdGOft2hNX",
              "fareCalculationMode": "3",
              "fareCalculationPricing": "5",
              "history": [
                {
                  "affinityHistory": [
                    {
                      "frequentFlyer": {
                        "number": "4278337604",
                        "provider": "[object Object]",
                        "tier": "Hj"
                      }
                    },
                    {
                      "frequentFlyer": {
                        "number": "2921972638",
                        "provider": "[object Object]",
                        "tier": "QI"
                      }
                    },
                    {
                      "frequentFlyer": {
                        "number": "2247181727",
                        "provider": "[object Object]",
                        "tier": "KL"
                      }
                    },
                    {
                      "frequentFlyer": {
                        "number": "1484282266",
                        "provider": "[object Object]",
                        "tier": "kN"
                      }
                    },
                    {
                      "frequentFlyer": {
                        "number": "5474865645",
                        "provider": "[object Object]",
                        "tier": "de"
                      }
                    }
                  ],
                  "agent": {
                    "duty": "qu",
                    "homeLocation": "Jux",
                    "lniata": "Aqqkev",
                    "sine": "krx",
                    "ticketingProvider": {
                      "checkDigit": "6",
                      "name": "Hermiston - DuBuque",
                      "number": "680",
                      "value": "Ml"
                    },
                    "workLocation": "JNp"
                  },
                  "code": "Un",
                  "details": {
                    "accountingCode": "6lRTqU",
                    "affectedCoupons": "00",
                    "currentDocumentStatus": "QB",
                    "documentEventActivity": "NwNoq",
                    "documentPurgeTypeCode": "wq",
                    "newReservation": "KNZYAB",
                    "oldRemark": "gqUQheVspu",
                    "oldReservation": "FNNTPU",
                    "previousDocumentStatus": "Jr",
                    "supportingDocument": "5057000155"
                  },
                  "number": 610,
                  "relatedDocumentHistory": {
                    "miscellaneous": {
                      "affectedCoupons": "45",
                      "number": 233,
                      "sequence": 3
                    },
                    "supportingDocument": {
                      "affectedCoupons": "51",
                      "number": 258,
                      "sequence": 1
                    }
                  },
                  "sequence": 5,
                  "serviceCouponHistory": [
                    {
                      "coupon": 4,
                      "currentStatus": "Ia",
                      "sequence": 4
                    },
                    {
                      "coupon": 6,
                      "currentStatus": "hw",
                      "sequence": 3
                    },
                    {
                      "coupon": 2,
                      "currentStatus": "MR",
                      "sequence": 4
                    }
                  ],
                  "transactionInfo": {
                    "id": "572e0395-94df-4813-ab32-8597a61fc2d1",
                    "inputMessage": "oeILyvicvmMfrASqyGUs",
                    "localDateTime": "2026-06-16T00:00:00.0Z",
                    "systemDateTime": "2026-06-16T00:00:00.0Z",
                    "systemProvider": "Cartwright - Blick"
                  }
                },
                {
                  "affinityHistory": [
                    {
                      "frequentFlyer": {
                        "number": "8133503183",
                        "provider": "[object Object]",
                        "tier": "Qe"
                      }
                    },
                    {
                      "frequentFlyer": {
                        "number": "0769852150",
                        "provider": "[object Object]",
                        "tier": "jL"
                      }
                    }
                  ],
                  "agent": {
                    "duty": "zJ",
                    "homeLocation": "BJq",
                    "lniata": "B9UgMH",
                    "sine": "EJK",
                    "ticketingProvider": {
                      "checkDigit": "4",
                      "name": "Deckow, Mante and Spencer",
                      "number": "034",
                      "value": "us"
                    },
                    "workLocation": "CBu"
                  },
                  "code": "Fe",
                  "details": {
                    "accountingCode": "ZSPwFX",
                    "affectedCoupons": "16",
                    "currentDocumentStatus": "Mv",
                    "documentEventActivity": "yYQmA",
                    "documentPurgeTypeCode": "Yg",
                    "newReservation": "BJEZBR",
                    "oldRemark": "zjWuHHqfyy",
                    "oldReservation": "CYHEXP",
                    "previousDocumentStatus": "EW",
                    "supportingDocument": "2628159830"
                  },
                  "number": 323,
                  "relatedDocumentHistory": {
                    "miscellaneous": {
                      "affectedCoupons": "06",
                      "number": 131,
                      "sequence": 5
                    },
                    "supportingDocument": {
                      "affectedCoupons": "65",
                      "number": 731,
                      "sequence": 2
                    }
                  },
                  "sequence": 4,
                  "serviceCouponHistory": [
                    {
                      "coupon": 9,
                      "currentStatus": "NU",
                      "sequence": 3
                    }
                  ],
                  "transactionInfo": {
                    "id": "2117048d-99a7-48af-8b66-9e0b322421e4",
                    "inputMessage": "JiNucfRVVJIngIbfWuCb",
                    "localDateTime": "2026-06-16T00:00:00.0Z",
                    "systemDateTime": "2026-06-17T00:00:00.0Z",
                    "systemProvider": "Erdman - Dach"
                  }
                }
              ],
              "id": "95f50a51-4e52-42fc-be59-c1eea5eea90c",
              "issued": false,
              "issueDate": "2026-06-13T00:00:00.0Z",
              "issueTime": {
                "useForPricing": false,
                "value": "2026-04-08T00:00:00.0Z"
              },
              "payment": [
                {
                  "base": {
                    "applyCreditIndicator": true,
                    "currency": "VUV",
                    "value": 329.06
                  },
                  "cashIndicator": true,
                  "formOfPaymentType": "CC",
                  "paymentConfirmation": false,
                  "remarks": "QYlFBjZCjs",
                  "sequence": 1,
                  "tax": {
                    "applyCreditIndicator": false,
                    "currency": "RON",
                    "value": 284.1
                  },
                  "total": {
                    "applyCreditIndicator": false,
                    "currency": "MMK",
                    "value": 76.94
                  }
                },
                {
                  "base": {
                    "applyCreditIndicator": true,
                    "currency": "TMT",
                    "value": 263.29
                  },
                  "cashIndicator": true,
                  "formOfPaymentType": "CC",
                  "paymentConfirmation": true,
                  "remarks": "kpynnUedyQ",
                  "sequence": 4,
                  "tax": {
                    "applyCreditIndicator": false,
                    "currency": "GNF",
                    "value": 214.58
                  },
                  "total": {
                    "applyCreditIndicator": false,
                    "currency": "MMK",
                    "value": 174.97
                  }
                },
                {
                  "base": {
                    "applyCreditIndicator": false,
                    "currency": "MUR",
                    "value": 176.86
                  },
                  "cashIndicator": true,
                  "formOfPaymentType": "CC",
                  "paymentConfirmation": true,
                  "remarks": "oMoISDPjtg",
                  "sequence": 2,
                  "tax": {
                    "applyCreditIndicator": false,
                    "currency": "BRL",
                    "value": 387.52
                  },
                  "total": {
                    "applyCreditIndicator": true,
                    "currency": "TZS",
                    "value": 123.52
                  }
                },
                {
                  "base": {
                    "applyCreditIndicator": true,
                    "currency": "DKK",
                    "value": 10.13
                  },
                  "cashIndicator": false,
                  "formOfPaymentType": "CC",
                  "paymentConfirmation": true,
                  "remarks": "SyQtmWbOpX",
                  "sequence": 4,
                  "tax": {
                    "applyCreditIndicator": false,
                    "currency": "YER",
                    "value": 153.51
                  },
                  "total": {
                    "applyCreditIndicator": true,
                    "currency": "BSD",
                    "value": 107.27
                  }
                }
              ],
              "presentCreditCard": false,
              "priceBreakdown": {
                "amounts": {
                  "base": {
                    "text": "875741",
                    "ticketingAmount": {
                      "applyCreditIndicator": true,
                      "currency": "SEK",
                      "value": 389.18
                    },
                    "valueCode": "8Bbq"
                  },
                  "equivalent": {
                    "currencyConversion": {
                      "bankerBuyingRate": 0.8307,
                      "bankerSellingRate": 0.8801,
                      "iataClearingHouseRate": 1.1237
                    },
                    "text": "727210",
                    "ticketingAmount": {
                      "applyCreditIndicator": false,
                      "currency": "AOA",
                      "value": 220.15
                    },
                    "valueCode": "foQE"
                  },
                  "net": {
                    "text": "610563",
                    "ticketingAmount": {
                      "applyCreditIndicator": true,
                      "currency": "BAM",
                      "value": 469.78
                    },
                    "valueCode": "pcFa"
                  },
                  "tax": [
                    {
                      "exempt": false,
                      "name": "FGnlAKFCMz",
                      "sequence": 5,
                      "status": "dS",
                      "taxCode": "LnH",
                      "text": "076685",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "STN",
                        "value": 354.3
                      },
                      "valueCode": "Xxya"
                    },
                    {
                      "exempt": false,
                      "name": "YfeWHyUEOF",
                      "sequence": 4,
                      "status": "Xf",
                      "taxCode": "cCX",
                      "text": "249673",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "KPW",
                        "value": 97.71
                      },
                      "valueCode": "istv"
                    }
                  ],
                  "total": {
                    "rateOfExchange": 1.1965,
                    "text": "420183",
                    "ticketingAmount": {
                      "applyCreditIndicator": true,
                      "currency": "PKR",
                      "value": 486.74
                    },
                    "valueCode": "QAj5"
                  },
                  "totalTax": {
                    "text": "583399",
                    "ticketingAmount": {
                      "applyCreditIndicator": true,
                      "currency": "MUR",
                      "value": 295.7
                    },
                    "valueCode": "ugKi"
                  }
                },
                "taxes": {
                  "tax": [
                    {
                      "exempt": false,
                      "name": "EieIAutxYG",
                      "sequence": 5,
                      "status": "qJ",
                      "taxCode": "UdQ",
                      "text": "590449",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "ZAR",
                        "value": 245.73
                      },
                      "valueCode": "sopK"
                    },
                    {
                      "exempt": true,
                      "name": "TBpvNnUsnU",
                      "sequence": 5,
                      "status": "JL",
                      "taxCode": "JJu",
                      "text": "794312",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "PGK",
                        "value": 106.25
                      },
                      "valueCode": "du2n"
                    },
                    {
                      "exempt": true,
                      "name": "swwzIJLcBI",
                      "sequence": 4,
                      "status": "jP",
                      "taxCode": "noX",
                      "text": "318155",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "NOK",
                        "value": 126.36
                      },
                      "valueCode": "QhRI"
                    },
                    {
                      "exempt": true,
                      "name": "oojARajUYB",
                      "sequence": 1,
                      "status": "vA",
                      "taxCode": "iww",
                      "text": "280512",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "SSP",
                        "value": 404.23
                      },
                      "valueCode": "h4ZO"
                    }
                  ]
                }
              },
              "refundable": true,
              "relatedDocument": {
                "conjuctive": [
                  {
                    "checkDigit": "6",
                    "number": "6301747077165",
                    "sequence": 3
                  },
                  {
                    "checkDigit": "8",
                    "number": "6092516101665",
                    "sequence": 2
                  },
                  {
                    "checkDigit": "2",
                    "number": "2603065360037",
                    "sequence": 1
                  },
                  {
                    "checkDigit": "3",
                    "number": "8088132097064",
                    "sequence": 2
                  }
                ]
              },
              "reservation": {
                "creationDate": "2025-08-20T00:00:00.0Z",
                "provider": "Farrell, Fisher and Bailey",
                "recordLocator": "VQACZH"
              },
              "systemCreateDateTime": "2026-06-14T00:00:00.0Z",
              "ticketCoupon": [
                {
                  "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": 2
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 158
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 180
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 177
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 79
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 24.1
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 20.6
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 6.8
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            "pricedAncillaryRef": "SetNASOs",
                            "quantity": 2
                          },
                          {
                            "baggageRestriction": {
                              "description": "per Pound",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 3
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 77
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 85
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 159
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 6.8
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 39.1
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            "pricedAncillaryRef": "f3NvCkuB",
                            "quantity": 1
                          }
                        ],
                        "baggageRestriction": [
                          {
                            "description": "per Pound",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 3
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 197
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 130
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 136
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 132
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 95
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 28
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 26.1
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          {
                            "description": "per Piece",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 4
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 184
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 18.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": "FEET",
                                  "value": 196
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 139
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 121
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 7.3
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 49.4
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 11.6
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 32.3
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          {
                            "description": "per Pound",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 1
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 136
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 25.6
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 19.4
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 5.8
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 43.4
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          }
                        ],
                        "entitlementDetails": {
                          "ruleId": "MnNonf",
                          "ruleType": "FEE_WAIVER"
                        },
                        "id": "mIT6juHN",
                        "pricedAncillaryRef": "SkHDEqhY",
                        "quantity": 1,
                        "totalWeight": [
                          {
                            "unit": "KILOGRAM",
                            "value": 32.9
                          },
                          {
                            "unit": "KILOGRAM",
                            "value": 38.4
                          },
                          {
                            "unit": "KILOGRAM",
                            "value": 23.1
                          },
                          {
                            "unit": "KILOGRAM",
                            "value": 12.1
                          }
                        ],
                        "unknown": true
                      },
                      "excessBaggage": [
                        {
                          "ancillaryRef": "Hp0ysCTe",
                          "baggageRestriction": {
                            "description": "per Kilo",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 1
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 195
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 56
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 65
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 22.1
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 33.3
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "VND",
                            "unitDescription": "per Piece",
                            "value": 85.58
                          },
                          "notPermitted": true,
                          "unknown": true
                        },
                        {
                          "ancillaryRef": "Gc0jINal",
                          "baggageRestriction": {
                            "description": "per Kilo",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 2
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 120
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 30.7
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 17.3
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 12.1
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 47.2
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "BOB",
                            "unitDescription": "per Piece",
                            "value": 20.8
                          },
                          "notPermitted": true,
                          "unknown": true
                        }
                      ]
                    },
                    "checkedInBaggage": {
                      "baggageAllowanceDefinition": [
                        {
                          "allowanceSource": "OPTIONAL_SERVICES",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 2
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 150
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 197
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 196
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 75
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 44.1
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 39.5
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 16.4
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 39.9
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "wGXyp1zV",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 2
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 158
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 178
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 188
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 158
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 124
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 3.7
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 15.6
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 16.2
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "dUXDrA-f",
                              "quantity": 2
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Pound",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 1
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 183
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 24.3
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 27.5
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 41
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 49.1
                                  }
                                }
                              ],
                              "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": "METER",
                                    "value": 160
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 118
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 24.3
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 23.8
                                  }
                                }
                              ],
                              "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": "CENTIMETER",
                                    "value": 81
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 123
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 116
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 5.3
                                  }
                                }
                              ],
                              "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": 158
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 135
                                  }
                                }
                              ],
                              "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": 14.6
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 22.7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 33.3
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "t2zXGd",
                            "ruleType": "OVERRIDE_ALLOWANCE"
                          },
                          "id": "hG4vw79w",
                          "pricedAncillaryRef": "V7Nce242",
                          "quantity": 2,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 28.7
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 19.2
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 23
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 20.3
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 44.3
                            }
                          ],
                          "unknown": false
                        },
                        {
                          "allowanceSource": "TICKET",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 4
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 91
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 143
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 113
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 191
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 181
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 18.5
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 18.5
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 29.6
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "b8vIYQrG",
                              "quantity": 1
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Pound",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 4
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 156
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 178
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 156
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 31.1
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 36.5
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 40.6
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 21.6
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            {
                              "description": "per Kilo",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 3
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 50
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 47.2
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "henSBE",
                            "ruleType": "ADDITIONAL"
                          },
                          "id": "W97B_I94",
                          "pricedAncillaryRef": "L9Wcc-bv",
                          "quantity": 3,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 42.4
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 4.7
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 27.8
                            }
                          ],
                          "unknown": true
                        },
                        {
                          "allowanceSource": "OPTIONAL_SERVICES",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 1
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 186
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 35.2
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 8.2
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 31.8
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 1.6
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "HrKfALCN",
                              "quantity": 2
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Kilo",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 5
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 62
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 130
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 112
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 151
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 32.3
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 7.1
                                  }
                                }
                              ],
                              "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": 94
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 126
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 110
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 148
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 85
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 48.8
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 6.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 10.2
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 21.4
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 47.8
                                  }
                                }
                              ],
                              "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": 108
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 74
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 150
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 178
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 1.5
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 40.8
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 46.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 43.2
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 5.3
                                  }
                                }
                              ],
                              "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": 52
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 104
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 119
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 55
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 4
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 16.2
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            {
                              "description": "per Piece",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 5
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 139
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 197
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 145
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 14.2
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 1.7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 2.8
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 29.4
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "AZGmTB",
                            "ruleType": "ADDITIONAL"
                          },
                          "id": "7s-4p3C3",
                          "pricedAncillaryRef": "00BpQSBm",
                          "quantity": 3,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 14.2
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 32.8
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 39
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 33.8
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 36.3
                            }
                          ],
                          "unknown": false
                        }
                      ],
                      "excessBaggage": [
                        {
                          "ancillaryRef": "T2DftmCk",
                          "baggageRestriction": {
                            "description": "per Kilo",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 2
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 173
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 100
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 77
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 180
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 18.8
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 8.2
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 17.1
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "SHP",
                            "unitDescription": "per Kilo",
                            "value": 56.78
                          },
                          "notPermitted": false,
                          "unknown": false
                        },
                        {
                          "ancillaryRef": "chrQa5rF",
                          "baggageRestriction": {
                            "description": "per Pound",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 2
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 61
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 18.3
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 45.9
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "AMD",
                            "unitDescription": "per Piece",
                            "value": 79.84
                          },
                          "notPermitted": true,
                          "unknown": true
                        },
                        {
                          "ancillaryRef": "Xc1XhpAS",
                          "baggageRestriction": {
                            "description": "per Kilo",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 4
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 153
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 39.7
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 19.2
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 2.5
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 49.3
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 27.2
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "KHR",
                            "unitDescription": "per Kilo",
                            "value": 26.89
                          },
                          "notPermitted": false,
                          "unknown": false
                        },
                        {
                          "ancillaryRef": "eDrXGzJq",
                          "baggageRestriction": {
                            "description": "per Kilo",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 1
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 195
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 198
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 94
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 3.1
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 41.4
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 28.2
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "TOP",
                            "unitDescription": "per Piece",
                            "value": 75.81
                          },
                          "notPermitted": true,
                          "unknown": true
                        },
                        {
                          "ancillaryRef": "l7KCQBQ-",
                          "baggageRestriction": {
                            "description": "per Pound",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 4
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 163
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 56
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 180
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 182
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 102
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 23.7
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "BND",
                            "unitDescription": "per Kilo",
                            "value": 58.02
                          },
                          "notPermitted": true,
                          "unknown": true
                        }
                      ]
                    }
                  },
                  "bookingStatus": {
                    "name": "sJwJIj",
                    "value": "RQ"
                  },
                  "classOfService": "R",
                  "couponNumber": "85",
                  "couponUse": "s",
                  "currentStatus": "xA",
                  "endDateTime": "2026-09-30T00:00:00.0Z",
                  "endLocation": "gpM",
                  "fareBasisCode": "XbXO30jw",
                  "marketingFlightNumber": "9856",
                  "marketingProvider": {
                    "checkDigit": "5",
                    "name": "Gorczany, Marvin and Reichel",
                    "number": "417",
                    "value": "oY"
                  },
                  "segmentRef": "318b14ef-4c2b-47d7-be7a-dff0162d0252",
                  "startDateTime": "2026-12-28T00:00:00.0Z",
                  "startLocation": "VsF",
                  "status": "USED",
                  "stopOver": "v"
                },
                {
                  "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": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 2
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 141
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 150
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 124
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 132
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 111
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 44.8
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 8.6
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 33.7
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            "pricedAncillaryRef": "Kg5MX1BQ",
                            "quantity": 1
                          },
                          {
                            "baggageRestriction": {
                              "description": "per Pound",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 2
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 155
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 65
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 8.8
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            "pricedAncillaryRef": "WAJtdwoB",
                            "quantity": 2
                          },
                          {
                            "baggageRestriction": {
                              "description": "per Kilo",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 1
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 197
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 154
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 56
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 128
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 44.3
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            "pricedAncillaryRef": "EAoofxa9",
                            "quantity": 1
                          },
                          {
                            "baggageRestriction": {
                              "description": "per Pound",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 2
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 72
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 60
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 170
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 91
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 168
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 10.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 28.1
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 28.9
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            "pricedAncillaryRef": "JtdB1LrQ",
                            "quantity": 1
                          },
                          {
                            "baggageRestriction": {
                              "description": "per Kilo",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 4
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 162
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 137
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 126
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 29.5
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 4.4
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 8.2
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 21.3
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 9.5
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            "pricedAncillaryRef": "_hV1pFGl",
                            "quantity": 2
                          }
                        ],
                        "baggageRestriction": [
                          {
                            "description": "per Piece",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 4
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 151
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 4.7
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 41.4
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 9.3
                                }
                              },
                              {
                                "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": 4
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 195
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 190
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 107
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 34
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          }
                        ],
                        "entitlementDetails": {
                          "ruleId": "t2xx89",
                          "ruleType": "ADDITIONAL"
                        },
                        "id": "IsgYfQDP",
                        "pricedAncillaryRef": "mrZBiJ3y",
                        "quantity": 1,
                        "totalWeight": [
                          {
                            "unit": "KILOGRAM",
                            "value": 4.6
                          },
                          {
                            "unit": "KILOGRAM",
                            "value": 47.2
                          },
                          {
                            "unit": "KILOGRAM",
                            "value": 22.5
                          },
                          {
                            "unit": "KILOGRAM",
                            "value": 12
                          },
                          {
                            "unit": "KILOGRAM",
                            "value": 34
                          }
                        ],
                        "unknown": false
                      },
                      "excessBaggage": [
                        {
                          "ancillaryRef": "EkZ04oOP",
                          "baggageRestriction": {
                            "description": "per Pound",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 3
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 101
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 83
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 84
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 25.1
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 6.6
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 3.7
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "BAM",
                            "unitDescription": "per Piece",
                            "value": 76.88
                          },
                          "notPermitted": false,
                          "unknown": false
                        },
                        {
                          "ancillaryRef": "gUJKzi5T",
                          "baggageRestriction": {
                            "description": "per Kilo",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 3
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 190
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 169
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 186
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 21.8
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 35.1
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 28.6
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 1.7
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 33.6
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "ARS",
                            "unitDescription": "per Piece",
                            "value": 37.54
                          },
                          "notPermitted": true,
                          "unknown": false
                        },
                        {
                          "ancillaryRef": "q6oGeJI9",
                          "baggageRestriction": {
                            "description": "per Pound",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 4
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 132
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 137
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 188
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 11.9
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 1.4
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 4.3
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 16.2
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "AED",
                            "unitDescription": "per Kilo",
                            "value": 10.15
                          },
                          "notPermitted": false,
                          "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": 198
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 43.3
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "lvGj0xke",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 4
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 176
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 10.6
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 32.9
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 23.4
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 30
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "rH5nDbez",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 5
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 178
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 69
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 154
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 7.7
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 5.3
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 16
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "C9ncJFcJ",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 1
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 57
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 52
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 157
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 29.4
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 45.3
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 2.1
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 27.9
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "DRpYFBkL",
                              "quantity": 2
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Pound",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 5
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 169
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 69
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 157
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 40.4
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Piece",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 4
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 153
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 82
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 63
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 90
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 16.2
                                  }
                                }
                              ],
                              "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": "CENTIMETER",
                                    "value": 123
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 152
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 29
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 12.2
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 28.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 32.9
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Piece",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 4
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 99
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 90
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 92
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 4.5
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 21.4
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 15.5
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Pound",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 2
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 130
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 83
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 134
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 197
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 167
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 32.7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 45.5
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 1.3
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "Q2sr4j",
                            "ruleType": "FEE_WAIVER"
                          },
                          "id": "CDaE7AUI",
                          "pricedAncillaryRef": "sgA178HI",
                          "quantity": 2,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 33.1
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 21.5
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 21.6
                            }
                          ],
                          "unknown": true
                        },
                        {
                          "allowanceSource": "ENTITLEMENTS",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 4
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 154
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 191
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 140
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 86
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 81
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 49.5
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "e8XTm7Tt",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 5
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 97
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 69
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 165
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 123
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 20.8
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 16
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 12.4
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 16.9
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 25.3
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "i829eoKx",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 2
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 84
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 187
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 124
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 171
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 37.1
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "dUPdU1RK",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 1
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 64
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 88
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 63
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 14
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 29.9
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 5.8
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 7
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "pI8DH3wV",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 1
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 122
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 136
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 153
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 81
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 24.8
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "ZoMCjbTk",
                              "quantity": 2
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Pound",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 2
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 103
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 182
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 174
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 82
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 81
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 17.7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 7.5
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            {
                              "description": "per Pound",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 4
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 96
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 95
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 138
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 47.6
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 39.1
                                  }
                                }
                              ],
                              "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": "CENTIMETER",
                                    "value": 138
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 100
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 61
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 45.3
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 41.5
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 47.6
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 4.6
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Piece",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 1
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 191
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 195
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 41.3
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "w7SNT4",
                            "ruleType": "OVERRIDE"
                          },
                          "id": "vSXJtMlf",
                          "pricedAncillaryRef": "Stb0MSgy",
                          "quantity": 2,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 7.6
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 8.9
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 45.3
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 45.6
                            }
                          ],
                          "unknown": false
                        }
                      ],
                      "excessBaggage": [
                        {
                          "ancillaryRef": "tJQPHU_P",
                          "baggageRestriction": {
                            "description": "per Piece",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 1
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 133
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 40.9
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "LYD",
                            "unitDescription": "per Kilo",
                            "value": 34.48
                          },
                          "notPermitted": true,
                          "unknown": false
                        },
                        {
                          "ancillaryRef": "J2JL1d7N",
                          "baggageRestriction": {
                            "description": "per Pound",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 1
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 148
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 133
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 194
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 15
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 12.8
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 28.5
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 47.9
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "CRC",
                            "unitDescription": "per Piece",
                            "value": 78.37
                          },
                          "notPermitted": true,
                          "unknown": false
                        },
                        {
                          "ancillaryRef": "IYT0FQ_j",
                          "baggageRestriction": {
                            "description": "per Kilo",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 5
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 89
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 26.7
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 29.2
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "SLE",
                            "unitDescription": "per Piece",
                            "value": 84.65
                          },
                          "notPermitted": false,
                          "unknown": true
                        },
                        {
                          "ancillaryRef": "nHkNADXn",
                          "baggageRestriction": {
                            "description": "per Piece",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 1
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 149
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 9.7
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 39.1
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "UZS",
                            "unitDescription": "per Piece",
                            "value": 80.86
                          },
                          "notPermitted": true,
                          "unknown": true
                        },
                        {
                          "ancillaryRef": "oj_YeG_e",
                          "baggageRestriction": {
                            "description": "per Piece",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 4
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 109
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 154
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 130
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 45.1
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 43.6
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 11.5
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 8.6
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "BTN",
                            "unitDescription": "per Piece",
                            "value": 95.56
                          },
                          "notPermitted": false,
                          "unknown": false
                        }
                      ]
                    }
                  },
                  "bookingStatus": {
                    "name": "KVKnzH",
                    "value": "RQ"
                  },
                  "classOfService": "A",
                  "couponNumber": "63",
                  "couponUse": "n",
                  "currentStatus": "lL",
                  "endDateTime": "2026-09-23T00:00:00.0Z",
                  "endLocation": "bOi",
                  "fareBasisCode": "eJTVJwo8",
                  "marketingFlightNumber": "9441",
                  "marketingProvider": {
                    "checkDigit": "5",
                    "name": "Adams and Sons",
                    "number": "339",
                    "value": "Ob"
                  },
                  "segmentRef": "f88895f0-96c6-423b-acaa-34f8b0d0be24",
                  "startDateTime": "2027-06-13T00:00:00.0Z",
                  "startLocation": "wva",
                  "status": "EXCHANGED",
                  "stopOver": "J"
                },
                {
                  "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 Kilo",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 2
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 94
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 152
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 121
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 166
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 54
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 4.2
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 49.6
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 11
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 13.2
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 28.4
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            "pricedAncillaryRef": "NVgkwlti",
                            "quantity": 2
                          },
                          {
                            "baggageRestriction": {
                              "description": "per Pound",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 5
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 117
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 178
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 88
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 83
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 29.3
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 39
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 14.3
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 32.7
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            "pricedAncillaryRef": "xgGb9BQn",
                            "quantity": 2
                          },
                          {
                            "baggageRestriction": {
                              "description": "per Pound",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 5
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 132
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 174
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 119
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 29.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 4.4
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 13.5
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            "pricedAncillaryRef": "5jWsuyjN",
                            "quantity": 2
                          },
                          {
                            "baggageRestriction": {
                              "description": "per Piece",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 2
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 78
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 130
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 103
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 68
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 62
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 16.5
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            "pricedAncillaryRef": "tKH_j4W9",
                            "quantity": 1
                          },
                          {
                            "baggageRestriction": {
                              "description": "per Piece",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 4
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 101
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 174
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 49
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 10.2
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 17.6
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 21.2
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 7.7
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            "pricedAncillaryRef": "oJQ1jAXl",
                            "quantity": 1
                          }
                        ],
                        "baggageRestriction": [
                          {
                            "description": "per Piece",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 2
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 144
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 132
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 2.4
                                }
                              }
                            ],
                            "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": "METER",
                                  "value": 120
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 67
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 52
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 24.5
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 17.5
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 1.9
                                }
                              }
                            ],
                            "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": "METER",
                                  "value": 168
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 81
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 42.8
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 25.3
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 49.8
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 40.2
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 36.4
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          }
                        ],
                        "entitlementDetails": {
                          "ruleId": "8zmqac",
                          "ruleType": "OVERRIDE_ALLOWANCE"
                        },
                        "id": "i8LRYMdK",
                        "pricedAncillaryRef": "pZMLH6Js",
                        "quantity": 1,
                        "totalWeight": [
                          {
                            "unit": "KILOGRAM",
                            "value": 13.4
                          },
                          {
                            "unit": "KILOGRAM",
                            "value": 29.7
                          },
                          {
                            "unit": "KILOGRAM",
                            "value": 32.4
                          },
                          {
                            "unit": "KILOGRAM",
                            "value": 20.7
                          },
                          {
                            "unit": "KILOGRAM",
                            "value": 5.8
                          }
                        ],
                        "unknown": false
                      },
                      "excessBaggage": [
                        {
                          "ancillaryRef": "W460_u_X",
                          "baggageRestriction": {
                            "description": "per Kilo",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 3
                            },
                            "quantity": 2,
                            "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": 15.3
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 17.8
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 48.2
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 12.4
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "BIF",
                            "unitDescription": "per Piece",
                            "value": 55.51
                          },
                          "notPermitted": true,
                          "unknown": false
                        },
                        {
                          "ancillaryRef": "AabAHVbn",
                          "baggageRestriction": {
                            "description": "per Piece",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 5
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 82
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 42.2
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 48.3
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "VND",
                            "unitDescription": "per Piece",
                            "value": 55.93
                          },
                          "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": "METER",
                                      "value": 64
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 107
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 181
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 133
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 157
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 14.6
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 17
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 28.9
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 41.9
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 33.3
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "VmX0OqxE",
                              "quantity": 1
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Pound",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 2
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 59
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 74
                                  }
                                },
                                {
                                  "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
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 9.8
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 29.5
                                  }
                                }
                              ],
                              "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": "METER",
                                    "value": 69
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 125
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 2.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 7.3
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 8.9
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "3RGeOq",
                            "ruleType": "OVERRIDE"
                          },
                          "id": "IdZeYujq",
                          "pricedAncillaryRef": "jrbkWHo6",
                          "quantity": 2,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 29.2
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 38.2
                            }
                          ],
                          "unknown": false
                        },
                        {
                          "allowanceSource": "OPTIONAL_SERVICES",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 5
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 81
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 200
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 28
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "MPq0PdYl",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 4
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 98
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 145
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 8.8
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 5.8
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 30.7
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 28.6
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "0wcXSb25",
                              "quantity": 2
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Pound",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 3
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 147
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 71
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 162
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 24.7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 25.2
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            {
                              "description": "per Piece",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 5
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 195
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 176
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 108
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 33.5
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 34.2
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "aItEnr",
                            "ruleType": "OVERRIDE"
                          },
                          "id": "58GggsJk",
                          "pricedAncillaryRef": "8_fcIu_k",
                          "quantity": 2,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 7
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 36.6
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 16.8
                            }
                          ],
                          "unknown": true
                        },
                        {
                          "allowanceSource": "OPTIONAL_SERVICES",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 1
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 199
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 29.6
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "QIai2fX7",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 5
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 132
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 39.9
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 38.4
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 31.5
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 33.9
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 22.2
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "-ItZ5IQ-",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 1
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 186
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 144
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 69
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 58
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 81
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 24.7
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 5.9
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 25.2
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 11.1
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "uU0KGT-0",
                              "quantity": 1
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Piece",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 5
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 92
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 105
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 157
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 44.8
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            {
                              "description": "per Piece",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 1
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 92
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 73
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 119
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 198
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 93
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 47.2
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 3
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 13.6
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "2Xvovw",
                            "ruleType": "OVERRIDE"
                          },
                          "id": "rqztfLNv",
                          "pricedAncillaryRef": "cXXSkNl2",
                          "quantity": 1,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 26.8
                            }
                          ],
                          "unknown": false
                        },
                        {
                          "allowanceSource": "TICKET",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 2
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 111
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 26.8
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 47.8
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "EzSOqSLf",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 3
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 134
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 183
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 154
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 128
                                    }
                                  }
                                ],
                                "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
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "uT29l3Ee",
                              "quantity": 1
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Kilo",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 5
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 96
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 52
                                  }
                                }
                              ],
                              "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
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 26.2
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 9.6
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 13.9
                                  }
                                }
                              ],
                              "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": "INCH",
                                    "value": 180
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 39.6
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 6.1
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 30
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            {
                              "description": "per Kilo",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 2
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 76
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 4.1
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 36.5
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 33.1
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 12
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 2.3
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "StzlP0",
                            "ruleType": "ADDITIONAL"
                          },
                          "id": "UlPqHG43",
                          "pricedAncillaryRef": "FUrxJCaV",
                          "quantity": 1,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 5.1
                            }
                          ],
                          "unknown": true
                        }
                      ],
                      "excessBaggage": [
                        {
                          "ancillaryRef": "Msz87mHj",
                          "baggageRestriction": {
                            "description": "per Piece",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 4
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 52
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 167
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 22.6
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 28.9
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 16.4
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "BGN",
                            "unitDescription": "per Piece",
                            "value": 28.98
                          },
                          "notPermitted": true,
                          "unknown": false
                        }
                      ]
                    }
                  },
                  "bookingStatus": {
                    "name": "PUeljW",
                    "value": "RQ"
                  },
                  "classOfService": "v",
                  "couponNumber": "64",
                  "couponUse": "U",
                  "currentStatus": "pj",
                  "endDateTime": "2027-01-15T00:00:00.0Z",
                  "endLocation": "irq",
                  "fareBasisCode": "0e6JSOBw",
                  "marketingFlightNumber": "0559",
                  "marketingProvider": {
                    "checkDigit": "0",
                    "name": "Robel, Lynch and Wehner",
                    "number": "596",
                    "value": "Sw"
                  },
                  "segmentRef": "986be9c9-0c41-44e8-a898-8203c26fb18f",
                  "startDateTime": "2026-06-19T00:00:00.0Z",
                  "startLocation": "zOH",
                  "status": "NO_SEAT",
                  "stopOver": "x"
                }
              ],
              "ticketNumber": {
                "airlineAccountingCode": "435",
                "checkDigit": "7",
                "number": "65646243242245",
                "serialNumber": "8930834504"
              },
              "ticketRemark": [
                {
                  "category": "PREPAID",
                  "header": "oZtfaPzkaA",
                  "remarkLine": "xDO9ZxdfEwoVWZMsrLsoaGZ5KjGGiBHMbGCXAYWs4YmvTLEDt6",
                  "sequence": 77,
                  "type": "General"
                },
                {
                  "category": "PAYMENT",
                  "header": "XqpwzFivyj",
                  "remarkLine": "4Plqc34cWVQGinogbLJsqA9XGiB0ODbEF6xVA7S0Vnxf05n7Bd",
                  "sequence": 10,
                  "type": "Baggage"
                },
                {
                  "category": "PASSENGER",
                  "header": "NcLtNANYio",
                  "remarkLine": "vTpHXPjAhqR7Sasi0p7ZdwPXjlTE98e8MdonLfPV1sxIpOl8h8",
                  "sequence": 59,
                  "type": "Special Assistance"
                }
              ],
              "tourNumber": "5XGTgy"
            },
            {
              "agent": {
                "duty": "KL",
                "homeBranch": "68589",
                "homeLocation": "LWs",
                "homeStation": "5192",
                "lniata": "TOUu1P",
                "sine": "qsc",
                "stationLocation": "Wsh",
                "stationNumber": "4957",
                "ticketingProvider": {
                  "checkDigit": "6",
                  "name": "Reichert, Hickle and Swift",
                  "number": "512",
                  "value": "wz"
                },
                "type": "I",
                "workLocation": "MHa"
              },
              "discountDetails": {
                "dealName": [
                  "MEMBER_ONLY",
                  "EARLY_BIRD",
                  "SUMMER_SALE"
                ],
                "offerName": [
                  "Promo2",
                  "Promo1"
                ],
                "promotionCode": [
                  "SAVE20",
                  "SAVE50"
                ]
              },
              "expiryDate": "2026-07-28",
              "fareCalculation": "ibIGEBg317nUzMRpV7sC",
              "fareCalculationMode": "7",
              "fareCalculationPricing": "6",
              "history": [
                {
                  "affinityHistory": [
                    {
                      "frequentFlyer": {
                        "number": "3933336591",
                        "provider": "[object Object]",
                        "tier": "ig"
                      }
                    },
                    {
                      "frequentFlyer": {
                        "number": "2727775978",
                        "provider": "[object Object]",
                        "tier": "zh"
                      }
                    },
                    {
                      "frequentFlyer": {
                        "number": "2271322169",
                        "provider": "[object Object]",
                        "tier": "es"
                      }
                    },
                    {
                      "frequentFlyer": {
                        "number": "2753755886",
                        "provider": "[object Object]",
                        "tier": "KY"
                      }
                    },
                    {
                      "frequentFlyer": {
                        "number": "1029404693",
                        "provider": "[object Object]",
                        "tier": "Bp"
                      }
                    }
                  ],
                  "agent": {
                    "duty": "ub",
                    "homeLocation": "ktj",
                    "lniata": "iuCdoc",
                    "sine": "mll",
                    "ticketingProvider": {
                      "checkDigit": "2",
                      "name": "Gottlieb LLC",
                      "number": "365",
                      "value": "xm"
                    },
                    "workLocation": "kLk"
                  },
                  "code": "Jl",
                  "details": {
                    "accountingCode": "E5xDJk",
                    "affectedCoupons": "99",
                    "currentDocumentStatus": "uB",
                    "documentEventActivity": "SgzVH",
                    "documentPurgeTypeCode": "LL",
                    "newReservation": "ECRZJD",
                    "oldRemark": "cqeLmJbJdF",
                    "oldReservation": "CVYKTP",
                    "previousDocumentStatus": "ZI",
                    "supportingDocument": "8799284778"
                  },
                  "number": 338,
                  "relatedDocumentHistory": {
                    "miscellaneous": {
                      "affectedCoupons": "31",
                      "number": 789,
                      "sequence": 2
                    },
                    "supportingDocument": {
                      "affectedCoupons": "49",
                      "number": 704,
                      "sequence": 5
                    }
                  },
                  "sequence": 2,
                  "serviceCouponHistory": [
                    {
                      "coupon": 9,
                      "currentStatus": "hr",
                      "sequence": 3
                    },
                    {
                      "coupon": 4,
                      "currentStatus": "SS",
                      "sequence": 2
                    }
                  ],
                  "transactionInfo": {
                    "id": "d2b687f0-ac34-470b-b591-0ceda2529742",
                    "inputMessage": "HHacvLXJxzuvqHVuIyzH",
                    "localDateTime": "2026-06-16T00:00:00.0Z",
                    "systemDateTime": "2026-06-16T00:00:00.0Z",
                    "systemProvider": "Altenwerth LLC"
                  }
                },
                {
                  "affinityHistory": [
                    {
                      "frequentFlyer": {
                        "number": "3322488586",
                        "provider": "[object Object]",
                        "tier": "oU"
                      }
                    },
                    {
                      "frequentFlyer": {
                        "number": "7412560264",
                        "provider": "[object Object]",
                        "tier": "jl"
                      }
                    }
                  ],
                  "agent": {
                    "duty": "zV",
                    "homeLocation": "ZnX",
                    "lniata": "EzE6yh",
                    "sine": "dcG",
                    "ticketingProvider": {
                      "checkDigit": "8",
                      "name": "Kovacek, Schmeler and Nicolas",
                      "number": "711",
                      "value": "Sa"
                    },
                    "workLocation": "zMW"
                  },
                  "code": "Ai",
                  "details": {
                    "accountingCode": "poIciT",
                    "affectedCoupons": "96",
                    "currentDocumentStatus": "qo",
                    "documentEventActivity": "qTeZp",
                    "documentPurgeTypeCode": "gu",
                    "newReservation": "YAENVC",
                    "oldRemark": "WaxJfVLojN",
                    "oldReservation": "AMUSNT",
                    "previousDocumentStatus": "aj",
                    "supportingDocument": "6095879431"
                  },
                  "number": 835,
                  "relatedDocumentHistory": {
                    "miscellaneous": {
                      "affectedCoupons": "19",
                      "number": 431,
                      "sequence": 3
                    },
                    "supportingDocument": {
                      "affectedCoupons": "40",
                      "number": 361,
                      "sequence": 1
                    }
                  },
                  "sequence": 2,
                  "serviceCouponHistory": [
                    {
                      "coupon": 3,
                      "currentStatus": "kv",
                      "sequence": 4
                    },
                    {
                      "coupon": 6,
                      "currentStatus": "dv",
                      "sequence": 2
                    },
                    {
                      "coupon": 9,
                      "currentStatus": "Rw",
                      "sequence": 5
                    },
                    {
                      "coupon": 4,
                      "currentStatus": "DG",
                      "sequence": 4
                    },
                    {
                      "coupon": 3,
                      "currentStatus": "mP",
                      "sequence": 5
                    }
                  ],
                  "transactionInfo": {
                    "id": "2291d000-f566-4bdd-9233-34a93d6fc13c",
                    "inputMessage": "kwKkEpmxyTntJwYcxiSp",
                    "localDateTime": "2026-06-16T00:00:00.0Z",
                    "systemDateTime": "2026-06-16T00:00:00.0Z",
                    "systemProvider": "Weimann, Marvin and Hettinger"
                  }
                },
                {
                  "affinityHistory": [
                    {
                      "frequentFlyer": {
                        "number": "7408526551",
                        "provider": "[object Object]",
                        "tier": "tQ"
                      }
                    },
                    {
                      "frequentFlyer": {
                        "number": "2448007763",
                        "provider": "[object Object]",
                        "tier": "AA"
                      }
                    }
                  ],
                  "agent": {
                    "duty": "zY",
                    "homeLocation": "wrh",
                    "lniata": "9q2ozs",
                    "sine": "xje",
                    "ticketingProvider": {
                      "checkDigit": "6",
                      "name": "Friesen - Prosacco",
                      "number": "070",
                      "value": "Fm"
                    },
                    "workLocation": "eHB"
                  },
                  "code": "nB",
                  "details": {
                    "accountingCode": "h4k2q0",
                    "affectedCoupons": "08",
                    "currentDocumentStatus": "oX",
                    "documentEventActivity": "Dleov",
                    "documentPurgeTypeCode": "hR",
                    "newReservation": "JQETUF",
                    "oldRemark": "kUutRELmjT",
                    "oldReservation": "TUEZNH",
                    "previousDocumentStatus": "sV",
                    "supportingDocument": "8384949756"
                  },
                  "number": 294,
                  "relatedDocumentHistory": {
                    "miscellaneous": {
                      "affectedCoupons": "63",
                      "number": 663,
                      "sequence": 5
                    },
                    "supportingDocument": {
                      "affectedCoupons": "25",
                      "number": 58,
                      "sequence": 2
                    }
                  },
                  "sequence": 1,
                  "serviceCouponHistory": [
                    {
                      "coupon": 3,
                      "currentStatus": "rP",
                      "sequence": 1
                    },
                    {
                      "coupon": 6,
                      "currentStatus": "RN",
                      "sequence": 5
                    },
                    {
                      "coupon": 3,
                      "currentStatus": "Ng",
                      "sequence": 5
                    }
                  ],
                  "transactionInfo": {
                    "id": "9793d94f-9430-4d5a-a6d7-b5cecad75501",
                    "inputMessage": "ScLyqzYycLkjVcbmqXYw",
                    "localDateTime": "2026-06-16T00:00:00.0Z",
                    "systemDateTime": "2026-06-16T00:00:00.0Z",
                    "systemProvider": "Stroman LLC"
                  }
                }
              ],
              "id": "2d68fcc9-1d25-4ab1-9deb-4e2c87180dfd",
              "issued": false,
              "issueDate": "2026-01-29T00:00:00.0Z",
              "issueTime": {
                "useForPricing": false,
                "value": "2025-08-07T00:00:00.0Z"
              },
              "payment": [
                {
                  "base": {
                    "applyCreditIndicator": false,
                    "currency": "BGN",
                    "value": 232.76
                  },
                  "cashIndicator": false,
                  "formOfPaymentType": "CASH",
                  "paymentConfirmation": true,
                  "remarks": "YZFTHhNVRv",
                  "sequence": 4,
                  "tax": {
                    "applyCreditIndicator": false,
                    "currency": "TRY",
                    "value": 106.14
                  },
                  "total": {
                    "applyCreditIndicator": true,
                    "currency": "BRL",
                    "value": 193.39
                  }
                },
                {
                  "base": {
                    "applyCreditIndicator": true,
                    "currency": "BWP",
                    "value": 386.4
                  },
                  "cashIndicator": true,
                  "formOfPaymentType": "CC",
                  "paymentConfirmation": false,
                  "remarks": "MNoXOXTHvC",
                  "sequence": 3,
                  "tax": {
                    "applyCreditIndicator": true,
                    "currency": "MXN",
                    "value": 213.22
                  },
                  "total": {
                    "applyCreditIndicator": false,
                    "currency": "UAH",
                    "value": 260.15
                  }
                },
                {
                  "base": {
                    "applyCreditIndicator": true,
                    "currency": "RUB",
                    "value": 410.44
                  },
                  "cashIndicator": false,
                  "formOfPaymentType": "CASH",
                  "paymentConfirmation": false,
                  "remarks": "VwcDCKglMh",
                  "sequence": 2,
                  "tax": {
                    "applyCreditIndicator": true,
                    "currency": "RUB",
                    "value": 212.52
                  },
                  "total": {
                    "applyCreditIndicator": true,
                    "currency": "LKR",
                    "value": 98.23
                  }
                },
                {
                  "base": {
                    "applyCreditIndicator": false,
                    "currency": "BND",
                    "value": 351.62
                  },
                  "cashIndicator": true,
                  "formOfPaymentType": "CC",
                  "paymentConfirmation": true,
                  "remarks": "EEnAGfweBl",
                  "sequence": 5,
                  "tax": {
                    "applyCreditIndicator": true,
                    "currency": "MXN",
                    "value": 271.35
                  },
                  "total": {
                    "applyCreditIndicator": false,
                    "currency": "GHS",
                    "value": 181.9
                  }
                }
              ],
              "presentCreditCard": true,
              "priceBreakdown": {
                "amounts": {
                  "base": {
                    "text": "031762",
                    "ticketingAmount": {
                      "applyCreditIndicator": true,
                      "currency": "SOS",
                      "value": 108.71
                    },
                    "valueCode": "sMVo"
                  },
                  "equivalent": {
                    "currencyConversion": {
                      "bankerBuyingRate": 1.0157,
                      "bankerSellingRate": 1.1139,
                      "iataClearingHouseRate": 0.9362
                    },
                    "text": "056774",
                    "ticketingAmount": {
                      "applyCreditIndicator": true,
                      "currency": "UZS",
                      "value": 109.85
                    },
                    "valueCode": "5edp"
                  },
                  "net": {
                    "text": "624046",
                    "ticketingAmount": {
                      "applyCreditIndicator": false,
                      "currency": "VES",
                      "value": 227.12
                    },
                    "valueCode": "4OG9"
                  },
                  "tax": [
                    {
                      "exempt": false,
                      "name": "UjExgbdRZU",
                      "sequence": 2,
                      "status": "Dd",
                      "taxCode": "LWf",
                      "text": "091158",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "KGS",
                        "value": 49.71
                      },
                      "valueCode": "dEe8"
                    }
                  ],
                  "total": {
                    "rateOfExchange": 0.9316,
                    "text": "249086",
                    "ticketingAmount": {
                      "applyCreditIndicator": true,
                      "currency": "HNL",
                      "value": 190.9
                    },
                    "valueCode": "rgK8"
                  },
                  "totalTax": {
                    "text": "789627",
                    "ticketingAmount": {
                      "applyCreditIndicator": false,
                      "currency": "BBD",
                      "value": 323.1
                    },
                    "valueCode": "gWEC"
                  }
                },
                "taxes": {
                  "tax": [
                    {
                      "exempt": false,
                      "name": "EyBadugpSX",
                      "sequence": 3,
                      "status": "HI",
                      "taxCode": "yEA",
                      "text": "019018",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "MNT",
                        "value": 24.04
                      },
                      "valueCode": "Dejz"
                    },
                    {
                      "exempt": true,
                      "name": "MOkGufDszw",
                      "sequence": 4,
                      "status": "fZ",
                      "taxCode": "CzG",
                      "text": "606588",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "PAB",
                        "value": 154.79
                      },
                      "valueCode": "aNd8"
                    },
                    {
                      "exempt": false,
                      "name": "XsohRQDdEx",
                      "sequence": 1,
                      "status": "dr",
                      "taxCode": "dCp",
                      "text": "574913",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "BMD",
                        "value": 359.28
                      },
                      "valueCode": "gK0B"
                    },
                    {
                      "exempt": false,
                      "name": "gAVGxAZzee",
                      "sequence": 1,
                      "status": "BN",
                      "taxCode": "sXa",
                      "text": "476973",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "LAK",
                        "value": 332.11
                      },
                      "valueCode": "q5At"
                    },
                    {
                      "exempt": false,
                      "name": "dMfGREvnmb",
                      "sequence": 2,
                      "status": "Wy",
                      "taxCode": "iMX",
                      "text": "645804",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "JMD",
                        "value": 359.43
                      },
                      "valueCode": "1mPv"
                    }
                  ]
                }
              },
              "refundable": true,
              "relatedDocument": {
                "conjuctive": [
                  {
                    "checkDigit": "6",
                    "number": "0628526584655",
                    "sequence": 5
                  }
                ]
              },
              "reservation": {
                "creationDate": "2025-12-25T00:00:00.0Z",
                "provider": "Lang Inc",
                "recordLocator": "APJUTG"
              },
              "systemCreateDateTime": "2026-06-11T00: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": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 5
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 66
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 5.7
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            "pricedAncillaryRef": "f3X0iZpK",
                            "quantity": 2
                          },
                          {
                            "baggageRestriction": {
                              "description": "per Piece",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 2
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 89
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 49
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 13.7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 18.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 24.8
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            "pricedAncillaryRef": "xpVxGgAp",
                            "quantity": 1
                          },
                          {
                            "baggageRestriction": {
                              "description": "per Pound",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 1
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 170
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 104
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 56
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 11.4
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 39.3
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 10.6
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 21.4
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 28.9
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            "pricedAncillaryRef": "ZXXsRx_9",
                            "quantity": 2
                          }
                        ],
                        "baggageRestriction": [
                          {
                            "description": "per Piece",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 3
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 126
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 44.3
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 35
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 29.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": "INCH",
                                  "value": 189
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 101
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 94
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 80
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 64
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 34.3
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          }
                        ],
                        "entitlementDetails": {
                          "ruleId": "SxhTNU",
                          "ruleType": "ADDITIONAL"
                        },
                        "id": "9gd9CmRr",
                        "pricedAncillaryRef": "Ci-7jCbS",
                        "quantity": 2,
                        "totalWeight": [
                          {
                            "unit": "KILOGRAM",
                            "value": 6.6
                          },
                          {
                            "unit": "KILOGRAM",
                            "value": 8.9
                          },
                          {
                            "unit": "KILOGRAM",
                            "value": 35.8
                          },
                          {
                            "unit": "KILOGRAM",
                            "value": 29.9
                          },
                          {
                            "unit": "KILOGRAM",
                            "value": 47.5
                          }
                        ],
                        "unknown": false
                      },
                      "excessBaggage": [
                        {
                          "ancillaryRef": "QS_N2Djv",
                          "baggageRestriction": {
                            "description": "per Pound",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 1
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 87
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 182
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 170
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 120
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 103
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 36.1
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "MUR",
                            "unitDescription": "per Piece",
                            "value": 75.5
                          },
                          "notPermitted": false,
                          "unknown": false
                        },
                        {
                          "ancillaryRef": "zPZipM4t",
                          "baggageRestriction": {
                            "description": "per Pound",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 4
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 59
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 18.1
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "INR",
                            "unitDescription": "per Kilo",
                            "value": 78.24
                          },
                          "notPermitted": true,
                          "unknown": false
                        },
                        {
                          "ancillaryRef": "oRhbEKwi",
                          "baggageRestriction": {
                            "description": "per Kilo",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 5
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 85
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 5.7
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 3.8
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 20.9
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 13.9
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 31.8
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "BTN",
                            "unitDescription": "per Piece",
                            "value": 42.81
                          },
                          "notPermitted": true,
                          "unknown": false
                        },
                        {
                          "ancillaryRef": "-Q6K3xg7",
                          "baggageRestriction": {
                            "description": "per Kilo",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 1
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 81
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 156
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 59
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 161
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 14.2
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 1.8
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "SBD",
                            "unitDescription": "per Piece",
                            "value": 46.39
                          },
                          "notPermitted": true,
                          "unknown": false
                        }
                      ]
                    },
                    "checkedInBaggage": {
                      "baggageAllowanceDefinition": [
                        {
                          "allowanceSource": "OPTIONAL_SERVICES",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 3
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 184
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 161
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 118
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 190
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 20.5
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "tXdo5a44",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 1
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 194
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 50
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 156
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 19.3
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 35.4
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "IGBveDIU",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 1
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 136
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 170
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 200
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 37.4
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 38.8
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 41.8
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 25.6
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "oAcHMr7Z",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 3
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 132
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 97
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 187
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 137
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 116
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 44.5
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "dgZFkNOx",
                              "quantity": 1
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Pound",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 1
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 170
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 101
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 144
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 87
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 162
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 30
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 19.9
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "LGT2Lh",
                            "ruleType": "FEE_WAIVER"
                          },
                          "id": "jLKvClgt",
                          "pricedAncillaryRef": "dTVepO_-",
                          "quantity": 1,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 20.9
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 44.9
                            }
                          ],
                          "unknown": false
                        },
                        {
                          "allowanceSource": "ENTITLEMENTS",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 2
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 149
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 15.4
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 35.4
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 19.9
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "JoZo2xzx",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 1
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 144
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 174
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 69
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 137
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 118
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 14
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 45.6
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 16.2
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "kJ4l9tuq",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 5
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 66
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 28.7
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 37
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 9.4
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "htR71ICq",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 1
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 143
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 131
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 23.2
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 42.8
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "SwVeDCEy",
                              "quantity": 1
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Pound",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 3
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 112
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 107
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 15.3
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 48.8
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 20.1
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            {
                              "description": "per Piece",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 4
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 83
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 142
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 104
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 86
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 14.2
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 44.4
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 49.6
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Piece",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 4
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 60
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 66
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 167
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 9.8
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 47.9
                                  }
                                }
                              ],
                              "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": 123
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 105
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 162
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 78
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 63
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 41.1
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 21.8
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 37.8
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 9.1
                                  }
                                }
                              ],
                              "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": "FEET",
                                    "value": 91
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 111
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 72
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 125
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 20.8
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 48.1
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "378rSG",
                            "ruleType": "ADDITIONAL"
                          },
                          "id": "BnO9LbVI",
                          "pricedAncillaryRef": "a15zTkcS",
                          "quantity": 3,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 34
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 27.8
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 15.6
                            }
                          ],
                          "unknown": false
                        },
                        {
                          "allowanceSource": "ENTITLEMENTS",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "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": "FEET",
                                      "value": 134
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 13.2
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 18.1
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 17.2
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "S_PpV_87",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 1
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 102
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 151
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 13.2
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 28.1
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 10.7
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 48.3
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "5eCuvSmB",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 2
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 69
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 65
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 200
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 165
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 43.5
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 16.9
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 21.4
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 34.1
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "FnjZ_xDL",
                              "quantity": 1
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Kilo",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 2
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 173
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 55
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 21
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 3.1
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 30
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 37.7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 6.3
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            {
                              "description": "per Piece",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 1
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 151
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 139
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 165
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 52
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 6.3
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            {
                              "description": "per Piece",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 5
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 111
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 134
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 58
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 128
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 1.5
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "KBo5Fg",
                            "ruleType": "ADDITIONAL"
                          },
                          "id": "RMWlZHXE",
                          "pricedAncillaryRef": "b5kGZuOx",
                          "quantity": 3,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 38
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 37.5
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 35.6
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 35.1
                            }
                          ],
                          "unknown": false
                        },
                        {
                          "allowanceSource": "TICKET",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 5
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 53
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 129
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 10.2
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 42.4
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "jnbIzNsn",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 1
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 90
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 91
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 45.9
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 27.2
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 22.2
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "gyltbQfk",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 3
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 59
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 113
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 76
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 113
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 159
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 29
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 27.3
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 45.2
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 12.2
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 19.8
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "iaB5QjYW",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 3
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 197
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 91
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 45.3
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 42.2
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 24.9
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "lrzDvHrY",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 5
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 199
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 172
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 129
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 24.4
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 41.4
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 26.9
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 36.8
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "6v1rEd1A",
                              "quantity": 2
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Pound",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 1
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 171
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 63
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 121
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 83
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 46.6
                                  }
                                }
                              ],
                              "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": 55
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 31.6
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 16.2
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 46.2
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 29.5
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Pound",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 1
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 114
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 84
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 3.5
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            {
                              "description": "per Pound",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 5
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 87
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 56
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 70
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 56
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 45.2
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "nVQELB",
                            "ruleType": "FEE_WAIVER"
                          },
                          "id": "Al4QWEVT",
                          "pricedAncillaryRef": "3JoIrmvA",
                          "quantity": 1,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 31.4
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 2.6
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 26.9
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 44.6
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 11
                            }
                          ],
                          "unknown": false
                        }
                      ],
                      "excessBaggage": [
                        {
                          "ancillaryRef": "lnbTkQTq",
                          "baggageRestriction": {
                            "description": "per Piece",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 4
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 200
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 198
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 26.4
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 43.7
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 5.1
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "KHR",
                            "unitDescription": "per Kilo",
                            "value": 92.42
                          },
                          "notPermitted": false,
                          "unknown": true
                        },
                        {
                          "ancillaryRef": "Z9IP3B-g",
                          "baggageRestriction": {
                            "description": "per Kilo",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 2
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 130
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 185
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 4.2
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 10.6
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 37.6
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 8.7
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 34.7
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "MWK",
                            "unitDescription": "per Kilo",
                            "value": 63.85
                          },
                          "notPermitted": false,
                          "unknown": true
                        }
                      ]
                    }
                  },
                  "bookingStatus": {
                    "name": "IpkpXZ",
                    "value": "CN"
                  },
                  "classOfService": "y",
                  "couponNumber": "37",
                  "couponUse": "y",
                  "currentStatus": "gX",
                  "endDateTime": "2026-11-28T00:00:00.0Z",
                  "endLocation": "fSt",
                  "fareBasisCode": "voN1HqFo",
                  "marketingFlightNumber": "9919",
                  "marketingProvider": {
                    "checkDigit": "0",
                    "name": "Jerde - Murazik",
                    "number": "203",
                    "value": "Gc"
                  },
                  "segmentRef": "b71ee1fb-4b0d-4df6-b6ac-4c5ecb5da74d",
                  "startDateTime": "2026-07-28T00:00:00.0Z",
                  "startLocation": "hLv",
                  "status": "UNABLE_TO_LOCATE",
                  "stopOver": "P"
                }
              ],
              "ticketNumber": {
                "airlineAccountingCode": "501",
                "checkDigit": "9",
                "number": "02261357897510",
                "serialNumber": "5147367151"
              },
              "ticketRemark": [
                {
                  "category": "PRIVATEFARETEXT",
                  "header": "VKyUfdqdLZ",
                  "remarkLine": "6764QA1zHEJs7hne5HCl3sbbtJHG1mFncApYFcsaloAEqNPO5M",
                  "sequence": 59,
                  "type": "Security"
                }
              ],
              "tourNumber": "IxXHRf"
            }
          ],
          "timaticVerificationResults": {
            "status": "CONDITIONAL",
            "timaticCountryRequirements": [
              {
                "country": "UG",
                "countryName": "Poland",
                "status": "OVERRIDDEN",
                "timaticVerificationSection": [
                  {
                    "name": "PASSPORT",
                    "timaticDetail": [
                      {
                        "subtype": "Exception",
                        "type": "Health",
                        "value": "Conditional"
                      },
                      {
                        "subtype": "Recommendation",
                        "type": "Passport",
                        "value": "Conditional"
                      }
                    ]
                  },
                  {
                    "name": "PASSPORT",
                    "timaticDetail": [
                      {
                        "subtype": "Information",
                        "type": "Health",
                        "value": "Exempt"
                      }
                    ]
                  },
                  {
                    "name": "PASSPORT",
                    "timaticDetail": [
                      {
                        "subtype": "Restriction",
                        "type": "Health",
                        "value": "Required"
                      },
                      {
                        "subtype": "Recommendation",
                        "type": "Passport",
                        "value": "Conditional"
                      },
                      {
                        "subtype": "Exception",
                        "type": "Customs",
                        "value": "Not Required"
                      }
                    ]
                  }
                ]
              },
              {
                "country": "MY",
                "countryName": "United Arab Emirates",
                "status": "NOT_OK_TO_BOARD",
                "timaticVerificationSection": [
                  {
                    "name": "VISA",
                    "timaticDetail": [
                      {
                        "subtype": "Requirement",
                        "type": "Health",
                        "value": "Required"
                      },
                      {
                        "subtype": "Requirement",
                        "type": "Passport",
                        "value": "Exempt"
                      },
                      {
                        "subtype": "Applicable",
                        "type": "Health",
                        "value": "Required"
                      }
                    ]
                  }
                ]
              },
              {
                "country": "KH",
                "countryName": "Mozambique",
                "status": "NOT_OK_TO_BOARD",
                "timaticVerificationSection": [
                  {
                    "name": "VISA",
                    "timaticDetail": [
                      {
                        "subtype": "Requirement",
                        "type": "Passport",
                        "value": "Not Required"
                      },
                      {
                        "subtype": "Restriction",
                        "type": "Visa",
                        "value": "Required"
                      },
                      {
                        "subtype": "Requirement",
                        "type": "Passport",
                        "value": "Required"
                      },
                      {
                        "subtype": "Exception",
                        "type": "Passport",
                        "value": "Required"
                      },
                      {
                        "subtype": "Recommendation",
                        "type": "Passport",
                        "value": "Required"
                      }
                    ]
                  },
                  {
                    "name": "VISA",
                    "timaticDetail": [
                      {
                        "subtype": "Applicable",
                        "type": "Passport",
                        "value": "Exempt"
                      },
                      {
                        "subtype": "Requirement",
                        "type": "Health",
                        "value": "Conditional"
                      }
                    ]
                  },
                  {
                    "name": "VISA",
                    "timaticDetail": [
                      {
                        "subtype": "Requirement",
                        "type": "Customs",
                        "value": "Required"
                      }
                    ]
                  },
                  {
                    "name": "VISA",
                    "timaticDetail": [
                      {
                        "subtype": "Applicable",
                        "type": "Visa",
                        "value": "Conditional"
                      },
                      {
                        "subtype": "Requirement",
                        "type": "Visa",
                        "value": "Required"
                      },
                      {
                        "subtype": "Exception",
                        "type": "Visa",
                        "value": "Not Required"
                      },
                      {
                        "subtype": "Recommendation",
                        "type": "Passport",
                        "value": "Not Required"
                      }
                    ]
                  },
                  {
                    "name": "VISA",
                    "timaticDetail": [
                      {
                        "subtype": "Requirement",
                        "type": "Visa",
                        "value": "Required"
                      },
                      {
                        "subtype": "Requirement",
                        "type": "Customs",
                        "value": "Required"
                      }
                    ]
                  }
                ]
              }
            ]
          },
          "transportationSecurity": {
            "knownTraveler": {
              "applicableCountryCode": "AD",
              "number": "311228"
            },
            "knownTravelerNumber": "975957",
            "preScreeningData": {
              "dateOfBirth": "1955-09-23",
              "gender": "H",
              "personName": {
                "first": "Dorcas",
                "last": "Moen",
                "middle": "Jamie",
                "prefix": "Mrs.",
                "raw": "Terri Schoen-King",
                "suffix": "PhD"
              }
            },
            "redress": {
              "applicableCountryCode": "DE",
              "number": "285522"
            },
            "redresses": [
              {
                "applicableCountryCode": "NR",
                "number": "741545"
              },
              {
                "applicableCountryCode": "GP",
                "number": "005214"
              },
              {
                "applicableCountryCode": "WS",
                "number": "744450"
              }
            ],
            "redressNumber": "8090554922"
          },
          "type": "ADULT",
          "weightCategory": "CHILD"
        }
      ]
    },
    "payments": {
      "payment": [
        {
          "amount": {
            "currency": "AFN",
            "value": 396
          },
          "formOfPaymentType": "EBANK",
          "id": "beb5d227-d2c9-4b4e-98f7-c468db444e4e",
          "installmentsDetails": {
            "currency": "VES",
            "fopFeeAmount": 19.69,
            "installmentAmount": 142.21,
            "interestAmount": 32.33,
            "interestRate": 0.47,
            "numberOfInstallments": 11,
            "otherPaymentAmount": 88.2,
            "totalPaymentAmount": 4833.01
          },
          "paymentCardPayment": {
            "approvalCode": "947298",
            "authorizationResult": {
              "approvalCode": "761936",
              "merchantAccountNumber": "78554568",
              "responseCode": "DECLINED",
              "resultCodes": {
                "aVS": "A",
                "cAVV": "A",
                "cSC": "M"
              },
              "supplierId": "WCRD",
              "supplierResponseCode": "06",
              "supplierTransactionId": "581009602"
            },
            "bookingIdentifier": "fe5mWKCac",
            "cardReader": {
              "chipCardIndicator": true,
              "deviceId": "cLCKtpUd1DMl"
            },
            "dynamicCurrencyConversion": {
              "amount": {
                "currency": "DKK",
                "value": 313.12
              },
              "exchangeRateInfo": {
                "basedOn": "XE EXCHANGE",
                "margin": 0.0388,
                "rate": 1.1959
              },
              "originalAmount": {
                "currency": "MRU",
                "value": 197.72
              },
              "supplierIdentifier": "GLOBAL B"
            },
            "internetTransactionVerification": "JSECURE",
            "paymentCard": {
              "cardType": "CREDIT_CARD",
              "expirationDetails": "05/27",
              "id": "5c76150f-5cc2-4b4c-b72f-5959ed96d442",
              "nameOnCard": "Pedro Beier",
              "number": "3414-903512-70005",
              "typeCode": "MC"
            },
            "paymentPlan": {
              "bankName": "Jacobs, Ferry and Kassulke",
              "numberOfInstallments": 4
            },
            "presentPaymentCardForVerification": false,
            "transactionIdentifier": "eKuhEVfvrj"
          },
          "paymentComponent": [
            {
              "airExtraDocumentRef": "JE9x",
              "amount": {
                "currency": "BSD",
                "value": 181.9
              },
              "points": 8444,
              "ticketRef": "yPJR"
            }
          ],
          "points": 3873,
          "status": "AUTHORIZED"
        },
        {
          "amount": {
            "currency": "KYD",
            "value": 483.49
          },
          "formOfPaymentType": "SMART_LINK",
          "id": "c0cdebf8-6ad1-4221-9dc7-fef0d0de997f",
          "installmentsDetails": {
            "currency": "INR",
            "fopFeeAmount": 17.54,
            "installmentAmount": 335.89,
            "interestAmount": 16.39,
            "interestRate": 1.44,
            "numberOfInstallments": 5,
            "otherPaymentAmount": 70.06,
            "totalPaymentAmount": 1216.02
          },
          "paymentCardPayment": {
            "approvalCode": "375325",
            "authorizationResult": {
              "approvalCode": "277367",
              "merchantAccountNumber": "13073386",
              "responseCode": "ERROR",
              "resultCodes": {
                "aVS": "C",
                "cAVV": "A",
                "cSC": "M"
              },
              "supplierId": "AMEX",
              "supplierResponseCode": "19",
              "supplierTransactionId": "310102552"
            },
            "bookingIdentifier": "i1heWNpob",
            "cardReader": {
              "chipCardIndicator": true,
              "deviceId": "19ujBUIAbfv6"
            },
            "dynamicCurrencyConversion": {
              "amount": {
                "currency": "GNF",
                "value": 210.88
              },
              "exchangeRateInfo": {
                "basedOn": "REUTERS WHOLESALE INTERBA",
                "margin": 0.0192,
                "rate": 0.8839
              },
              "originalAmount": {
                "currency": "PGK",
                "value": 353.39
              },
              "supplierIdentifier": "PLANET"
            },
            "internetTransactionVerification": "THREE_DOMAIN_SECURE",
            "paymentCard": {
              "cardType": "CREDIT_CARD",
              "expirationDetails": "12/28",
              "id": "9e057c74-5261-45db-b49e-f4f648d21406",
              "nameOnCard": "Fannie Ondricka",
              "number": "5147-3487-3984-6141",
              "typeCode": "AX"
            },
            "paymentPlan": {
              "bankName": "Prosacco - Russel",
              "numberOfInstallments": 3
            },
            "presentPaymentCardForVerification": false,
            "transactionIdentifier": "1eL0IJycQm"
          },
          "paymentComponent": [
            {
              "airExtraDocumentRef": "55n2",
              "amount": {
                "currency": "DOP",
                "value": 195.54
              },
              "points": 1111,
              "ticketRef": "xEX5"
            }
          ],
          "points": 3785,
          "status": "INITIAL"
        }
      ]
    },
    "pricedAncillaries": {
      "conversionRules": {
        "minimumPoints": 271,
        "roundingMode": "DOWN",
        "scalingMode": "NEAREST_1"
      },
      "id": "ViamWTsp",
      "pricedAncillary": [
        {
          "ancillaryFee": {
            "base": {
              "amount": {
                "currency": "ZWL",
                "value": 209.37
              },
              "code": "jh",
              "conversionRatio": {
                "minimumPoints": 899,
                "value": 0.39
              },
              "equivAmount": {
                "currency": "SDG",
                "value": 226.94
              },
              "override": false,
              "points": 30771,
              "referenceAmount": {
                "currency": "EUR",
                "value": 311.38
              },
              "taxType": "FLAT"
            },
            "deal": [
              {
                "amount": {
                  "currency": "KWD",
                  "value": 113.01
                },
                "conversionRatio": {
                  "minimumPoints": 438,
                  "value": 0.83
                },
                "id": "9cf265d4-d33d-4d83-8fdd-71227427574c",
                "offerName": "MAY WEEKEND DISCOUNT",
                "percentage": 15,
                "points": 4681,
                "promotionCode": [
                  "SAVE10",
                  "PROMO20",
                  "FLIGHT5"
                ],
                "promotionId": "9",
                "promotionTag": "EC4P9UrDtQmfhCd",
                "type": "FEE_WAIVER"
              },
              {
                "amount": {
                  "currency": "SEK",
                  "value": 182.85
                },
                "conversionRatio": {
                  "minimumPoints": 411,
                  "value": 0.99
                },
                "id": "88e10c21-7f82-419b-b8a9-20f22ce4d366",
                "offerName": "FLIGHT BUNDLE",
                "percentage": 11,
                "points": 4222,
                "promotionCode": [
                  "SAVE10",
                  "PROMO20",
                  "FLIGHT5"
                ],
                "promotionId": "9",
                "promotionTag": "YAW7AxyttVp7ktR",
                "type": "RISE"
              },
              {
                "amount": {
                  "currency": "VND",
                  "value": 55.11
                },
                "conversionRatio": {
                  "minimumPoints": 448,
                  "value": 0.67
                },
                "id": "9bf3912b-05cb-4065-9ae2-0334f539c78d",
                "offerName": "FLIGHT BUNDLE",
                "percentage": 26,
                "points": 2247,
                "promotionCode": [
                  "FLIGHT5",
                  "PROMO20",
                  "SAVE10"
                ],
                "promotionId": "3",
                "promotionTag": "6XFZBh3zmy3kQJI",
                "type": "DISCOUNT"
              },
              {
                "amount": {
                  "currency": "KGS",
                  "value": 320.5
                },
                "conversionRatio": {
                  "minimumPoints": 375,
                  "value": 0.13
                },
                "id": "93efa311-db4f-461d-ac28-2f8c23615825",
                "offerName": "MAY WEEKEND DISCOUNT",
                "percentage": 7,
                "points": 1446,
                "promotionCode": [
                  "FLIGHT5",
                  "SAVE10"
                ],
                "promotionId": "8",
                "promotionTag": "MmiTvJ40ySY45QD",
                "type": "OTHR"
              },
              {
                "amount": {
                  "currency": "IRR",
                  "value": 431.68
                },
                "conversionRatio": {
                  "minimumPoints": 682,
                  "value": 0.14
                },
                "id": "ab396101-181b-4fba-94f4-fc28bd46c2bd",
                "offerName": "FLIGHT BUNDLE",
                "percentage": 13,
                "points": 1305,
                "promotionCode": [
                  "SAVE10",
                  "FLIGHT5",
                  "PROMO20"
                ],
                "promotionId": "7",
                "promotionTag": "ojxFkHiYqsUuY71",
                "type": "DISCOUNT"
              }
            ],
            "tax": [
              {
                "amount": {
                  "currency": "SHP",
                  "value": 440.59
                },
                "code": "ZO",
                "conversionRatio": {
                  "minimumPoints": 650,
                  "value": 0.53
                },
                "equivAmount": {
                  "currency": "BWP",
                  "value": 85.92
                },
                "override": true,
                "points": 25466,
                "referenceAmount": {
                  "currency": "CUP",
                  "value": 376.92
                },
                "taxType": "PROPORTIONAL"
              },
              {
                "amount": {
                  "currency": "TRY",
                  "value": 95.33
                },
                "code": "jt",
                "conversionRatio": {
                  "minimumPoints": 771,
                  "value": 0.36
                },
                "equivAmount": {
                  "currency": "SRD",
                  "value": 375.37
                },
                "override": false,
                "points": 2619,
                "referenceAmount": {
                  "currency": "VES",
                  "value": 129.47
                },
                "taxType": "FLAT"
              },
              {
                "amount": {
                  "currency": "AOA",
                  "value": 386.58
                },
                "code": "iy",
                "conversionRatio": {
                  "minimumPoints": 494,
                  "value": 0.17
                },
                "equivAmount": {
                  "currency": "DKK",
                  "value": 213.72
                },
                "override": true,
                "points": 29189,
                "referenceAmount": {
                  "currency": "JPY",
                  "value": 201.03
                },
                "taxType": "PROPORTIONAL"
              },
              {
                "amount": {
                  "currency": "XCD",
                  "value": 361.13
                },
                "code": "Xo",
                "conversionRatio": {
                  "minimumPoints": 762,
                  "value": 0.64
                },
                "equivAmount": {
                  "currency": "TMT",
                  "value": 417.14
                },
                "override": false,
                "points": 5849,
                "referenceAmount": {
                  "currency": "RUB",
                  "value": 274.49
                },
                "taxType": "FLAT"
              },
              {
                "amount": {
                  "currency": "ZMW",
                  "value": 113.79
                },
                "code": "CO",
                "conversionRatio": {
                  "minimumPoints": 115,
                  "value": 0.46
                },
                "equivAmount": {
                  "currency": "MNT",
                  "value": 183.22
                },
                "override": false,
                "points": 22780,
                "referenceAmount": {
                  "currency": "NGN",
                  "value": 384.01
                },
                "taxType": "FLAT"
              }
            ],
            "taxesIncludedInBase": false,
            "taxExempt": false,
            "totalFee": [
              {
                "base": {
                  "amount": {
                    "currency": "BAM",
                    "value": 354.67
                  },
                  "code": "cN",
                  "conversionRatio": {
                    "minimumPoints": 924,
                    "value": 0.42
                  },
                  "equivAmount": {
                    "currency": "XPF",
                    "value": 92.71
                  },
                  "override": false,
                  "points": 41285,
                  "referenceAmount": {
                    "currency": "SZL",
                    "value": 137.78
                  },
                  "taxType": "FLAT"
                },
                "discountCalculationRule": "WITHOUT_DISCOUNTS",
                "redemptionCalculationRule": "MAX_POINTS_USED",
                "tax": [
                  {
                    "amount": {
                      "currency": "PEN",
                      "value": 174.83
                    },
                    "code": "tI",
                    "conversionRatio": {
                      "minimumPoints": 635,
                      "value": 0.21
                    },
                    "equivAmount": {
                      "currency": "TJS",
                      "value": 451.99
                    },
                    "override": false,
                    "points": 36991,
                    "referenceAmount": {
                      "currency": "MMK",
                      "value": 303.24
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "CLP",
                      "value": 217.93
                    },
                    "code": "ZD",
                    "conversionRatio": {
                      "minimumPoints": 829,
                      "value": 0.32
                    },
                    "equivAmount": {
                      "currency": "FJD",
                      "value": 467.22
                    },
                    "override": true,
                    "points": 41568,
                    "referenceAmount": {
                      "currency": "ZWL",
                      "value": 30.29
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "LAK",
                      "value": 485.11
                    },
                    "code": "cm",
                    "conversionRatio": {
                      "minimumPoints": 286,
                      "value": 0.23
                    },
                    "equivAmount": {
                      "currency": "CUP",
                      "value": 23.48
                    },
                    "override": false,
                    "points": 21298,
                    "referenceAmount": {
                      "currency": "LBP",
                      "value": 165.69
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "TRY",
                      "value": 191.78
                    },
                    "code": "Rv",
                    "conversionRatio": {
                      "minimumPoints": 616,
                      "value": 0.17
                    },
                    "equivAmount": {
                      "currency": "BOB",
                      "value": 275.61
                    },
                    "override": true,
                    "points": 10396,
                    "referenceAmount": {
                      "currency": "JOD",
                      "value": 228.49
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "ARS",
                      "value": 228.3
                    },
                    "code": "EB",
                    "conversionRatio": {
                      "minimumPoints": 144,
                      "value": 0.95
                    },
                    "equivAmount": {
                      "currency": "AUD",
                      "value": 404.94
                    },
                    "override": false,
                    "points": 25941,
                    "referenceAmount": {
                      "currency": "NAD",
                      "value": 41.24
                    },
                    "taxType": "FLAT"
                  }
                ],
                "total": {
                  "amount": {
                    "currency": "SBD",
                    "value": 26
                  },
                  "code": "QY",
                  "conversionRatio": {
                    "minimumPoints": 396,
                    "value": 0.4
                  },
                  "equivAmount": {
                    "currency": "RUB",
                    "value": 16.8
                  },
                  "override": false,
                  "points": 10270,
                  "referenceAmount": {
                    "currency": "RON",
                    "value": 359.81
                  },
                  "taxType": "PROPORTIONAL"
                },
                "totalTaxes": {
                  "amount": {
                    "currency": "TTD",
                    "value": 291.65
                  },
                  "code": "YS",
                  "conversionRatio": {
                    "minimumPoints": 395,
                    "value": 0.42
                  },
                  "equivAmount": {
                    "currency": "MZN",
                    "value": 287.6
                  },
                  "override": false,
                  "points": 2380,
                  "referenceAmount": {
                    "currency": "MGA",
                    "value": 489.42
                  },
                  "taxType": "FLAT"
                }
              },
              {
                "base": {
                  "amount": {
                    "currency": "ERN",
                    "value": 42.21
                  },
                  "code": "yX",
                  "conversionRatio": {
                    "minimumPoints": 128,
                    "value": 0.85
                  },
                  "equivAmount": {
                    "currency": "OMR",
                    "value": 428.34
                  },
                  "override": false,
                  "points": 9315,
                  "referenceAmount": {
                    "currency": "BBD",
                    "value": 126.55
                  },
                  "taxType": "PROPORTIONAL"
                },
                "discountCalculationRule": "WITHOUT_DISCOUNTS",
                "redemptionCalculationRule": "MIN_POINTS_USED",
                "tax": [
                  {
                    "amount": {
                      "currency": "TOP",
                      "value": 193.82
                    },
                    "code": "rh",
                    "conversionRatio": {
                      "minimumPoints": 289,
                      "value": 0.32
                    },
                    "equivAmount": {
                      "currency": "KWD",
                      "value": 296.02
                    },
                    "override": false,
                    "points": 46769,
                    "referenceAmount": {
                      "currency": "EGP",
                      "value": 147.5
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "PHP",
                      "value": 242.75
                    },
                    "code": "jv",
                    "conversionRatio": {
                      "minimumPoints": 880,
                      "value": 0.35
                    },
                    "equivAmount": {
                      "currency": "BZD",
                      "value": 178.01
                    },
                    "override": false,
                    "points": 31706,
                    "referenceAmount": {
                      "currency": "WST",
                      "value": 243.74
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "AOA",
                      "value": 332.62
                    },
                    "code": "mA",
                    "conversionRatio": {
                      "minimumPoints": 539,
                      "value": 0.68
                    },
                    "equivAmount": {
                      "currency": "GTQ",
                      "value": 88.16
                    },
                    "override": false,
                    "points": 7550,
                    "referenceAmount": {
                      "currency": "LSL",
                      "value": 360.22
                    },
                    "taxType": "PROPORTIONAL"
                  }
                ],
                "total": {
                  "amount": {
                    "currency": "CHF",
                    "value": 97.81
                  },
                  "code": "UJ",
                  "conversionRatio": {
                    "minimumPoints": 687,
                    "value": 0.77
                  },
                  "equivAmount": {
                    "currency": "VND",
                    "value": 330.17
                  },
                  "override": false,
                  "points": 8187,
                  "referenceAmount": {
                    "currency": "KGS",
                    "value": 222.59
                  },
                  "taxType": "PROPORTIONAL"
                },
                "totalTaxes": {
                  "amount": {
                    "currency": "RON",
                    "value": 407.2
                  },
                  "code": "NJ",
                  "conversionRatio": {
                    "minimumPoints": 245,
                    "value": 0.11
                  },
                  "equivAmount": {
                    "currency": "SGD",
                    "value": 488.05
                  },
                  "override": false,
                  "points": 30221,
                  "referenceAmount": {
                    "currency": "FKP",
                    "value": 410.48
                  },
                  "taxType": "PROPORTIONAL"
                }
              },
              {
                "base": {
                  "amount": {
                    "currency": "BMD",
                    "value": 277.24
                  },
                  "code": "Vr",
                  "conversionRatio": {
                    "minimumPoints": 802,
                    "value": 0.34
                  },
                  "equivAmount": {
                    "currency": "BGN",
                    "value": 264.61
                  },
                  "override": false,
                  "points": 25863,
                  "referenceAmount": {
                    "currency": "RWF",
                    "value": 255.1
                  },
                  "taxType": "FLAT"
                },
                "discountCalculationRule": "WITH_DISCOUNTS",
                "redemptionCalculationRule": "MIN_POINTS_USED",
                "tax": [
                  {
                    "amount": {
                      "currency": "ALL",
                      "value": 462.58
                    },
                    "code": "EY",
                    "conversionRatio": {
                      "minimumPoints": 725,
                      "value": 0.74
                    },
                    "equivAmount": {
                      "currency": "VES",
                      "value": 478.92
                    },
                    "override": false,
                    "points": 29602,
                    "referenceAmount": {
                      "currency": "MKD",
                      "value": 429.88
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "LKR",
                      "value": 436.66
                    },
                    "code": "tu",
                    "conversionRatio": {
                      "minimumPoints": 745,
                      "value": 0.84
                    },
                    "equivAmount": {
                      "currency": "ZWL",
                      "value": 450.93
                    },
                    "override": false,
                    "points": 37949,
                    "referenceAmount": {
                      "currency": "HTG",
                      "value": 209.58
                    },
                    "taxType": "FLAT"
                  }
                ],
                "total": {
                  "amount": {
                    "currency": "GYD",
                    "value": 245.5
                  },
                  "code": "zJ",
                  "conversionRatio": {
                    "minimumPoints": 154,
                    "value": 0.55
                  },
                  "equivAmount": {
                    "currency": "RSD",
                    "value": 71.18
                  },
                  "override": false,
                  "points": 36104,
                  "referenceAmount": {
                    "currency": "BSD",
                    "value": 238.5
                  },
                  "taxType": "PROPORTIONAL"
                },
                "totalTaxes": {
                  "amount": {
                    "currency": "XOF",
                    "value": 290.91
                  },
                  "code": "CT",
                  "conversionRatio": {
                    "minimumPoints": 796,
                    "value": 0.2
                  },
                  "equivAmount": {
                    "currency": "KHR",
                    "value": 484.89
                  },
                  "override": false,
                  "points": 18721,
                  "referenceAmount": {
                    "currency": "CDF",
                    "value": 377.43
                  },
                  "taxType": "PROPORTIONAL"
                }
              },
              {
                "base": {
                  "amount": {
                    "currency": "EUR",
                    "value": 68.81
                  },
                  "code": "pV",
                  "conversionRatio": {
                    "minimumPoints": 834,
                    "value": 0.68
                  },
                  "equivAmount": {
                    "currency": "RSD",
                    "value": 412.93
                  },
                  "override": false,
                  "points": 18397,
                  "referenceAmount": {
                    "currency": "GIP",
                    "value": 350.36
                  },
                  "taxType": "FLAT"
                },
                "discountCalculationRule": "WITH_DISCOUNTS",
                "redemptionCalculationRule": "MAX_POINTS_USED",
                "tax": [
                  {
                    "amount": {
                      "currency": "TJS",
                      "value": 341.23
                    },
                    "code": "TY",
                    "conversionRatio": {
                      "minimumPoints": 687,
                      "value": 0.62
                    },
                    "equivAmount": {
                      "currency": "JPY",
                      "value": 203.99
                    },
                    "override": false,
                    "points": 36643,
                    "referenceAmount": {
                      "currency": "THB",
                      "value": 374.42
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "BSD",
                      "value": 490.33
                    },
                    "code": "GU",
                    "conversionRatio": {
                      "minimumPoints": 880,
                      "value": 0.74
                    },
                    "equivAmount": {
                      "currency": "TJS",
                      "value": 259.01
                    },
                    "override": true,
                    "points": 37251,
                    "referenceAmount": {
                      "currency": "HUF",
                      "value": 336.67
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "GBP",
                      "value": 267.48
                    },
                    "code": "FE",
                    "conversionRatio": {
                      "minimumPoints": 884,
                      "value": 0.24
                    },
                    "equivAmount": {
                      "currency": "KWD",
                      "value": 101.05
                    },
                    "override": false,
                    "points": 37247,
                    "referenceAmount": {
                      "currency": "AOA",
                      "value": 263.91
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "OMR",
                      "value": 53.23
                    },
                    "code": "MV",
                    "conversionRatio": {
                      "minimumPoints": 445,
                      "value": 0.35
                    },
                    "equivAmount": {
                      "currency": "HTG",
                      "value": 462.23
                    },
                    "override": false,
                    "points": 36625,
                    "referenceAmount": {
                      "currency": "CNY",
                      "value": 68.89
                    },
                    "taxType": "PROPORTIONAL"
                  }
                ],
                "total": {
                  "amount": {
                    "currency": "AMD",
                    "value": 348.56
                  },
                  "code": "iu",
                  "conversionRatio": {
                    "minimumPoints": 629,
                    "value": 0.39
                  },
                  "equivAmount": {
                    "currency": "LAK",
                    "value": 62.65
                  },
                  "override": false,
                  "points": 43023,
                  "referenceAmount": {
                    "currency": "LKR",
                    "value": 457.8
                  },
                  "taxType": "PROPORTIONAL"
                },
                "totalTaxes": {
                  "amount": {
                    "currency": "ZMW",
                    "value": 463.77
                  },
                  "code": "Qb",
                  "conversionRatio": {
                    "minimumPoints": 333,
                    "value": 0.18
                  },
                  "equivAmount": {
                    "currency": "INR",
                    "value": 460.17
                  },
                  "override": false,
                  "points": 11795,
                  "referenceAmount": {
                    "currency": "NOK",
                    "value": 233.48
                  },
                  "taxType": "FLAT"
                }
              }
            ],
            "unavailable": false
          },
          "ancillaryPurchaseRules": {
            "availableSince": "2025-09-08",
            "availableUntil": "2027-02-23",
            "purchaseByDate": "2026-06-24"
          },
          "ancillaryRef": "Hkr00T",
          "confirmationStatus": "UNCONFIRMED",
          "id": "k2NnmnA6",
          "offerItemId": "505cce24-8242-4d02-b856-1de1c6bb7cb3",
          "pricingLevel": "SEGMENT"
        },
        {
          "ancillaryFee": {
            "base": {
              "amount": {
                "currency": "MKD",
                "value": 254.89
              },
              "code": "FF",
              "conversionRatio": {
                "minimumPoints": 125,
                "value": 0.45
              },
              "equivAmount": {
                "currency": "DOP",
                "value": 220.16
              },
              "override": false,
              "points": 21061,
              "referenceAmount": {
                "currency": "KZT",
                "value": 429.64
              },
              "taxType": "FLAT"
            },
            "deal": [
              {
                "amount": {
                  "currency": "BAM",
                  "value": 87.33
                },
                "conversionRatio": {
                  "minimumPoints": 132,
                  "value": 0.38
                },
                "id": "07d87a2f-8682-4100-baad-a29c1dfa3d1a",
                "offerName": "FLIGHT BUNDLE",
                "percentage": 30,
                "points": 533,
                "promotionCode": [
                  "PROMO20",
                  "SAVE10",
                  "FLIGHT5"
                ],
                "promotionId": "8",
                "promotionTag": "FZyUQpCRpA4Zxgk",
                "type": "FEE_WAIVER"
              }
            ],
            "tax": [
              {
                "amount": {
                  "currency": "NGN",
                  "value": 95.03
                },
                "code": "Ka",
                "conversionRatio": {
                  "minimumPoints": 200,
                  "value": 0.43
                },
                "equivAmount": {
                  "currency": "BND",
                  "value": 177.16
                },
                "override": false,
                "points": 24608,
                "referenceAmount": {
                  "currency": "FJD",
                  "value": 316.33
                },
                "taxType": "PROPORTIONAL"
              },
              {
                "amount": {
                  "currency": "MMK",
                  "value": 480.47
                },
                "code": "op",
                "conversionRatio": {
                  "minimumPoints": 681,
                  "value": 0.25
                },
                "equivAmount": {
                  "currency": "SLE",
                  "value": 410.18
                },
                "override": false,
                "points": 30254,
                "referenceAmount": {
                  "currency": "IRR",
                  "value": 100.2
                },
                "taxType": "PROPORTIONAL"
              }
            ],
            "taxesIncludedInBase": true,
            "taxExempt": false,
            "totalFee": [
              {
                "base": {
                  "amount": {
                    "currency": "BOB",
                    "value": 353.65
                  },
                  "code": "Kz",
                  "conversionRatio": {
                    "minimumPoints": 410,
                    "value": 0.99
                  },
                  "equivAmount": {
                    "currency": "CNY",
                    "value": 340.89
                  },
                  "override": true,
                  "points": 13009,
                  "referenceAmount": {
                    "currency": "MZN",
                    "value": 147.63
                  },
                  "taxType": "PROPORTIONAL"
                },
                "discountCalculationRule": "WITHOUT_DISCOUNTS",
                "redemptionCalculationRule": "MIN_POINTS_USED",
                "tax": [
                  {
                    "amount": {
                      "currency": "SAR",
                      "value": 479.75
                    },
                    "code": "VM",
                    "conversionRatio": {
                      "minimumPoints": 923,
                      "value": 0.29
                    },
                    "equivAmount": {
                      "currency": "BZD",
                      "value": 74.35
                    },
                    "override": true,
                    "points": 44769,
                    "referenceAmount": {
                      "currency": "EUR",
                      "value": 151.6
                    },
                    "taxType": "PROPORTIONAL"
                  }
                ],
                "total": {
                  "amount": {
                    "currency": "KHR",
                    "value": 87.07
                  },
                  "code": "jO",
                  "conversionRatio": {
                    "minimumPoints": 537,
                    "value": 0.81
                  },
                  "equivAmount": {
                    "currency": "NZD",
                    "value": 240.53
                  },
                  "override": true,
                  "points": 11160,
                  "referenceAmount": {
                    "currency": "CHF",
                    "value": 24.31
                  },
                  "taxType": "PROPORTIONAL"
                },
                "totalTaxes": {
                  "amount": {
                    "currency": "PYG",
                    "value": 389.62
                  },
                  "code": "bj",
                  "conversionRatio": {
                    "minimumPoints": 523,
                    "value": 0.53
                  },
                  "equivAmount": {
                    "currency": "CZK",
                    "value": 359.76
                  },
                  "override": false,
                  "points": 26645,
                  "referenceAmount": {
                    "currency": "MKD",
                    "value": 210.58
                  },
                  "taxType": "FLAT"
                }
              }
            ],
            "unavailable": true
          },
          "ancillaryPurchaseRules": {
            "availableSince": "2025-06-23",
            "availableUntil": "2026-09-19",
            "purchaseByDate": "2026-06-26"
          },
          "ancillaryRef": "169rJM",
          "confirmationStatus": "UNCONFIRMED",
          "id": "axHY6sFA",
          "offerItemId": "86d24ded-c9b2-41f9-8bdf-27f935659840",
          "pricingLevel": "PORTION"
        },
        {
          "ancillaryFee": {
            "base": {
              "amount": {
                "currency": "NZD",
                "value": 8.91
              },
              "code": "Zp",
              "conversionRatio": {
                "minimumPoints": 225,
                "value": 0.63
              },
              "equivAmount": {
                "currency": "PLN",
                "value": 279.23
              },
              "override": true,
              "points": 20934,
              "referenceAmount": {
                "currency": "UGX",
                "value": 167.95
              },
              "taxType": "PROPORTIONAL"
            },
            "deal": [
              {
                "amount": {
                  "currency": "CUP",
                  "value": 217.82
                },
                "conversionRatio": {
                  "minimumPoints": 832,
                  "value": 0.61
                },
                "id": "9420d968-5f05-43a6-8e51-9d8bb41e8a46",
                "offerName": "FLIGHT BUNDLE",
                "percentage": 14,
                "points": 2000,
                "promotionCode": [
                  "FLIGHT5",
                  "SAVE10"
                ],
                "promotionId": "5",
                "promotionTag": "tOgPfuazGvB5JxF",
                "type": "RISE"
              }
            ],
            "tax": [
              {
                "amount": {
                  "currency": "ANG",
                  "value": 273.25
                },
                "code": "ko",
                "conversionRatio": {
                  "minimumPoints": 728,
                  "value": 0.15
                },
                "equivAmount": {
                  "currency": "TWD",
                  "value": 328.08
                },
                "override": true,
                "points": 41484,
                "referenceAmount": {
                  "currency": "KHR",
                  "value": 305.25
                },
                "taxType": "PROPORTIONAL"
              },
              {
                "amount": {
                  "currency": "SYP",
                  "value": 328.51
                },
                "code": "Xp",
                "conversionRatio": {
                  "minimumPoints": 915,
                  "value": 0.46
                },
                "equivAmount": {
                  "currency": "CAD",
                  "value": 222.15
                },
                "override": false,
                "points": 9142,
                "referenceAmount": {
                  "currency": "KWD",
                  "value": 421.82
                },
                "taxType": "FLAT"
              },
              {
                "amount": {
                  "currency": "ISK",
                  "value": 281.63
                },
                "code": "Kq",
                "conversionRatio": {
                  "minimumPoints": 941,
                  "value": 0.37
                },
                "equivAmount": {
                  "currency": "GNF",
                  "value": 210.77
                },
                "override": true,
                "points": 28865,
                "referenceAmount": {
                  "currency": "XPF",
                  "value": 271.47
                },
                "taxType": "FLAT"
              },
              {
                "amount": {
                  "currency": "BSD",
                  "value": 336.77
                },
                "code": "rn",
                "conversionRatio": {
                  "minimumPoints": 325,
                  "value": 0.94
                },
                "equivAmount": {
                  "currency": "MDL",
                  "value": 212.35
                },
                "override": true,
                "points": 27786,
                "referenceAmount": {
                  "currency": "JOD",
                  "value": 7.96
                },
                "taxType": "PROPORTIONAL"
              },
              {
                "amount": {
                  "currency": "CUP",
                  "value": 390.5
                },
                "code": "zQ",
                "conversionRatio": {
                  "minimumPoints": 260,
                  "value": 0.58
                },
                "equivAmount": {
                  "currency": "CVE",
                  "value": 346.57
                },
                "override": false,
                "points": 47639,
                "referenceAmount": {
                  "currency": "SDG",
                  "value": 321.75
                },
                "taxType": "FLAT"
              }
            ],
            "taxesIncludedInBase": true,
            "taxExempt": false,
            "totalFee": [
              {
                "base": {
                  "amount": {
                    "currency": "BAM",
                    "value": 444.88
                  },
                  "code": "Me",
                  "conversionRatio": {
                    "minimumPoints": 476,
                    "value": 0.89
                  },
                  "equivAmount": {
                    "currency": "GNF",
                    "value": 322.68
                  },
                  "override": false,
                  "points": 31648,
                  "referenceAmount": {
                    "currency": "PKR",
                    "value": 123.46
                  },
                  "taxType": "PROPORTIONAL"
                },
                "discountCalculationRule": "WITHOUT_DISCOUNTS",
                "redemptionCalculationRule": "MAX_POINTS_USED",
                "tax": [
                  {
                    "amount": {
                      "currency": "TJS",
                      "value": 415.42
                    },
                    "code": "ke",
                    "conversionRatio": {
                      "minimumPoints": 217,
                      "value": 0.38
                    },
                    "equivAmount": {
                      "currency": "MGA",
                      "value": 371.26
                    },
                    "override": false,
                    "points": 28801,
                    "referenceAmount": {
                      "currency": "CHF",
                      "value": 78.82
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "NPR",
                      "value": 395.26
                    },
                    "code": "JU",
                    "conversionRatio": {
                      "minimumPoints": 253,
                      "value": 0.67
                    },
                    "equivAmount": {
                      "currency": "GBP",
                      "value": 45.34
                    },
                    "override": true,
                    "points": 28079,
                    "referenceAmount": {
                      "currency": "SZL",
                      "value": 102.1
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "ILS",
                      "value": 446.6
                    },
                    "code": "Ql",
                    "conversionRatio": {
                      "minimumPoints": 424,
                      "value": 0.52
                    },
                    "equivAmount": {
                      "currency": "MZN",
                      "value": 445.88
                    },
                    "override": false,
                    "points": 22839,
                    "referenceAmount": {
                      "currency": "MUR",
                      "value": 175.33
                    },
                    "taxType": "PROPORTIONAL"
                  }
                ],
                "total": {
                  "amount": {
                    "currency": "BTN",
                    "value": 186.6
                  },
                  "code": "CS",
                  "conversionRatio": {
                    "minimumPoints": 174,
                    "value": 0.1
                  },
                  "equivAmount": {
                    "currency": "AED",
                    "value": 311.57
                  },
                  "override": false,
                  "points": 12452,
                  "referenceAmount": {
                    "currency": "DOP",
                    "value": 233.06
                  },
                  "taxType": "FLAT"
                },
                "totalTaxes": {
                  "amount": {
                    "currency": "NGN",
                    "value": 367.22
                  },
                  "code": "yD",
                  "conversionRatio": {
                    "minimumPoints": 845,
                    "value": 0.28
                  },
                  "equivAmount": {
                    "currency": "YER",
                    "value": 207.15
                  },
                  "override": false,
                  "points": 36812,
                  "referenceAmount": {
                    "currency": "UAH",
                    "value": 467.87
                  },
                  "taxType": "FLAT"
                }
              },
              {
                "base": {
                  "amount": {
                    "currency": "RON",
                    "value": 200.84
                  },
                  "code": "tX",
                  "conversionRatio": {
                    "minimumPoints": 880,
                    "value": 0.95
                  },
                  "equivAmount": {
                    "currency": "WST",
                    "value": 152.21
                  },
                  "override": true,
                  "points": 9465,
                  "referenceAmount": {
                    "currency": "WST",
                    "value": 342.21
                  },
                  "taxType": "FLAT"
                },
                "discountCalculationRule": "WITHOUT_DISCOUNTS",
                "redemptionCalculationRule": "MIN_POINTS_USED",
                "tax": [
                  {
                    "amount": {
                      "currency": "ILS",
                      "value": 303.14
                    },
                    "code": "OW",
                    "conversionRatio": {
                      "minimumPoints": 543,
                      "value": 0.19
                    },
                    "equivAmount": {
                      "currency": "SBD",
                      "value": 210.82
                    },
                    "override": false,
                    "points": 26176,
                    "referenceAmount": {
                      "currency": "NOK",
                      "value": 105.29
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "SLE",
                      "value": 171.68
                    },
                    "code": "yy",
                    "conversionRatio": {
                      "minimumPoints": 514,
                      "value": 0.37
                    },
                    "equivAmount": {
                      "currency": "USD",
                      "value": 442.25
                    },
                    "override": false,
                    "points": 39035,
                    "referenceAmount": {
                      "currency": "GTQ",
                      "value": 27.75
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "GBP",
                      "value": 479.84
                    },
                    "code": "Wd",
                    "conversionRatio": {
                      "minimumPoints": 453,
                      "value": 0.41
                    },
                    "equivAmount": {
                      "currency": "KMF",
                      "value": 272.42
                    },
                    "override": false,
                    "points": 36561,
                    "referenceAmount": {
                      "currency": "AUD",
                      "value": 451.64
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "CDF",
                      "value": 250.63
                    },
                    "code": "xJ",
                    "conversionRatio": {
                      "minimumPoints": 621,
                      "value": 0.69
                    },
                    "equivAmount": {
                      "currency": "DJF",
                      "value": 430.37
                    },
                    "override": false,
                    "points": 12007,
                    "referenceAmount": {
                      "currency": "BTN",
                      "value": 277.37
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "INR",
                      "value": 162.55
                    },
                    "code": "ke",
                    "conversionRatio": {
                      "minimumPoints": 657,
                      "value": 0.96
                    },
                    "equivAmount": {
                      "currency": "CZK",
                      "value": 66.94
                    },
                    "override": true,
                    "points": 22187,
                    "referenceAmount": {
                      "currency": "MOP",
                      "value": 143.19
                    },
                    "taxType": "FLAT"
                  }
                ],
                "total": {
                  "amount": {
                    "currency": "BGN",
                    "value": 284.02
                  },
                  "code": "KA",
                  "conversionRatio": {
                    "minimumPoints": 212,
                    "value": 0.84
                  },
                  "equivAmount": {
                    "currency": "INR",
                    "value": 373.09
                  },
                  "override": false,
                  "points": 7831,
                  "referenceAmount": {
                    "currency": "SAR",
                    "value": 494.78
                  },
                  "taxType": "PROPORTIONAL"
                },
                "totalTaxes": {
                  "amount": {
                    "currency": "RON",
                    "value": 400.4
                  },
                  "code": "kP",
                  "conversionRatio": {
                    "minimumPoints": 827,
                    "value": 0.47
                  },
                  "equivAmount": {
                    "currency": "MMK",
                    "value": 382.05
                  },
                  "override": true,
                  "points": 18097,
                  "referenceAmount": {
                    "currency": "DOP",
                    "value": 248.44
                  },
                  "taxType": "FLAT"
                }
              }
            ],
            "unavailable": true
          },
          "ancillaryPurchaseRules": {
            "availableSince": "2025-09-08",
            "availableUntil": "2026-11-03",
            "purchaseByDate": "2026-06-20"
          },
          "ancillaryRef": "tL_tCD",
          "confirmationStatus": "WAIT_LIST",
          "id": "_XUClEAk",
          "offerItemId": "f673df63-4f34-4cea-b333-527998a8e61b",
          "pricingLevel": "SEGMENT"
        },
        {
          "ancillaryFee": {
            "base": {
              "amount": {
                "currency": "BZD",
                "value": 300.31
              },
              "code": "ZX",
              "conversionRatio": {
                "minimumPoints": 311,
                "value": 0.13
              },
              "equivAmount": {
                "currency": "DKK",
                "value": 334.66
              },
              "override": false,
              "points": 27988,
              "referenceAmount": {
                "currency": "GBP",
                "value": 379
              },
              "taxType": "FLAT"
            },
            "deal": [
              {
                "amount": {
                  "currency": "DJF",
                  "value": 322.84
                },
                "conversionRatio": {
                  "minimumPoints": 393,
                  "value": 0.97
                },
                "id": "8a28367f-e71c-4948-a997-cae411fc1edb",
                "offerName": "MAY WEEKEND DISCOUNT",
                "percentage": 24,
                "points": 3654,
                "promotionCode": [
                  "SAVE10",
                  "FLIGHT5",
                  "PROMO20"
                ],
                "promotionId": "7",
                "promotionTag": "Vi7NfYgEhD6CMxz",
                "type": "OTHR"
              },
              {
                "amount": {
                  "currency": "KWD",
                  "value": 27.69
                },
                "conversionRatio": {
                  "minimumPoints": 454,
                  "value": 0.34
                },
                "id": "0918a907-b095-4cff-949b-997f76c7624d",
                "offerName": "SUMMER PROMO",
                "percentage": 30,
                "points": 4312,
                "promotionCode": [
                  "SAVE10",
                  "FLIGHT5"
                ],
                "promotionId": "1",
                "promotionTag": "QFuFGPsjR5ZwcwS",
                "type": "FEE_WAIVER"
              },
              {
                "amount": {
                  "currency": "MDL",
                  "value": 345.61
                },
                "conversionRatio": {
                  "minimumPoints": 496,
                  "value": 0.96
                },
                "id": "829d950c-be25-4e7c-916b-be51a04c0b2c",
                "offerName": "SUMMER PROMO",
                "percentage": 18,
                "points": 2690,
                "promotionCode": [
                  "PROMO20",
                  "SAVE10",
                  "FLIGHT5"
                ],
                "promotionId": "0",
                "promotionTag": "dVguWKtAQdPAuka",
                "type": "FEE_WAIVER"
              },
              {
                "amount": {
                  "currency": "TND",
                  "value": 150.44
                },
                "conversionRatio": {
                  "minimumPoints": 891,
                  "value": 0.73
                },
                "id": "e6ea88c8-7b47-4028-acef-8f506bffedb1",
                "offerName": "FLIGHT BUNDLE",
                "percentage": 7,
                "points": 3298,
                "promotionCode": [
                  "PROMO20",
                  "SAVE10"
                ],
                "promotionId": "8",
                "promotionTag": "dz1GZmwWDaazbUR",
                "type": "FEE_WAIVER"
              },
              {
                "amount": {
                  "currency": "KZT",
                  "value": 62.71
                },
                "conversionRatio": {
                  "minimumPoints": 474,
                  "value": 0.41
                },
                "id": "83dd5f80-243a-4666-b8c6-a5bab6638a73",
                "offerName": "FLIGHT BUNDLE",
                "percentage": 17,
                "points": 4808,
                "promotionCode": [
                  "PROMO20",
                  "SAVE10"
                ],
                "promotionId": "9",
                "promotionTag": "MgOFS9PFnq085Uk",
                "type": "FEE_WAIVER"
              }
            ],
            "tax": [
              {
                "amount": {
                  "currency": "GTQ",
                  "value": 363.45
                },
                "code": "po",
                "conversionRatio": {
                  "minimumPoints": 656,
                  "value": 0.85
                },
                "equivAmount": {
                  "currency": "LSL",
                  "value": 297.73
                },
                "override": false,
                "points": 17803,
                "referenceAmount": {
                  "currency": "MYR",
                  "value": 395.68
                },
                "taxType": "PROPORTIONAL"
              },
              {
                "amount": {
                  "currency": "BOB",
                  "value": 63.44
                },
                "code": "ig",
                "conversionRatio": {
                  "minimumPoints": 527,
                  "value": 0.48
                },
                "equivAmount": {
                  "currency": "HKD",
                  "value": 87.97
                },
                "override": false,
                "points": 5670,
                "referenceAmount": {
                  "currency": "BSD",
                  "value": 382.14
                },
                "taxType": "FLAT"
              },
              {
                "amount": {
                  "currency": "THB",
                  "value": 376.43
                },
                "code": "vb",
                "conversionRatio": {
                  "minimumPoints": 433,
                  "value": 0.99
                },
                "equivAmount": {
                  "currency": "KYD",
                  "value": 11.03
                },
                "override": true,
                "points": 41584,
                "referenceAmount": {
                  "currency": "GHS",
                  "value": 217.21
                },
                "taxType": "PROPORTIONAL"
              }
            ],
            "taxesIncludedInBase": false,
            "taxExempt": false,
            "totalFee": [
              {
                "base": {
                  "amount": {
                    "currency": "PGK",
                    "value": 71.94
                  },
                  "code": "yy",
                  "conversionRatio": {
                    "minimumPoints": 463,
                    "value": 0.56
                  },
                  "equivAmount": {
                    "currency": "OMR",
                    "value": 298.12
                  },
                  "override": true,
                  "points": 26791,
                  "referenceAmount": {
                    "currency": "AED",
                    "value": 456.53
                  },
                  "taxType": "PROPORTIONAL"
                },
                "discountCalculationRule": "WITH_DISCOUNTS",
                "redemptionCalculationRule": "MAX_POINTS_USED",
                "tax": [
                  {
                    "amount": {
                      "currency": "JOD",
                      "value": 93
                    },
                    "code": "NX",
                    "conversionRatio": {
                      "minimumPoints": 689,
                      "value": 0.5
                    },
                    "equivAmount": {
                      "currency": "DKK",
                      "value": 377.11
                    },
                    "override": true,
                    "points": 13404,
                    "referenceAmount": {
                      "currency": "ALL",
                      "value": 281.7
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "SBD",
                      "value": 400.98
                    },
                    "code": "aN",
                    "conversionRatio": {
                      "minimumPoints": 308,
                      "value": 0.48
                    },
                    "equivAmount": {
                      "currency": "AUD",
                      "value": 233.03
                    },
                    "override": false,
                    "points": 48547,
                    "referenceAmount": {
                      "currency": "UZS",
                      "value": 458.9
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "YER",
                      "value": 456.3
                    },
                    "code": "tc",
                    "conversionRatio": {
                      "minimumPoints": 694,
                      "value": 0.14
                    },
                    "equivAmount": {
                      "currency": "SRD",
                      "value": 227.33
                    },
                    "override": true,
                    "points": 12858,
                    "referenceAmount": {
                      "currency": "SHP",
                      "value": 73.81
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "INR",
                      "value": 115.59
                    },
                    "code": "Lh",
                    "conversionRatio": {
                      "minimumPoints": 538,
                      "value": 0.97
                    },
                    "equivAmount": {
                      "currency": "BIF",
                      "value": 281.21
                    },
                    "override": true,
                    "points": 11103,
                    "referenceAmount": {
                      "currency": "BSD",
                      "value": 369.49
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "SHP",
                      "value": 318.17
                    },
                    "code": "kp",
                    "conversionRatio": {
                      "minimumPoints": 690,
                      "value": 0.91
                    },
                    "equivAmount": {
                      "currency": "RWF",
                      "value": 201.06
                    },
                    "override": true,
                    "points": 15752,
                    "referenceAmount": {
                      "currency": "SOS",
                      "value": 487.83
                    },
                    "taxType": "FLAT"
                  }
                ],
                "total": {
                  "amount": {
                    "currency": "SLE",
                    "value": 174.17
                  },
                  "code": "jj",
                  "conversionRatio": {
                    "minimumPoints": 567,
                    "value": 0.54
                  },
                  "equivAmount": {
                    "currency": "BMD",
                    "value": 45.63
                  },
                  "override": false,
                  "points": 48815,
                  "referenceAmount": {
                    "currency": "COP",
                    "value": 241.3
                  },
                  "taxType": "PROPORTIONAL"
                },
                "totalTaxes": {
                  "amount": {
                    "currency": "CAD",
                    "value": 477.39
                  },
                  "code": "Ea",
                  "conversionRatio": {
                    "minimumPoints": 947,
                    "value": 0.7
                  },
                  "equivAmount": {
                    "currency": "BBD",
                    "value": 291.54
                  },
                  "override": false,
                  "points": 9194,
                  "referenceAmount": {
                    "currency": "USD",
                    "value": 87.56
                  },
                  "taxType": "PROPORTIONAL"
                }
              },
              {
                "base": {
                  "amount": {
                    "currency": "AOA",
                    "value": 167.57
                  },
                  "code": "LX",
                  "conversionRatio": {
                    "minimumPoints": 601,
                    "value": 0.11
                  },
                  "equivAmount": {
                    "currency": "PEN",
                    "value": 285.97
                  },
                  "override": false,
                  "points": 47990,
                  "referenceAmount": {
                    "currency": "MZN",
                    "value": 492.48
                  },
                  "taxType": "FLAT"
                },
                "discountCalculationRule": "WITH_DISCOUNTS",
                "redemptionCalculationRule": "MAX_POINTS_USED",
                "tax": [
                  {
                    "amount": {
                      "currency": "NIO",
                      "value": 256.99
                    },
                    "code": "Mg",
                    "conversionRatio": {
                      "minimumPoints": 891,
                      "value": 0.58
                    },
                    "equivAmount": {
                      "currency": "AMD",
                      "value": 246.03
                    },
                    "override": false,
                    "points": 25252,
                    "referenceAmount": {
                      "currency": "BAM",
                      "value": 267.9
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "KYD",
                      "value": 186.27
                    },
                    "code": "rq",
                    "conversionRatio": {
                      "minimumPoints": 557,
                      "value": 0.85
                    },
                    "equivAmount": {
                      "currency": "LAK",
                      "value": 184.26
                    },
                    "override": true,
                    "points": 5000,
                    "referenceAmount": {
                      "currency": "CUP",
                      "value": 367.47
                    },
                    "taxType": "FLAT"
                  }
                ],
                "total": {
                  "amount": {
                    "currency": "JOD",
                    "value": 129.77
                  },
                  "code": "tE",
                  "conversionRatio": {
                    "minimumPoints": 474,
                    "value": 0.73
                  },
                  "equivAmount": {
                    "currency": "PLN",
                    "value": 482.33
                  },
                  "override": true,
                  "points": 4806,
                  "referenceAmount": {
                    "currency": "MGA",
                    "value": 390.77
                  },
                  "taxType": "PROPORTIONAL"
                },
                "totalTaxes": {
                  "amount": {
                    "currency": "BIF",
                    "value": 488.78
                  },
                  "code": "Yt",
                  "conversionRatio": {
                    "minimumPoints": 564,
                    "value": 0.1
                  },
                  "equivAmount": {
                    "currency": "YER",
                    "value": 489.92
                  },
                  "override": true,
                  "points": 14840,
                  "referenceAmount": {
                    "currency": "ARS",
                    "value": 441.41
                  },
                  "taxType": "FLAT"
                }
              },
              {
                "base": {
                  "amount": {
                    "currency": "LRD",
                    "value": 60.89
                  },
                  "code": "qI",
                  "conversionRatio": {
                    "minimumPoints": 619,
                    "value": 0.38
                  },
                  "equivAmount": {
                    "currency": "TND",
                    "value": 124.28
                  },
                  "override": false,
                  "points": 28826,
                  "referenceAmount": {
                    "currency": "CLP",
                    "value": 309.33
                  },
                  "taxType": "FLAT"
                },
                "discountCalculationRule": "WITH_DISCOUNTS",
                "redemptionCalculationRule": "MAX_POINTS_USED",
                "tax": [
                  {
                    "amount": {
                      "currency": "HKD",
                      "value": 169.51
                    },
                    "code": "jS",
                    "conversionRatio": {
                      "minimumPoints": 147,
                      "value": 0.35
                    },
                    "equivAmount": {
                      "currency": "BHD",
                      "value": 402.82
                    },
                    "override": false,
                    "points": 19465,
                    "referenceAmount": {
                      "currency": "BZD",
                      "value": 351.46
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "MZN",
                      "value": 44.67
                    },
                    "code": "uG",
                    "conversionRatio": {
                      "minimumPoints": 252,
                      "value": 0.19
                    },
                    "equivAmount": {
                      "currency": "STN",
                      "value": 19.75
                    },
                    "override": false,
                    "points": 4873,
                    "referenceAmount": {
                      "currency": "CVE",
                      "value": 92.35
                    },
                    "taxType": "FLAT"
                  }
                ],
                "total": {
                  "amount": {
                    "currency": "QAR",
                    "value": 468.76
                  },
                  "code": "Md",
                  "conversionRatio": {
                    "minimumPoints": 733,
                    "value": 0.82
                  },
                  "equivAmount": {
                    "currency": "XPF",
                    "value": 351.24
                  },
                  "override": true,
                  "points": 19666,
                  "referenceAmount": {
                    "currency": "AFN",
                    "value": 259.62
                  },
                  "taxType": "PROPORTIONAL"
                },
                "totalTaxes": {
                  "amount": {
                    "currency": "NOK",
                    "value": 221.28
                  },
                  "code": "qx",
                  "conversionRatio": {
                    "minimumPoints": 371,
                    "value": 0.37
                  },
                  "equivAmount": {
                    "currency": "RSD",
                    "value": 49.48
                  },
                  "override": true,
                  "points": 29573,
                  "referenceAmount": {
                    "currency": "RUB",
                    "value": 259.54
                  },
                  "taxType": "FLAT"
                }
              },
              {
                "base": {
                  "amount": {
                    "currency": "BAM",
                    "value": 479.53
                  },
                  "code": "tK",
                  "conversionRatio": {
                    "minimumPoints": 414,
                    "value": 0.89
                  },
                  "equivAmount": {
                    "currency": "TZS",
                    "value": 405.97
                  },
                  "override": false,
                  "points": 3298,
                  "referenceAmount": {
                    "currency": "PAB",
                    "value": 443.41
                  },
                  "taxType": "FLAT"
                },
                "discountCalculationRule": "WITHOUT_DISCOUNTS",
                "redemptionCalculationRule": "MIN_POINTS_USED",
                "tax": [
                  {
                    "amount": {
                      "currency": "MZN",
                      "value": 19.54
                    },
                    "code": "vl",
                    "conversionRatio": {
                      "minimumPoints": 437,
                      "value": 0.8
                    },
                    "equivAmount": {
                      "currency": "PYG",
                      "value": 299.02
                    },
                    "override": true,
                    "points": 45326,
                    "referenceAmount": {
                      "currency": "SBD",
                      "value": 260.51
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "MOP",
                      "value": 23.98
                    },
                    "code": "jE",
                    "conversionRatio": {
                      "minimumPoints": 761,
                      "value": 0.18
                    },
                    "equivAmount": {
                      "currency": "SLE",
                      "value": 283.3
                    },
                    "override": true,
                    "points": 32293,
                    "referenceAmount": {
                      "currency": "KES",
                      "value": 342.82
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "AUD",
                      "value": 236.94
                    },
                    "code": "ZD",
                    "conversionRatio": {
                      "minimumPoints": 358,
                      "value": 0.2
                    },
                    "equivAmount": {
                      "currency": "ETB",
                      "value": 236.29
                    },
                    "override": true,
                    "points": 35388,
                    "referenceAmount": {
                      "currency": "CVE",
                      "value": 95.04
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "BMD",
                      "value": 402.48
                    },
                    "code": "JH",
                    "conversionRatio": {
                      "minimumPoints": 670,
                      "value": 0.45
                    },
                    "equivAmount": {
                      "currency": "ANG",
                      "value": 181.91
                    },
                    "override": false,
                    "points": 40171,
                    "referenceAmount": {
                      "currency": "NAD",
                      "value": 30.01
                    },
                    "taxType": "PROPORTIONAL"
                  }
                ],
                "total": {
                  "amount": {
                    "currency": "SEK",
                    "value": 294.02
                  },
                  "code": "ZE",
                  "conversionRatio": {
                    "minimumPoints": 725,
                    "value": 0.78
                  },
                  "equivAmount": {
                    "currency": "TTD",
                    "value": 129.43
                  },
                  "override": false,
                  "points": 19011,
                  "referenceAmount": {
                    "currency": "ZWL",
                    "value": 386.55
                  },
                  "taxType": "PROPORTIONAL"
                },
                "totalTaxes": {
                  "amount": {
                    "currency": "BND",
                    "value": 366.46
                  },
                  "code": "Sz",
                  "conversionRatio": {
                    "minimumPoints": 745,
                    "value": 0.64
                  },
                  "equivAmount": {
                    "currency": "MRU",
                    "value": 472.29
                  },
                  "override": true,
                  "points": 44371,
                  "referenceAmount": {
                    "currency": "RUB",
                    "value": 289.06
                  },
                  "taxType": "FLAT"
                }
              }
            ],
            "unavailable": false
          },
          "ancillaryPurchaseRules": {
            "availableSince": "2026-05-20",
            "availableUntil": "2026-11-02",
            "purchaseByDate": "2026-06-18"
          },
          "ancillaryRef": "QIJ17D",
          "confirmationStatus": "UNCONFIRMED",
          "id": "-xBASh2U",
          "offerItemId": "ac3fcc23-30a1-4835-a822-446295901107",
          "pricingLevel": "SEGMENT"
        },
        {
          "ancillaryFee": {
            "base": {
              "amount": {
                "currency": "MNT",
                "value": 25.14
              },
              "code": "et",
              "conversionRatio": {
                "minimumPoints": 269,
                "value": 0.85
              },
              "equivAmount": {
                "currency": "MDL",
                "value": 312.34
              },
              "override": true,
              "points": 18534,
              "referenceAmount": {
                "currency": "SEK",
                "value": 172.89
              },
              "taxType": "FLAT"
            },
            "deal": [
              {
                "amount": {
                  "currency": "RSD",
                  "value": 47.56
                },
                "conversionRatio": {
                  "minimumPoints": 763,
                  "value": 0.37
                },
                "id": "74eaee4c-5b56-4d44-a160-61c040e526eb",
                "offerName": "SUMMER PROMO",
                "percentage": 5,
                "points": 3116,
                "promotionCode": [
                  "SAVE10",
                  "FLIGHT5",
                  "PROMO20"
                ],
                "promotionId": "7",
                "promotionTag": "hxvvt4dqZj6zK8a",
                "type": "RISE"
              },
              {
                "amount": {
                  "currency": "NPR",
                  "value": 188.56
                },
                "conversionRatio": {
                  "minimumPoints": 285,
                  "value": 0.66
                },
                "id": "245a67b2-4086-4b1a-8202-32e2c1e6649d",
                "offerName": "SUMMER PROMO",
                "percentage": 16,
                "points": 1000,
                "promotionCode": [
                  "PROMO20",
                  "SAVE10"
                ],
                "promotionId": "3",
                "promotionTag": "om9WpTtSGfzTKRE",
                "type": "OTHR"
              },
              {
                "amount": {
                  "currency": "LKR",
                  "value": 108.25
                },
                "conversionRatio": {
                  "minimumPoints": 847,
                  "value": 0.56
                },
                "id": "6a803bf5-bc52-4b91-940b-57a7e708f8ab",
                "offerName": "MAY WEEKEND DISCOUNT",
                "percentage": 16,
                "points": 3644,
                "promotionCode": [
                  "SAVE10",
                  "PROMO20",
                  "FLIGHT5"
                ],
                "promotionId": "1",
                "promotionTag": "ArN9uKuslHK5iQ3",
                "type": "FEE_WAIVER"
              },
              {
                "amount": {
                  "currency": "AED",
                  "value": 171.18
                },
                "conversionRatio": {
                  "minimumPoints": 717,
                  "value": 0.73
                },
                "id": "4a92185c-cb41-4a76-9f05-8b7e17c850a6",
                "offerName": "FLIGHT BUNDLE",
                "percentage": 24,
                "points": 4364,
                "promotionCode": [
                  "SAVE10",
                  "FLIGHT5"
                ],
                "promotionId": "2",
                "promotionTag": "46E7FOBk0giITpF",
                "type": "DISCOUNT"
              }
            ],
            "tax": [
              {
                "amount": {
                  "currency": "MVR",
                  "value": 341.83
                },
                "code": "vA",
                "conversionRatio": {
                  "minimumPoints": 951,
                  "value": 0.96
                },
                "equivAmount": {
                  "currency": "BRL",
                  "value": 365.38
                },
                "override": false,
                "points": 1789,
                "referenceAmount": {
                  "currency": "JPY",
                  "value": 105.47
                },
                "taxType": "FLAT"
              },
              {
                "amount": {
                  "currency": "ISK",
                  "value": 225.87
                },
                "code": "CG",
                "conversionRatio": {
                  "minimumPoints": 646,
                  "value": 0.18
                },
                "equivAmount": {
                  "currency": "TND",
                  "value": 223.2
                },
                "override": false,
                "points": 1416,
                "referenceAmount": {
                  "currency": "GEL",
                  "value": 409.17
                },
                "taxType": "FLAT"
              },
              {
                "amount": {
                  "currency": "BHD",
                  "value": 389.06
                },
                "code": "sX",
                "conversionRatio": {
                  "minimumPoints": 986,
                  "value": 0.86
                },
                "equivAmount": {
                  "currency": "UYU",
                  "value": 370.8
                },
                "override": true,
                "points": 42058,
                "referenceAmount": {
                  "currency": "ARS",
                  "value": 387.94
                },
                "taxType": "PROPORTIONAL"
              }
            ],
            "taxesIncludedInBase": false,
            "taxExempt": true,
            "totalFee": [
              {
                "base": {
                  "amount": {
                    "currency": "XOF",
                    "value": 294.76
                  },
                  "code": "nH",
                  "conversionRatio": {
                    "minimumPoints": 919,
                    "value": 0.99
                  },
                  "equivAmount": {
                    "currency": "PKR",
                    "value": 249.34
                  },
                  "override": false,
                  "points": 16838,
                  "referenceAmount": {
                    "currency": "BGN",
                    "value": 364.33
                  },
                  "taxType": "FLAT"
                },
                "discountCalculationRule": "WITH_DISCOUNTS",
                "redemptionCalculationRule": "MAX_POINTS_USED",
                "tax": [
                  {
                    "amount": {
                      "currency": "AMD",
                      "value": 154.48
                    },
                    "code": "On",
                    "conversionRatio": {
                      "minimumPoints": 753,
                      "value": 0.46
                    },
                    "equivAmount": {
                      "currency": "SOS",
                      "value": 317.8
                    },
                    "override": false,
                    "points": 42896,
                    "referenceAmount": {
                      "currency": "SGD",
                      "value": 343.97
                    },
                    "taxType": "FLAT"
                  }
                ],
                "total": {
                  "amount": {
                    "currency": "PYG",
                    "value": 422.79
                  },
                  "code": "zY",
                  "conversionRatio": {
                    "minimumPoints": 534,
                    "value": 0.53
                  },
                  "equivAmount": {
                    "currency": "BMD",
                    "value": 459.66
                  },
                  "override": true,
                  "points": 12477,
                  "referenceAmount": {
                    "currency": "CRC",
                    "value": 185.45
                  },
                  "taxType": "FLAT"
                },
                "totalTaxes": {
                  "amount": {
                    "currency": "HUF",
                    "value": 486.44
                  },
                  "code": "fE",
                  "conversionRatio": {
                    "minimumPoints": 449,
                    "value": 0.43
                  },
                  "equivAmount": {
                    "currency": "JMD",
                    "value": 43.62
                  },
                  "override": true,
                  "points": 30598,
                  "referenceAmount": {
                    "currency": "RSD",
                    "value": 190.52
                  },
                  "taxType": "FLAT"
                }
              },
              {
                "base": {
                  "amount": {
                    "currency": "AOA",
                    "value": 226.53
                  },
                  "code": "nm",
                  "conversionRatio": {
                    "minimumPoints": 115,
                    "value": 0.25
                  },
                  "equivAmount": {
                    "currency": "MDL",
                    "value": 285.39
                  },
                  "override": true,
                  "points": 22319,
                  "referenceAmount": {
                    "currency": "JOD",
                    "value": 446.61
                  },
                  "taxType": "PROPORTIONAL"
                },
                "discountCalculationRule": "WITHOUT_DISCOUNTS",
                "redemptionCalculationRule": "MAX_POINTS_USED",
                "tax": [
                  {
                    "amount": {
                      "currency": "AOA",
                      "value": 440.52
                    },
                    "code": "fs",
                    "conversionRatio": {
                      "minimumPoints": 288,
                      "value": 0.14
                    },
                    "equivAmount": {
                      "currency": "KZT",
                      "value": 186.64
                    },
                    "override": false,
                    "points": 38507,
                    "referenceAmount": {
                      "currency": "DJF",
                      "value": 425.94
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "YER",
                      "value": 109.01
                    },
                    "code": "yl",
                    "conversionRatio": {
                      "minimumPoints": 131,
                      "value": 0.84
                    },
                    "equivAmount": {
                      "currency": "CDF",
                      "value": 440.44
                    },
                    "override": true,
                    "points": 13783,
                    "referenceAmount": {
                      "currency": "GHS",
                      "value": 321.83
                    },
                    "taxType": "PROPORTIONAL"
                  }
                ],
                "total": {
                  "amount": {
                    "currency": "TWD",
                    "value": 390.06
                  },
                  "code": "zr",
                  "conversionRatio": {
                    "minimumPoints": 863,
                    "value": 0.65
                  },
                  "equivAmount": {
                    "currency": "DJF",
                    "value": 231.25
                  },
                  "override": true,
                  "points": 45283,
                  "referenceAmount": {
                    "currency": "SLE",
                    "value": 19.74
                  },
                  "taxType": "PROPORTIONAL"
                },
                "totalTaxes": {
                  "amount": {
                    "currency": "BRL",
                    "value": 171.18
                  },
                  "code": "Uw",
                  "conversionRatio": {
                    "minimumPoints": 348,
                    "value": 0.35
                  },
                  "equivAmount": {
                    "currency": "THB",
                    "value": 121.6
                  },
                  "override": true,
                  "points": 21554,
                  "referenceAmount": {
                    "currency": "ZWL",
                    "value": 316.81
                  },
                  "taxType": "PROPORTIONAL"
                }
              }
            ],
            "unavailable": true
          },
          "ancillaryPurchaseRules": {
            "availableSince": "2025-11-18",
            "availableUntil": "2027-03-01",
            "purchaseByDate": "2026-06-18"
          },
          "ancillaryRef": "GXckYX",
          "confirmationStatus": "CONFIRMED",
          "id": "BLC7gSvD",
          "offerItemId": "3d429b02-7f66-4bb0-b0e9-747ecd7bf71f",
          "pricingLevel": "ITINERARY"
        }
      ]
    },
    "pricing": {
      "airExtraPricings": {
        "airExtraPricing": [
          {
            "airExtraRefs": [
              "id01",
              "id02"
            ],
            "deal": [
              {
                "amount": {
                  "currency": "PEN",
                  "value": 329.32
                },
                "conversionRatio": {
                  "minimumPoints": 756,
                  "value": 0.4
                },
                "id": "2b4bcda1-a2a6-46b2-9b71-35b581b86180",
                "offerName": "FLIGHT BUNDLE",
                "percentage": 6,
                "points": 3405,
                "promotionCode": [
                  "SAVE10",
                  "PROMO20",
                  "FLIGHT5"
                ],
                "promotionId": "7",
                "promotionTag": "IwBvekZlhSNaDau",
                "type": "FEE_WAIVER"
              },
              {
                "amount": {
                  "currency": "BZD",
                  "value": 451.38
                },
                "conversionRatio": {
                  "minimumPoints": 140,
                  "value": 0.1
                },
                "id": "24d08414-4c82-4f72-a7dc-308e168dedb8",
                "offerName": "SUMMER PROMO",
                "percentage": 17,
                "points": 3445,
                "promotionCode": [
                  "FLIGHT5",
                  "PROMO20",
                  "SAVE10"
                ],
                "promotionId": "8",
                "promotionTag": "eqsHmnz4Kdm4EH7",
                "type": "RISE"
              },
              {
                "amount": {
                  "currency": "LAK",
                  "value": 419
                },
                "conversionRatio": {
                  "minimumPoints": 809,
                  "value": 0.25
                },
                "id": "6337c6f1-9e53-4738-9a78-f725277dfc50",
                "offerName": "SUMMER PROMO",
                "percentage": 19,
                "points": 1441,
                "promotionCode": [
                  "FLIGHT5",
                  "PROMO20",
                  "SAVE10"
                ],
                "promotionId": "9",
                "promotionTag": "myIHx5Hr7mu9COG",
                "type": "RISE"
              },
              {
                "amount": {
                  "currency": "BBD",
                  "value": 331.23
                },
                "conversionRatio": {
                  "minimumPoints": 155,
                  "value": 0.82
                },
                "id": "5a2db155-451b-4cbe-988d-05806ecc6208",
                "offerName": "FLIGHT BUNDLE",
                "percentage": 9,
                "points": 4998,
                "promotionCode": [
                  "PROMO20",
                  "SAVE10",
                  "FLIGHT5"
                ],
                "promotionId": "5",
                "promotionTag": "7cM9gHmM6wcbCOk",
                "type": "FEE_WAIVER"
              }
            ],
            "fareCalculationModeIndicator": "AUTOMATIC_PRICING_MANUAL_TAXES",
            "id": "ZDZW",
            "pricingLevel": "ITINERARY",
            "taxesIncludedInBase": true,
            "totalFee": {
              "base": {
                "amount": {
                  "currency": "SOS",
                  "value": 301.73
                },
                "code": "pT",
                "conversionRatio": {
                  "minimumPoints": 689,
                  "value": 0.65
                },
                "equivAmount": {
                  "currency": "MXN",
                  "value": 222.47
                },
                "override": false,
                "points": 36327,
                "referenceAmount": {
                  "currency": "AMD",
                  "value": 319.72
                },
                "taxType": "FLAT"
              },
              "discountCalculationRule": "WITHOUT_DISCOUNTS",
              "redemptionCalculationRule": "MIN_POINTS_USED",
              "tax": [
                {
                  "amount": {
                    "currency": "IQD",
                    "value": 271.82
                  },
                  "code": "qo",
                  "conversionRatio": {
                    "minimumPoints": 445,
                    "value": 0.51
                  },
                  "equivAmount": {
                    "currency": "BWP",
                    "value": 459.5
                  },
                  "override": true,
                  "points": 48173,
                  "referenceAmount": {
                    "currency": "CAD",
                    "value": 142.67
                  },
                  "taxType": "PROPORTIONAL"
                },
                {
                  "amount": {
                    "currency": "USD",
                    "value": 320.18
                  },
                  "code": "yL",
                  "conversionRatio": {
                    "minimumPoints": 281,
                    "value": 0.57
                  },
                  "equivAmount": {
                    "currency": "BOB",
                    "value": 441.43
                  },
                  "override": true,
                  "points": 6221,
                  "referenceAmount": {
                    "currency": "MGA",
                    "value": 76.12
                  },
                  "taxType": "PROPORTIONAL"
                },
                {
                  "amount": {
                    "currency": "TTD",
                    "value": 299.21
                  },
                  "code": "Wq",
                  "conversionRatio": {
                    "minimumPoints": 874,
                    "value": 0.14
                  },
                  "equivAmount": {
                    "currency": "CUP",
                    "value": 72.75
                  },
                  "override": false,
                  "points": 48444,
                  "referenceAmount": {
                    "currency": "GMD",
                    "value": 254.66
                  },
                  "taxType": "FLAT"
                }
              ],
              "total": {
                "amount": {
                  "currency": "ZWL",
                  "value": 108.68
                },
                "code": "XO",
                "conversionRatio": {
                  "minimumPoints": 581,
                  "value": 0.32
                },
                "equivAmount": {
                  "currency": "ZAR",
                  "value": 293.02
                },
                "override": false,
                "points": 47891,
                "referenceAmount": {
                  "currency": "VES",
                  "value": 327.86
                },
                "taxType": "FLAT"
              },
              "totalTaxes": {
                "amount": {
                  "currency": "MVR",
                  "value": 362.82
                },
                "code": "kr",
                "conversionRatio": {
                  "minimumPoints": 599,
                  "value": 0.2
                },
                "equivAmount": {
                  "currency": "RSD",
                  "value": 302.57
                },
                "override": false,
                "points": 15398,
                "referenceAmount": {
                  "currency": "ARS",
                  "value": 210
                },
                "taxType": "FLAT"
              }
            },
            "unitFee": {
              "base": {
                "amount": {
                  "currency": "TOP",
                  "value": 300.99
                },
                "code": "Ra",
                "conversionRatio": {
                  "minimumPoints": 229,
                  "value": 0.59
                },
                "equivAmount": {
                  "currency": "GBP",
                  "value": 136.37
                },
                "override": false,
                "points": 12134,
                "referenceAmount": {
                  "currency": "MZN",
                  "value": 387.49
                },
                "taxType": "PROPORTIONAL"
              },
              "discountCalculationRule": "WITHOUT_DISCOUNTS",
              "redemptionCalculationRule": "MIN_POINTS_USED",
              "tax": [
                {
                  "amount": {
                    "currency": "CDF",
                    "value": 469.3
                  },
                  "code": "yt",
                  "conversionRatio": {
                    "minimumPoints": 218,
                    "value": 0.74
                  },
                  "equivAmount": {
                    "currency": "MOP",
                    "value": 315.62
                  },
                  "override": false,
                  "points": 24799,
                  "referenceAmount": {
                    "currency": "LRD",
                    "value": 162.72
                  },
                  "taxType": "PROPORTIONAL"
                },
                {
                  "amount": {
                    "currency": "WST",
                    "value": 219.63
                  },
                  "code": "jt",
                  "conversionRatio": {
                    "minimumPoints": 559,
                    "value": 0.59
                  },
                  "equivAmount": {
                    "currency": "KWD",
                    "value": 198.32
                  },
                  "override": true,
                  "points": 2142,
                  "referenceAmount": {
                    "currency": "DOP",
                    "value": 8.26
                  },
                  "taxType": "PROPORTIONAL"
                },
                {
                  "amount": {
                    "currency": "AFN",
                    "value": 128.11
                  },
                  "code": "oY",
                  "conversionRatio": {
                    "minimumPoints": 526,
                    "value": 0.21
                  },
                  "equivAmount": {
                    "currency": "MZN",
                    "value": 319.9
                  },
                  "override": false,
                  "points": 47509,
                  "referenceAmount": {
                    "currency": "BWP",
                    "value": 412.49
                  },
                  "taxType": "FLAT"
                },
                {
                  "amount": {
                    "currency": "RUB",
                    "value": 127.89
                  },
                  "code": "bl",
                  "conversionRatio": {
                    "minimumPoints": 995,
                    "value": 0.16
                  },
                  "equivAmount": {
                    "currency": "CVE",
                    "value": 240.45
                  },
                  "override": false,
                  "points": 35589,
                  "referenceAmount": {
                    "currency": "SAR",
                    "value": 77.39
                  },
                  "taxType": "PROPORTIONAL"
                }
              ],
              "total": {
                "amount": {
                  "currency": "MDL",
                  "value": 149.4
                },
                "code": "ed",
                "conversionRatio": {
                  "minimumPoints": 885,
                  "value": 0.83
                },
                "equivAmount": {
                  "currency": "CZK",
                  "value": 291.24
                },
                "override": true,
                "points": 28724,
                "referenceAmount": {
                  "currency": "CDF",
                  "value": 144.3
                },
                "taxType": "PROPORTIONAL"
              },
              "totalTaxes": {
                "amount": {
                  "currency": "LKR",
                  "value": 195.24
                },
                "code": "yQ",
                "conversionRatio": {
                  "minimumPoints": 925,
                  "value": 0.67
                },
                "equivAmount": {
                  "currency": "THB",
                  "value": 391.18
                },
                "override": true,
                "points": 48846,
                "referenceAmount": {
                  "currency": "RON",
                  "value": 288.67
                },
                "taxType": "FLAT"
              }
            }
          },
          {
            "airExtraRefs": [
              "id01",
              "id02"
            ],
            "deal": [
              {
                "amount": {
                  "currency": "WST",
                  "value": 111.2
                },
                "conversionRatio": {
                  "minimumPoints": 549,
                  "value": 0.67
                },
                "id": "2094b0d5-e282-4fba-8ac7-7d45a9e7b2f3",
                "offerName": "MAY WEEKEND DISCOUNT",
                "percentage": 14,
                "points": 2442,
                "promotionCode": [
                  "FLIGHT5",
                  "PROMO20",
                  "SAVE10"
                ],
                "promotionId": "7",
                "promotionTag": "ZA7Tj0jLnLgKPxO",
                "type": "FEE_WAIVER"
              },
              {
                "amount": {
                  "currency": "STN",
                  "value": 130.18
                },
                "conversionRatio": {
                  "minimumPoints": 924,
                  "value": 0.31
                },
                "id": "61115e58-ebe4-49ef-9cfb-74bace5f2459",
                "offerName": "FLIGHT BUNDLE",
                "percentage": 19,
                "points": 1201,
                "promotionCode": [
                  "SAVE10",
                  "FLIGHT5"
                ],
                "promotionId": "7",
                "promotionTag": "oPFyBkshxIntUf8",
                "type": "FEE_WAIVER"
              },
              {
                "amount": {
                  "currency": "UYU",
                  "value": 333.39
                },
                "conversionRatio": {
                  "minimumPoints": 419,
                  "value": 0.84
                },
                "id": "8721c7ab-3dea-4844-be8c-2fe989a5e78e",
                "offerName": "MAY WEEKEND DISCOUNT",
                "percentage": 21,
                "points": 4209,
                "promotionCode": [
                  "SAVE10",
                  "FLIGHT5",
                  "PROMO20"
                ],
                "promotionId": "0",
                "promotionTag": "NmENCxGEqw8rXg5",
                "type": "FEE_WAIVER"
              },
              {
                "amount": {
                  "currency": "ETB",
                  "value": 467.66
                },
                "conversionRatio": {
                  "minimumPoints": 571,
                  "value": 0.79
                },
                "id": "3bae7cb3-6bcc-485d-9da7-02fd28e61ece",
                "offerName": "SUMMER PROMO",
                "percentage": 25,
                "points": 4379,
                "promotionCode": [
                  "PROMO20",
                  "SAVE10"
                ],
                "promotionId": "5",
                "promotionTag": "P4UNILEew2jtj13",
                "type": "FEE_WAIVER"
              }
            ],
            "fareCalculationModeIndicator": "AUTOMATIC_PRICING_MANUAL_TAXES",
            "id": "YKJo",
            "pricingLevel": "PORTION",
            "taxesIncludedInBase": true,
            "totalFee": {
              "base": {
                "amount": {
                  "currency": "MWK",
                  "value": 272.1
                },
                "code": "rW",
                "conversionRatio": {
                  "minimumPoints": 113,
                  "value": 0.75
                },
                "equivAmount": {
                  "currency": "AUD",
                  "value": 253.93
                },
                "override": true,
                "points": 9395,
                "referenceAmount": {
                  "currency": "BIF",
                  "value": 108.61
                },
                "taxType": "PROPORTIONAL"
              },
              "discountCalculationRule": "WITH_DISCOUNTS",
              "redemptionCalculationRule": "MIN_POINTS_USED",
              "tax": [
                {
                  "amount": {
                    "currency": "FKP",
                    "value": 85.85
                  },
                  "code": "wv",
                  "conversionRatio": {
                    "minimumPoints": 479,
                    "value": 0.62
                  },
                  "equivAmount": {
                    "currency": "CDF",
                    "value": 492.05
                  },
                  "override": true,
                  "points": 43056,
                  "referenceAmount": {
                    "currency": "FJD",
                    "value": 368.63
                  },
                  "taxType": "FLAT"
                },
                {
                  "amount": {
                    "currency": "LAK",
                    "value": 214.52
                  },
                  "code": "PV",
                  "conversionRatio": {
                    "minimumPoints": 841,
                    "value": 0.38
                  },
                  "equivAmount": {
                    "currency": "EGP",
                    "value": 139.15
                  },
                  "override": false,
                  "points": 28123,
                  "referenceAmount": {
                    "currency": "PGK",
                    "value": 370.68
                  },
                  "taxType": "FLAT"
                }
              ],
              "total": {
                "amount": {
                  "currency": "AMD",
                  "value": 422.82
                },
                "code": "bl",
                "conversionRatio": {
                  "minimumPoints": 783,
                  "value": 0.72
                },
                "equivAmount": {
                  "currency": "INR",
                  "value": 331.05
                },
                "override": true,
                "points": 29283,
                "referenceAmount": {
                  "currency": "LAK",
                  "value": 56.6
                },
                "taxType": "FLAT"
              },
              "totalTaxes": {
                "amount": {
                  "currency": "COP",
                  "value": 416.34
                },
                "code": "fK",
                "conversionRatio": {
                  "minimumPoints": 542,
                  "value": 0.58
                },
                "equivAmount": {
                  "currency": "STN",
                  "value": 408.72
                },
                "override": true,
                "points": 18681,
                "referenceAmount": {
                  "currency": "AUD",
                  "value": 100.29
                },
                "taxType": "PROPORTIONAL"
              }
            },
            "unitFee": {
              "base": {
                "amount": {
                  "currency": "MVR",
                  "value": 170.37
                },
                "code": "Nz",
                "conversionRatio": {
                  "minimumPoints": 196,
                  "value": 0.99
                },
                "equivAmount": {
                  "currency": "MMK",
                  "value": 208.42
                },
                "override": true,
                "points": 24819,
                "referenceAmount": {
                  "currency": "XAF",
                  "value": 211.48
                },
                "taxType": "PROPORTIONAL"
              },
              "discountCalculationRule": "WITH_DISCOUNTS",
              "redemptionCalculationRule": "MAX_POINTS_USED",
              "tax": [
                {
                  "amount": {
                    "currency": "MVR",
                    "value": 203.02
                  },
                  "code": "Vp",
                  "conversionRatio": {
                    "minimumPoints": 545,
                    "value": 0.18
                  },
                  "equivAmount": {
                    "currency": "GHS",
                    "value": 46.34
                  },
                  "override": true,
                  "points": 43165,
                  "referenceAmount": {
                    "currency": "SLE",
                    "value": 130.56
                  },
                  "taxType": "FLAT"
                },
                {
                  "amount": {
                    "currency": "FKP",
                    "value": 242.81
                  },
                  "code": "rJ",
                  "conversionRatio": {
                    "minimumPoints": 859,
                    "value": 0.19
                  },
                  "equivAmount": {
                    "currency": "GEL",
                    "value": 286.43
                  },
                  "override": false,
                  "points": 25772,
                  "referenceAmount": {
                    "currency": "KYD",
                    "value": 76.35
                  },
                  "taxType": "PROPORTIONAL"
                },
                {
                  "amount": {
                    "currency": "LBP",
                    "value": 353.49
                  },
                  "code": "SY",
                  "conversionRatio": {
                    "minimumPoints": 863,
                    "value": 0.95
                  },
                  "equivAmount": {
                    "currency": "CDF",
                    "value": 404.12
                  },
                  "override": true,
                  "points": 35860,
                  "referenceAmount": {
                    "currency": "AMD",
                    "value": 37.77
                  },
                  "taxType": "FLAT"
                },
                {
                  "amount": {
                    "currency": "USD",
                    "value": 159.06
                  },
                  "code": "tl",
                  "conversionRatio": {
                    "minimumPoints": 168,
                    "value": 0.47
                  },
                  "equivAmount": {
                    "currency": "MYR",
                    "value": 310.66
                  },
                  "override": true,
                  "points": 39871,
                  "referenceAmount": {
                    "currency": "MRU",
                    "value": 117.82
                  },
                  "taxType": "PROPORTIONAL"
                },
                {
                  "amount": {
                    "currency": "NPR",
                    "value": 489.45
                  },
                  "code": "mR",
                  "conversionRatio": {
                    "minimumPoints": 439,
                    "value": 0.24
                  },
                  "equivAmount": {
                    "currency": "MMK",
                    "value": 258.95
                  },
                  "override": false,
                  "points": 28789,
                  "referenceAmount": {
                    "currency": "ETB",
                    "value": 469.16
                  },
                  "taxType": "FLAT"
                }
              ],
              "total": {
                "amount": {
                  "currency": "MWK",
                  "value": 294.29
                },
                "code": "So",
                "conversionRatio": {
                  "minimumPoints": 596,
                  "value": 0.55
                },
                "equivAmount": {
                  "currency": "CRC",
                  "value": 84
                },
                "override": true,
                "points": 16825,
                "referenceAmount": {
                  "currency": "TOP",
                  "value": 366.31
                },
                "taxType": "FLAT"
              },
              "totalTaxes": {
                "amount": {
                  "currency": "XPF",
                  "value": 388.67
                },
                "code": "ig",
                "conversionRatio": {
                  "minimumPoints": 224,
                  "value": 0.76
                },
                "equivAmount": {
                  "currency": "BBD",
                  "value": 292.89
                },
                "override": true,
                "points": 32475,
                "referenceAmount": {
                  "currency": "KZT",
                  "value": 134.67
                },
                "taxType": "FLAT"
              }
            }
          },
          {
            "airExtraRefs": [
              "id01",
              "id02"
            ],
            "deal": [
              {
                "amount": {
                  "currency": "BTN",
                  "value": 278.28
                },
                "conversionRatio": {
                  "minimumPoints": 980,
                  "value": 0.6
                },
                "id": "b7b4a43b-8945-47dc-8fc8-46849592ae2f",
                "offerName": "MAY WEEKEND DISCOUNT",
                "percentage": 10,
                "points": 2697,
                "promotionCode": [
                  "PROMO20",
                  "FLIGHT5",
                  "SAVE10"
                ],
                "promotionId": "7",
                "promotionTag": "P2ZkhsdIzFEOEpR",
                "type": "DISCOUNT"
              },
              {
                "amount": {
                  "currency": "BYN",
                  "value": 485.3
                },
                "conversionRatio": {
                  "minimumPoints": 777,
                  "value": 0.16
                },
                "id": "77634ab7-8b66-4719-bf51-e495ec1d18a8",
                "offerName": "SUMMER PROMO",
                "percentage": 21,
                "points": 1931,
                "promotionCode": [
                  "PROMO20",
                  "FLIGHT5",
                  "SAVE10"
                ],
                "promotionId": "9",
                "promotionTag": "5M00VrNJQ6lUqkt",
                "type": "DISCOUNT"
              },
              {
                "amount": {
                  "currency": "ERN",
                  "value": 105.49
                },
                "conversionRatio": {
                  "minimumPoints": 628,
                  "value": 0.2
                },
                "id": "18562ed2-8995-4f46-8c98-c9d8c08dc69b",
                "offerName": "SUMMER PROMO",
                "percentage": 16,
                "points": 4863,
                "promotionCode": [
                  "FLIGHT5",
                  "SAVE10"
                ],
                "promotionId": "7",
                "promotionTag": "l1RShEH3QjZu1Ur",
                "type": "FEE_WAIVER"
              }
            ],
            "fareCalculationModeIndicator": "AUTOPRICED",
            "id": "Vepg",
            "pricingLevel": "PORTION",
            "taxesIncludedInBase": true,
            "totalFee": {
              "base": {
                "amount": {
                  "currency": "MYR",
                  "value": 20.53
                },
                "code": "fO",
                "conversionRatio": {
                  "minimumPoints": 433,
                  "value": 0.63
                },
                "equivAmount": {
                  "currency": "TTD",
                  "value": 148.76
                },
                "override": false,
                "points": 3285,
                "referenceAmount": {
                  "currency": "BND",
                  "value": 350.8
                },
                "taxType": "PROPORTIONAL"
              },
              "discountCalculationRule": "WITH_DISCOUNTS",
              "redemptionCalculationRule": "MAX_POINTS_USED",
              "tax": [
                {
                  "amount": {
                    "currency": "VUV",
                    "value": 349.66
                  },
                  "code": "uq",
                  "conversionRatio": {
                    "minimumPoints": 486,
                    "value": 0.76
                  },
                  "equivAmount": {
                    "currency": "UGX",
                    "value": 189.24
                  },
                  "override": true,
                  "points": 14682,
                  "referenceAmount": {
                    "currency": "MKD",
                    "value": 35.59
                  },
                  "taxType": "PROPORTIONAL"
                },
                {
                  "amount": {
                    "currency": "JOD",
                    "value": 289.82
                  },
                  "code": "oZ",
                  "conversionRatio": {
                    "minimumPoints": 381,
                    "value": 0.11
                  },
                  "equivAmount": {
                    "currency": "UZS",
                    "value": 91.89
                  },
                  "override": false,
                  "points": 16961,
                  "referenceAmount": {
                    "currency": "MKD",
                    "value": 86.18
                  },
                  "taxType": "PROPORTIONAL"
                },
                {
                  "amount": {
                    "currency": "PHP",
                    "value": 192.86
                  },
                  "code": "il",
                  "conversionRatio": {
                    "minimumPoints": 165,
                    "value": 0.86
                  },
                  "equivAmount": {
                    "currency": "PAB",
                    "value": 17.22
                  },
                  "override": false,
                  "points": 2381,
                  "referenceAmount": {
                    "currency": "PGK",
                    "value": 175.86
                  },
                  "taxType": "PROPORTIONAL"
                }
              ],
              "total": {
                "amount": {
                  "currency": "BTN",
                  "value": 263.74
                },
                "code": "Ng",
                "conversionRatio": {
                  "minimumPoints": 349,
                  "value": 0.84
                },
                "equivAmount": {
                  "currency": "BRL",
                  "value": 245.18
                },
                "override": true,
                "points": 32333,
                "referenceAmount": {
                  "currency": "BHD",
                  "value": 495.7
                },
                "taxType": "PROPORTIONAL"
              },
              "totalTaxes": {
                "amount": {
                  "currency": "RUB",
                  "value": 117.76
                },
                "code": "dU",
                "conversionRatio": {
                  "minimumPoints": 997,
                  "value": 0.53
                },
                "equivAmount": {
                  "currency": "ZAR",
                  "value": 363.92
                },
                "override": false,
                "points": 20946,
                "referenceAmount": {
                  "currency": "BYN",
                  "value": 102.94
                },
                "taxType": "PROPORTIONAL"
              }
            },
            "unitFee": {
              "base": {
                "amount": {
                  "currency": "PLN",
                  "value": 182.18
                },
                "code": "ez",
                "conversionRatio": {
                  "minimumPoints": 959,
                  "value": 0.17
                },
                "equivAmount": {
                  "currency": "NZD",
                  "value": 129.54
                },
                "override": false,
                "points": 26672,
                "referenceAmount": {
                  "currency": "STN",
                  "value": 246.91
                },
                "taxType": "FLAT"
              },
              "discountCalculationRule": "WITHOUT_DISCOUNTS",
              "redemptionCalculationRule": "MIN_POINTS_USED",
              "tax": [
                {
                  "amount": {
                    "currency": "AFN",
                    "value": 127.59
                  },
                  "code": "GY",
                  "conversionRatio": {
                    "minimumPoints": 207,
                    "value": 0.68
                  },
                  "equivAmount": {
                    "currency": "MRU",
                    "value": 138.54
                  },
                  "override": true,
                  "points": 29081,
                  "referenceAmount": {
                    "currency": "KWD",
                    "value": 98.42
                  },
                  "taxType": "PROPORTIONAL"
                },
                {
                  "amount": {
                    "currency": "HTG",
                    "value": 196.28
                  },
                  "code": "bU",
                  "conversionRatio": {
                    "minimumPoints": 271,
                    "value": 0.49
                  },
                  "equivAmount": {
                    "currency": "USD",
                    "value": 26.47
                  },
                  "override": true,
                  "points": 26485,
                  "referenceAmount": {
                    "currency": "SCR",
                    "value": 416.86
                  },
                  "taxType": "FLAT"
                },
                {
                  "amount": {
                    "currency": "NOK",
                    "value": 98.02
                  },
                  "code": "hq",
                  "conversionRatio": {
                    "minimumPoints": 312,
                    "value": 0.99
                  },
                  "equivAmount": {
                    "currency": "NOK",
                    "value": 172.72
                  },
                  "override": true,
                  "points": 35456,
                  "referenceAmount": {
                    "currency": "DZD",
                    "value": 156.34
                  },
                  "taxType": "FLAT"
                }
              ],
              "total": {
                "amount": {
                  "currency": "AZN",
                  "value": 471.57
                },
                "code": "Iu",
                "conversionRatio": {
                  "minimumPoints": 820,
                  "value": 0.97
                },
                "equivAmount": {
                  "currency": "USD",
                  "value": 280.27
                },
                "override": true,
                "points": 29403,
                "referenceAmount": {
                  "currency": "NGN",
                  "value": 98.83
                },
                "taxType": "PROPORTIONAL"
              },
              "totalTaxes": {
                "amount": {
                  "currency": "SAR",
                  "value": 216.27
                },
                "code": "cg",
                "conversionRatio": {
                  "minimumPoints": 191,
                  "value": 0.8
                },
                "equivAmount": {
                  "currency": "GMD",
                  "value": 391.8
                },
                "override": false,
                "points": 23907,
                "referenceAmount": {
                  "currency": "CLP",
                  "value": 173.09
                },
                "taxType": "FLAT"
              }
            }
          },
          {
            "airExtraRefs": [
              "id01",
              "id02"
            ],
            "deal": [
              {
                "amount": {
                  "currency": "MGA",
                  "value": 181.94
                },
                "conversionRatio": {
                  "minimumPoints": 684,
                  "value": 0.53
                },
                "id": "f8eeeaba-e958-4197-81bf-cab4b75c2c28",
                "offerName": "SUMMER PROMO",
                "percentage": 7,
                "points": 2660,
                "promotionCode": [
                  "SAVE10",
                  "PROMO20",
                  "FLIGHT5"
                ],
                "promotionId": "1",
                "promotionTag": "NAxpbCMsUQeI1lz",
                "type": "OTHR"
              },
              {
                "amount": {
                  "currency": "SRD",
                  "value": 384.09
                },
                "conversionRatio": {
                  "minimumPoints": 324,
                  "value": 0.23
                },
                "id": "1ae59a87-b276-41b6-905f-253da3a0f3f7",
                "offerName": "SUMMER PROMO",
                "percentage": 6,
                "points": 3448,
                "promotionCode": [
                  "SAVE10",
                  "FLIGHT5",
                  "PROMO20"
                ],
                "promotionId": "2",
                "promotionTag": "6Y0U7aPRiV8od4m",
                "type": "FEE_WAIVER"
              },
              {
                "amount": {
                  "currency": "FJD",
                  "value": 373.77
                },
                "conversionRatio": {
                  "minimumPoints": 380,
                  "value": 0.18
                },
                "id": "24f975a8-b20f-4c10-bd9b-5806f41cbdd5",
                "offerName": "SUMMER PROMO",
                "percentage": 18,
                "points": 2180,
                "promotionCode": [
                  "FLIGHT5",
                  "PROMO20"
                ],
                "promotionId": "0",
                "promotionTag": "ArVUCdsGCAX9HnA",
                "type": "FEE_WAIVER"
              },
              {
                "amount": {
                  "currency": "TJS",
                  "value": 333.07
                },
                "conversionRatio": {
                  "minimumPoints": 748,
                  "value": 0.15
                },
                "id": "f0670ab6-1094-41f0-b3e1-9c244dfc8612",
                "offerName": "SUMMER PROMO",
                "percentage": 24,
                "points": 3068,
                "promotionCode": [
                  "FLIGHT5",
                  "PROMO20",
                  "SAVE10"
                ],
                "promotionId": "4",
                "promotionTag": "XEhLgMe0zA7A3gQ",
                "type": "FEE_WAIVER"
              },
              {
                "amount": {
                  "currency": "NAD",
                  "value": 496.17
                },
                "conversionRatio": {
                  "minimumPoints": 122,
                  "value": 0.51
                },
                "id": "6aa19a44-6299-4499-b534-26007c113a15",
                "offerName": "SUMMER PROMO",
                "percentage": 17,
                "points": 1274,
                "promotionCode": [
                  "FLIGHT5",
                  "PROMO20",
                  "SAVE10"
                ],
                "promotionId": "1",
                "promotionTag": "q1yIYLAlywSLAm4",
                "type": "OTHR"
              }
            ],
            "fareCalculationModeIndicator": "MANUAL_PRICING",
            "id": "sO4r",
            "pricingLevel": "PORTION",
            "taxesIncludedInBase": false,
            "totalFee": {
              "base": {
                "amount": {
                  "currency": "SLE",
                  "value": 410.41
                },
                "code": "AZ",
                "conversionRatio": {
                  "minimumPoints": 935,
                  "value": 0.11
                },
                "equivAmount": {
                  "currency": "CLP",
                  "value": 255.39
                },
                "override": false,
                "points": 46441,
                "referenceAmount": {
                  "currency": "SGD",
                  "value": 55.29
                },
                "taxType": "PROPORTIONAL"
              },
              "discountCalculationRule": "WITH_DISCOUNTS",
              "redemptionCalculationRule": "MIN_POINTS_USED",
              "tax": [
                {
                  "amount": {
                    "currency": "GYD",
                    "value": 292.57
                  },
                  "code": "VN",
                  "conversionRatio": {
                    "minimumPoints": 381,
                    "value": 0.37
                  },
                  "equivAmount": {
                    "currency": "PEN",
                    "value": 19.66
                  },
                  "override": false,
                  "points": 38239,
                  "referenceAmount": {
                    "currency": "VND",
                    "value": 69.97
                  },
                  "taxType": "PROPORTIONAL"
                },
                {
                  "amount": {
                    "currency": "LRD",
                    "value": 272.16
                  },
                  "code": "uX",
                  "conversionRatio": {
                    "minimumPoints": 750,
                    "value": 0.61
                  },
                  "equivAmount": {
                    "currency": "NPR",
                    "value": 69.69
                  },
                  "override": true,
                  "points": 26370,
                  "referenceAmount": {
                    "currency": "BMD",
                    "value": 62.14
                  },
                  "taxType": "FLAT"
                },
                {
                  "amount": {
                    "currency": "AUD",
                    "value": 162.78
                  },
                  "code": "rC",
                  "conversionRatio": {
                    "minimumPoints": 217,
                    "value": 0.79
                  },
                  "equivAmount": {
                    "currency": "ERN",
                    "value": 157.94
                  },
                  "override": false,
                  "points": 17251,
                  "referenceAmount": {
                    "currency": "PEN",
                    "value": 368.78
                  },
                  "taxType": "PROPORTIONAL"
                }
              ],
              "total": {
                "amount": {
                  "currency": "TWD",
                  "value": 460.63
                },
                "code": "XA",
                "conversionRatio": {
                  "minimumPoints": 468,
                  "value": 0.32
                },
                "equivAmount": {
                  "currency": "QAR",
                  "value": 149.56
                },
                "override": false,
                "points": 24107,
                "referenceAmount": {
                  "currency": "YER",
                  "value": 116.21
                },
                "taxType": "FLAT"
              },
              "totalTaxes": {
                "amount": {
                  "currency": "IDR",
                  "value": 130.28
                },
                "code": "LB",
                "conversionRatio": {
                  "minimumPoints": 477,
                  "value": 0.15
                },
                "equivAmount": {
                  "currency": "PGK",
                  "value": 58.22
                },
                "override": false,
                "points": 13341,
                "referenceAmount": {
                  "currency": "NAD",
                  "value": 486
                },
                "taxType": "FLAT"
              }
            },
            "unitFee": {
              "base": {
                "amount": {
                  "currency": "EGP",
                  "value": 265.58
                },
                "code": "eK",
                "conversionRatio": {
                  "minimumPoints": 732,
                  "value": 0.48
                },
                "equivAmount": {
                  "currency": "VND",
                  "value": 101.82
                },
                "override": true,
                "points": 23811,
                "referenceAmount": {
                  "currency": "INR",
                  "value": 53.67
                },
                "taxType": "PROPORTIONAL"
              },
              "discountCalculationRule": "WITHOUT_DISCOUNTS",
              "redemptionCalculationRule": "MIN_POINTS_USED",
              "tax": [
                {
                  "amount": {
                    "currency": "BRL",
                    "value": 15.03
                  },
                  "code": "HE",
                  "conversionRatio": {
                    "minimumPoints": 860,
                    "value": 0.42
                  },
                  "equivAmount": {
                    "currency": "PLN",
                    "value": 203.24
                  },
                  "override": true,
                  "points": 44003,
                  "referenceAmount": {
                    "currency": "BTN",
                    "value": 16.72
                  },
                  "taxType": "FLAT"
                },
                {
                  "amount": {
                    "currency": "BMD",
                    "value": 195.13
                  },
                  "code": "Am",
                  "conversionRatio": {
                    "minimumPoints": 395,
                    "value": 0.68
                  },
                  "equivAmount": {
                    "currency": "LBP",
                    "value": 206.44
                  },
                  "override": false,
                  "points": 28982,
                  "referenceAmount": {
                    "currency": "ZWL",
                    "value": 61.37
                  },
                  "taxType": "PROPORTIONAL"
                },
                {
                  "amount": {
                    "currency": "UZS",
                    "value": 9.68
                  },
                  "code": "Mg",
                  "conversionRatio": {
                    "minimumPoints": 506,
                    "value": 0.5
                  },
                  "equivAmount": {
                    "currency": "KHR",
                    "value": 384.4
                  },
                  "override": true,
                  "points": 43261,
                  "referenceAmount": {
                    "currency": "KPW",
                    "value": 269.64
                  },
                  "taxType": "FLAT"
                },
                {
                  "amount": {
                    "currency": "PHP",
                    "value": 343.32
                  },
                  "code": "BB",
                  "conversionRatio": {
                    "minimumPoints": 210,
                    "value": 0.68
                  },
                  "equivAmount": {
                    "currency": "GEL",
                    "value": 132.11
                  },
                  "override": false,
                  "points": 12489,
                  "referenceAmount": {
                    "currency": "TOP",
                    "value": 347.59
                  },
                  "taxType": "PROPORTIONAL"
                },
                {
                  "amount": {
                    "currency": "ISK",
                    "value": 491.9
                  },
                  "code": "CC",
                  "conversionRatio": {
                    "minimumPoints": 472,
                    "value": 0.84
                  },
                  "equivAmount": {
                    "currency": "SGD",
                    "value": 362.26
                  },
                  "override": false,
                  "points": 5898,
                  "referenceAmount": {
                    "currency": "XCD",
                    "value": 397.11
                  },
                  "taxType": "FLAT"
                }
              ],
              "total": {
                "amount": {
                  "currency": "RSD",
                  "value": 406.21
                },
                "code": "jP",
                "conversionRatio": {
                  "minimumPoints": 829,
                  "value": 0.3
                },
                "equivAmount": {
                  "currency": "KGS",
                  "value": 71.4
                },
                "override": false,
                "points": 48776,
                "referenceAmount": {
                  "currency": "NZD",
                  "value": 419.38
                },
                "taxType": "FLAT"
              },
              "totalTaxes": {
                "amount": {
                  "currency": "ERN",
                  "value": 328.95
                },
                "code": "cg",
                "conversionRatio": {
                  "minimumPoints": 966,
                  "value": 0.39
                },
                "equivAmount": {
                  "currency": "MUR",
                  "value": 441.16
                },
                "override": true,
                "points": 28883,
                "referenceAmount": {
                  "currency": "DOP",
                  "value": 298.48
                },
                "taxType": "PROPORTIONAL"
              }
            }
          },
          {
            "airExtraRefs": [
              "id01",
              "id02"
            ],
            "deal": [
              {
                "amount": {
                  "currency": "HNL",
                  "value": 233.33
                },
                "conversionRatio": {
                  "minimumPoints": 858,
                  "value": 0.86
                },
                "id": "9f0e10be-8607-45b4-97bd-3f59f2eecac6",
                "offerName": "MAY WEEKEND DISCOUNT",
                "percentage": 20,
                "points": 4223,
                "promotionCode": [
                  "SAVE10",
                  "PROMO20",
                  "FLIGHT5"
                ],
                "promotionId": "4",
                "promotionTag": "E7mGlfeG01A94By",
                "type": "OTHR"
              },
              {
                "amount": {
                  "currency": "NIO",
                  "value": 197.16
                },
                "conversionRatio": {
                  "minimumPoints": 763,
                  "value": 0.72
                },
                "id": "c5710a52-1f3e-4612-8e8d-ca2cbf3af47e",
                "offerName": "MAY WEEKEND DISCOUNT",
                "percentage": 20,
                "points": 4412,
                "promotionCode": [
                  "FLIGHT5",
                  "PROMO20",
                  "SAVE10"
                ],
                "promotionId": "9",
                "promotionTag": "ggFIotCevSxmr39",
                "type": "FEE_WAIVER"
              },
              {
                "amount": {
                  "currency": "HUF",
                  "value": 160.97
                },
                "conversionRatio": {
                  "minimumPoints": 726,
                  "value": 0.3
                },
                "id": "264c4335-d7f4-46a0-b2b6-12de828432de",
                "offerName": "MAY WEEKEND DISCOUNT",
                "percentage": 15,
                "points": 2037,
                "promotionCode": [
                  "PROMO20",
                  "FLIGHT5",
                  "SAVE10"
                ],
                "promotionId": "8",
                "promotionTag": "nWVhvC9dN7DlK3S",
                "type": "OTHR"
              },
              {
                "amount": {
                  "currency": "KYD",
                  "value": 449.57
                },
                "conversionRatio": {
                  "minimumPoints": 556,
                  "value": 0.63
                },
                "id": "3fac2734-96b7-4de8-a4fd-1581fd1e7294",
                "offerName": "SUMMER PROMO",
                "percentage": 7,
                "points": 2257,
                "promotionCode": [
                  "FLIGHT5",
                  "SAVE10",
                  "PROMO20"
                ],
                "promotionId": "0",
                "promotionTag": "eb89jm4yMkSE9Kh",
                "type": "RISE"
              }
            ],
            "fareCalculationModeIndicator": "MANUAL_PRICING",
            "id": "VfVl",
            "pricingLevel": "SEGMENT",
            "taxesIncludedInBase": true,
            "totalFee": {
              "base": {
                "amount": {
                  "currency": "ERN",
                  "value": 122.98
                },
                "code": "Ql",
                "conversionRatio": {
                  "minimumPoints": 733,
                  "value": 0.46
                },
                "equivAmount": {
                  "currency": "EGP",
                  "value": 330.7
                },
                "override": false,
                "points": 9055,
                "referenceAmount": {
                  "currency": "AOA",
                  "value": 133.23
                },
                "taxType": "FLAT"
              },
              "discountCalculationRule": "WITH_DISCOUNTS",
              "redemptionCalculationRule": "MAX_POINTS_USED",
              "tax": [
                {
                  "amount": {
                    "currency": "GNF",
                    "value": 6.11
                  },
                  "code": "jD",
                  "conversionRatio": {
                    "minimumPoints": 741,
                    "value": 0.78
                  },
                  "equivAmount": {
                    "currency": "THB",
                    "value": 344.53
                  },
                  "override": true,
                  "points": 22978,
                  "referenceAmount": {
                    "currency": "CNY",
                    "value": 414.43
                  },
                  "taxType": "FLAT"
                },
                {
                  "amount": {
                    "currency": "MDL",
                    "value": 170.58
                  },
                  "code": "Ca",
                  "conversionRatio": {
                    "minimumPoints": 929,
                    "value": 0.55
                  },
                  "equivAmount": {
                    "currency": "CAD",
                    "value": 492.72
                  },
                  "override": true,
                  "points": 45486,
                  "referenceAmount": {
                    "currency": "LSL",
                    "value": 391.91
                  },
                  "taxType": "PROPORTIONAL"
                },
                {
                  "amount": {
                    "currency": "KWD",
                    "value": 9.91
                  },
                  "code": "Fy",
                  "conversionRatio": {
                    "minimumPoints": 309,
                    "value": 0.17
                  },
                  "equivAmount": {
                    "currency": "XCD",
                    "value": 303.44
                  },
                  "override": true,
                  "points": 12874,
                  "referenceAmount": {
                    "currency": "TRY",
                    "value": 349.13
                  },
                  "taxType": "PROPORTIONAL"
                }
              ],
              "total": {
                "amount": {
                  "currency": "BIF",
                  "value": 224.17
                },
                "code": "jB",
                "conversionRatio": {
                  "minimumPoints": 918,
                  "value": 0.81
                },
                "equivAmount": {
                  "currency": "KHR",
                  "value": 267.02
                },
                "override": true,
                "points": 9514,
                "referenceAmount": {
                  "currency": "MAD",
                  "value": 387.2
                },
                "taxType": "FLAT"
              },
              "totalTaxes": {
                "amount": {
                  "currency": "CHF",
                  "value": 91.37
                },
                "code": "dN",
                "conversionRatio": {
                  "minimumPoints": 903,
                  "value": 0.57
                },
                "equivAmount": {
                  "currency": "KWD",
                  "value": 297.05
                },
                "override": false,
                "points": 46842,
                "referenceAmount": {
                  "currency": "SCR",
                  "value": 114.95
                },
                "taxType": "PROPORTIONAL"
              }
            },
            "unitFee": {
              "base": {
                "amount": {
                  "currency": "DZD",
                  "value": 275.39
                },
                "code": "uc",
                "conversionRatio": {
                  "minimumPoints": 263,
                  "value": 0.2
                },
                "equivAmount": {
                  "currency": "LSL",
                  "value": 176.8
                },
                "override": false,
                "points": 49705,
                "referenceAmount": {
                  "currency": "ALL",
                  "value": 246.66
                },
                "taxType": "FLAT"
              },
              "discountCalculationRule": "WITHOUT_DISCOUNTS",
              "redemptionCalculationRule": "MIN_POINTS_USED",
              "tax": [
                {
                  "amount": {
                    "currency": "EUR",
                    "value": 435.84
                  },
                  "code": "Yz",
                  "conversionRatio": {
                    "minimumPoints": 271,
                    "value": 0.98
                  },
                  "equivAmount": {
                    "currency": "DJF",
                    "value": 292.03
                  },
                  "override": false,
                  "points": 34166,
                  "referenceAmount": {
                    "currency": "CVE",
                    "value": 367.36
                  },
                  "taxType": "PROPORTIONAL"
                },
                {
                  "amount": {
                    "currency": "LRD",
                    "value": 468.22
                  },
                  "code": "UQ",
                  "conversionRatio": {
                    "minimumPoints": 215,
                    "value": 0.35
                  },
                  "equivAmount": {
                    "currency": "MMK",
                    "value": 119.44
                  },
                  "override": true,
                  "points": 31510,
                  "referenceAmount": {
                    "currency": "BYN",
                    "value": 152.64
                  },
                  "taxType": "PROPORTIONAL"
                },
                {
                  "amount": {
                    "currency": "LRD",
                    "value": 50.8
                  },
                  "code": "Mg",
                  "conversionRatio": {
                    "minimumPoints": 128,
                    "value": 0.1
                  },
                  "equivAmount": {
                    "currency": "TZS",
                    "value": 224.67
                  },
                  "override": false,
                  "points": 44393,
                  "referenceAmount": {
                    "currency": "INR",
                    "value": 208.32
                  },
                  "taxType": "PROPORTIONAL"
                },
                {
                  "amount": {
                    "currency": "JMD",
                    "value": 481.81
                  },
                  "code": "xN",
                  "conversionRatio": {
                    "minimumPoints": 581,
                    "value": 0.1
                  },
                  "equivAmount": {
                    "currency": "ZWL",
                    "value": 77.08
                  },
                  "override": true,
                  "points": 31601,
                  "referenceAmount": {
                    "currency": "STN",
                    "value": 224.99
                  },
                  "taxType": "PROPORTIONAL"
                }
              ],
              "total": {
                "amount": {
                  "currency": "AOA",
                  "value": 161.55
                },
                "code": "jV",
                "conversionRatio": {
                  "minimumPoints": 730,
                  "value": 0.38
                },
                "equivAmount": {
                  "currency": "BOB",
                  "value": 486.98
                },
                "override": false,
                "points": 38550,
                "referenceAmount": {
                  "currency": "MMK",
                  "value": 430.24
                },
                "taxType": "FLAT"
              },
              "totalTaxes": {
                "amount": {
                  "currency": "MDL",
                  "value": 448.84
                },
                "code": "Nf",
                "conversionRatio": {
                  "minimumPoints": 137,
                  "value": 0.27
                },
                "equivAmount": {
                  "currency": "LRD",
                  "value": 287.14
                },
                "override": true,
                "points": 48029,
                "referenceAmount": {
                  "currency": "DOP",
                  "value": 359.84
                },
                "taxType": "PROPORTIONAL"
              }
            }
          }
        ]
      },
      "itineraryPricing": {
        "deal": [
          {
            "amount": {
              "currency": "KZT",
              "value": 36.28
            },
            "applyTo": {
              "passengerRefs": {
                "0": "id01",
                "1": "id02"
              },
              "travelPortion": {
                "itineraryPartRefs": {
                  "0": "id01",
                  "1": "id02"
                },
                "segmentRefs": {
                  "0": "id01",
                  "1": "id02"
                },
                "type": "ITINERARY"
              }
            },
            "conversionRatio": {
              "minimumPoints": 833,
              "value": 0.3
            },
            "id": "a8fdad2b-5b36-44fb-9dac-384d06e040e4",
            "offerName": "SUMMER PROMO",
            "percentage": 25,
            "points": 1270,
            "promotionCode": [
              "FLIGHT5",
              "SAVE10",
              "PROMO20"
            ],
            "promotionId": "7",
            "promotionTag": "DFyMSiVJOohxduY",
            "type": "DISCOUNT"
          },
          {
            "amount": {
              "currency": "PKR",
              "value": 445.64
            },
            "applyTo": {
              "passengerRefs": {
                "0": "id01",
                "1": "id02"
              },
              "travelPortion": {
                "itineraryPartRefs": {
                  "0": "id01",
                  "1": "id02"
                },
                "segmentRefs": {
                  "0": "id01",
                  "1": "id02"
                },
                "type": "ITINERARY"
              }
            },
            "conversionRatio": {
              "minimumPoints": 225,
              "value": 0.38
            },
            "id": "5f2eabf8-e490-40ab-bfc8-174877c74902",
            "offerName": "FLIGHT BUNDLE",
            "percentage": 26,
            "points": 1390,
            "promotionCode": [
              "FLIGHT5",
              "PROMO20",
              "SAVE10"
            ],
            "promotionId": "4",
            "promotionTag": "IhzIERuvmRALNvd",
            "type": "RISE"
          }
        ],
        "dealName": [
          "Early Bird",
          "Loyalty Reward",
          "Corporate Discount"
        ],
        "itineraryPartPricing": [
          {
            "deal": [
              {
                "amount": {
                  "currency": "FKP",
                  "value": 143.11
                },
                "applyTo": {
                  "passengerRefs": {
                    "0": "id01",
                    "1": "id02"
                  },
                  "travelPortion": {
                    "itineraryPartRefs": {
                      "0": "id01",
                      "1": "id02"
                    },
                    "segmentRefs": {
                      "0": "id01",
                      "1": "id02"
                    },
                    "type": "FLIGHT"
                  }
                },
                "conversionRatio": {
                  "minimumPoints": 905,
                  "value": 0.77
                },
                "id": "03b0e4f7-aa75-44e9-af0c-bdf28c0ce1c0",
                "offerName": "MAY WEEKEND DISCOUNT",
                "percentage": 16,
                "points": 2463,
                "promotionCode": [
                  "SAVE10",
                  "PROMO20",
                  "FLIGHT5"
                ],
                "promotionId": "0",
                "promotionTag": "bXOaf2mEaTXE9aZ",
                "type": "OTHR"
              },
              {
                "amount": {
                  "currency": "ARS",
                  "value": 80.32
                },
                "applyTo": {
                  "passengerRefs": {
                    "0": "id01",
                    "1": "id02"
                  },
                  "travelPortion": {
                    "itineraryPartRefs": {
                      "0": "id01",
                      "1": "id02"
                    },
                    "segmentRefs": {
                      "0": "id01",
                      "1": "id02"
                    },
                    "type": "SEGMENT"
                  }
                },
                "conversionRatio": {
                  "minimumPoints": 221,
                  "value": 0.33
                },
                "id": "f7f13f99-2962-48ea-bc2d-bba73b9603a4",
                "offerName": "SUMMER PROMO",
                "percentage": 11,
                "points": 614,
                "promotionCode": [
                  "PROMO20",
                  "FLIGHT5",
                  "SAVE10"
                ],
                "promotionId": "3",
                "promotionTag": "QWuj0PieWFTwnSz",
                "type": "RISE"
              },
              {
                "amount": {
                  "currency": "CZK",
                  "value": 402.72
                },
                "applyTo": {
                  "passengerRefs": {
                    "0": "id01",
                    "1": "id02"
                  },
                  "travelPortion": {
                    "itineraryPartRefs": {
                      "0": "id01",
                      "1": "id02"
                    },
                    "segmentRefs": {
                      "0": "id01",
                      "1": "id02"
                    },
                    "type": "FLIGHT"
                  }
                },
                "conversionRatio": {
                  "minimumPoints": 260,
                  "value": 0.41
                },
                "id": "4999e2c1-03fb-4df2-b97d-6d1319d9e765",
                "offerName": "MAY WEEKEND DISCOUNT",
                "percentage": 12,
                "points": 1029,
                "promotionCode": [
                  "PROMO20",
                  "SAVE10",
                  "FLIGHT5"
                ],
                "promotionId": "4",
                "promotionTag": "oXy9nNVxqgZ5P8L",
                "type": "DISCOUNT"
              },
              {
                "amount": {
                  "currency": "BZD",
                  "value": 202.21
                },
                "applyTo": {
                  "passengerRefs": {
                    "0": "id01",
                    "1": "id02"
                  },
                  "travelPortion": {
                    "itineraryPartRefs": {
                      "0": "id01",
                      "1": "id02"
                    },
                    "segmentRefs": {
                      "0": "id01",
                      "1": "id02"
                    },
                    "type": "ITINERARY"
                  }
                },
                "conversionRatio": {
                  "minimumPoints": 485,
                  "value": 0.53
                },
                "id": "6c74d187-e9ff-4b9a-a3b6-388332ea1993",
                "offerName": "SUMMER PROMO",
                "percentage": 15,
                "points": 3466,
                "promotionCode": [
                  "FLIGHT5",
                  "SAVE10",
                  "PROMO20"
                ],
                "promotionId": "7",
                "promotionTag": "fAMxymgZHK8oMug",
                "type": "FEE_WAIVER"
              }
            ],
            "itineraryPartRef": "id01",
            "passengerFare": [
              {
                "passengerRefs": [
                  "id01",
                  "id02"
                ],
                "priceBreakdown": {
                  "base": {
                    "amount": {
                      "currency": "SLE",
                      "value": 473.16
                    },
                    "code": "Xb",
                    "conversionRatio": {
                      "minimumPoints": 822,
                      "value": 0.96
                    },
                    "equivAmount": {
                      "currency": "CHF",
                      "value": 330.25
                    },
                    "override": true,
                    "points": 15838,
                    "referenceAmount": {
                      "currency": "RWF",
                      "value": 472.48
                    },
                    "taxType": "FLAT"
                  },
                  "commission": [
                    {
                      "amount": {
                        "currency": "KMF",
                        "value": 278.53
                      },
                      "code": "rE",
                      "conversionRatio": {
                        "minimumPoints": 987,
                        "value": 0.13
                      },
                      "equivAmount": {
                        "currency": "UGX",
                        "value": 400.88
                      },
                      "override": false,
                      "points": 8817,
                      "referenceAmount": {
                        "currency": "LRD",
                        "value": 248.66
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "IDR",
                        "value": 77.1
                      },
                      "code": "qG",
                      "conversionRatio": {
                        "minimumPoints": 441,
                        "value": 0.91
                      },
                      "equivAmount": {
                        "currency": "THB",
                        "value": 15.63
                      },
                      "override": true,
                      "points": 7890,
                      "referenceAmount": {
                        "currency": "BIF",
                        "value": 424.13
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "ANG",
                        "value": 474.08
                      },
                      "code": "Mw",
                      "conversionRatio": {
                        "minimumPoints": 669,
                        "value": 0.9
                      },
                      "equivAmount": {
                        "currency": "SRD",
                        "value": 404.91
                      },
                      "override": false,
                      "points": 39304,
                      "referenceAmount": {
                        "currency": "MAD",
                        "value": 302
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "CHF",
                        "value": 183.79
                      },
                      "code": "pd",
                      "conversionRatio": {
                        "minimumPoints": 247,
                        "value": 0.31
                      },
                      "equivAmount": {
                        "currency": "FJD",
                        "value": 45.5
                      },
                      "override": false,
                      "points": 3202,
                      "referenceAmount": {
                        "currency": "SRD",
                        "value": 102.37
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "DKK",
                        "value": 96.95
                      },
                      "code": "WJ",
                      "conversionRatio": {
                        "minimumPoints": 181,
                        "value": 0.92
                      },
                      "equivAmount": {
                        "currency": "HUF",
                        "value": 337.32
                      },
                      "override": true,
                      "points": 29385,
                      "referenceAmount": {
                        "currency": "PAB",
                        "value": 155.95
                      },
                      "taxType": "FLAT"
                    }
                  ],
                  "discount": [
                    {
                      "amount": {
                        "currency": "DKK",
                        "value": 246.44
                      },
                      "code": "mp",
                      "conversionRatio": {
                        "minimumPoints": 749,
                        "value": 0.53
                      },
                      "equivAmount": {
                        "currency": "QAR",
                        "value": 423.43
                      },
                      "override": true,
                      "points": 8045,
                      "referenceAmount": {
                        "currency": "EUR",
                        "value": 235.82
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    {
                      "amount": {
                        "currency": "TOP",
                        "value": 235.87
                      },
                      "code": "ic",
                      "conversionRatio": {
                        "minimumPoints": 311,
                        "value": 0.43
                      },
                      "equivAmount": {
                        "currency": "BOB",
                        "value": 35.48
                      },
                      "override": true,
                      "points": 42109,
                      "referenceAmount": {
                        "currency": "EUR",
                        "value": 159.18
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "IQD",
                        "value": 356.64
                      },
                      "code": "pN",
                      "conversionRatio": {
                        "minimumPoints": 496,
                        "value": 0.59
                      },
                      "equivAmount": {
                        "currency": "CZK",
                        "value": 366.66
                      },
                      "override": false,
                      "points": 17003,
                      "referenceAmount": {
                        "currency": "HUF",
                        "value": 467.63
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "GHS",
                        "value": 388.21
                      },
                      "code": "Jy",
                      "conversionRatio": {
                        "minimumPoints": 295,
                        "value": 0.41
                      },
                      "equivAmount": {
                        "currency": "TJS",
                        "value": 420
                      },
                      "override": false,
                      "points": 32617,
                      "referenceAmount": {
                        "currency": "RON",
                        "value": 144.42
                      },
                      "taxType": "PROPORTIONAL"
                    }
                  ],
                  "fee": [
                    {
                      "amount": {
                        "currency": "EGP",
                        "value": 385.04
                      },
                      "code": "UF",
                      "conversionRatio": {
                        "minimumPoints": 202,
                        "value": 0.11
                      },
                      "equivAmount": {
                        "currency": "CLP",
                        "value": 385.23
                      },
                      "override": true,
                      "points": 28322,
                      "referenceAmount": {
                        "currency": "CDF",
                        "value": 439.02
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    {
                      "amount": {
                        "currency": "FJD",
                        "value": 102.01
                      },
                      "code": "ia",
                      "conversionRatio": {
                        "minimumPoints": 542,
                        "value": 0.19
                      },
                      "equivAmount": {
                        "currency": "DKK",
                        "value": 165.03
                      },
                      "override": true,
                      "points": 10194,
                      "referenceAmount": {
                        "currency": "RSD",
                        "value": 46.56
                      },
                      "taxType": "FLAT"
                    }
                  ],
                  "surcharge": [
                    {
                      "amount": {
                        "currency": "CDF",
                        "value": 473.73
                      },
                      "code": "hs",
                      "conversionRatio": {
                        "minimumPoints": 690,
                        "value": 0.87
                      },
                      "equivAmount": {
                        "currency": "PKR",
                        "value": 37.97
                      },
                      "override": false,
                      "points": 2036,
                      "referenceAmount": {
                        "currency": "BBD",
                        "value": 35.92
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "BND",
                        "value": 361.77
                      },
                      "code": "ZO",
                      "conversionRatio": {
                        "minimumPoints": 439,
                        "value": 0.29
                      },
                      "equivAmount": {
                        "currency": "BSD",
                        "value": 124.99
                      },
                      "override": true,
                      "points": 27452,
                      "referenceAmount": {
                        "currency": "SSP",
                        "value": 143.49
                      },
                      "taxType": "FLAT"
                    }
                  ],
                  "tax": [
                    {
                      "amount": {
                        "currency": "FKP",
                        "value": 227.08
                      },
                      "code": "cc",
                      "conversionRatio": {
                        "minimumPoints": 292,
                        "value": 0.11
                      },
                      "equivAmount": {
                        "currency": "TOP",
                        "value": 166.45
                      },
                      "override": false,
                      "points": 48038,
                      "referenceAmount": {
                        "currency": "GBP",
                        "value": 410.13
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "IDR",
                        "value": 324.64
                      },
                      "code": "Os",
                      "conversionRatio": {
                        "minimumPoints": 749,
                        "value": 0.19
                      },
                      "equivAmount": {
                        "currency": "LSL",
                        "value": 359.95
                      },
                      "override": false,
                      "points": 47590,
                      "referenceAmount": {
                        "currency": "SOS",
                        "value": 381.49
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "PGK",
                        "value": 453.31
                      },
                      "code": "ph",
                      "conversionRatio": {
                        "minimumPoints": 982,
                        "value": 0.97
                      },
                      "equivAmount": {
                        "currency": "KYD",
                        "value": 467.93
                      },
                      "override": true,
                      "points": 7243,
                      "referenceAmount": {
                        "currency": "PKR",
                        "value": 199.92
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "ISK",
                        "value": 81.59
                      },
                      "code": "Et",
                      "conversionRatio": {
                        "minimumPoints": 874,
                        "value": 0.16
                      },
                      "equivAmount": {
                        "currency": "NAD",
                        "value": 93.07
                      },
                      "override": false,
                      "points": 7671,
                      "referenceAmount": {
                        "currency": "BHD",
                        "value": 498.79
                      },
                      "taxType": "FLAT"
                    }
                  ],
                  "ticketingFee": [
                    {
                      "amount": {
                        "currency": "BMD",
                        "value": 83.12
                      },
                      "commercialName": "SERVICE FEE",
                      "conversionRatio": {
                        "minimumPoints": 581,
                        "value": 0.98
                      },
                      "other": false,
                      "points": 422,
                      "referenceAmount": {
                        "currency": "BAM",
                        "value": 128.12
                      },
                      "subCode": "911",
                      "type": "REQUESTED",
                      "waived": {
                        "reasonCode": "mF",
                        "value": false
                      }
                    },
                    {
                      "amount": {
                        "currency": "XPF",
                        "value": 94.38
                      },
                      "commercialName": "SERVICE FEE",
                      "conversionRatio": {
                        "minimumPoints": 587,
                        "value": 0.81
                      },
                      "other": true,
                      "points": 163,
                      "referenceAmount": {
                        "currency": "BSD",
                        "value": 368.99
                      },
                      "subCode": "488",
                      "type": "FORM_OF_PAYMENT",
                      "waived": {
                        "reasonCode": "iB",
                        "value": true
                      }
                    },
                    {
                      "amount": {
                        "currency": "BIF",
                        "value": 457.05
                      },
                      "commercialName": "DELIVERY FEE",
                      "conversionRatio": {
                        "minimumPoints": 224,
                        "value": 0.63
                      },
                      "other": false,
                      "points": 366,
                      "referenceAmount": {
                        "currency": "KYD",
                        "value": 305.15
                      },
                      "subCode": "956",
                      "type": "REQUESTED",
                      "waived": {
                        "reasonCode": "sT",
                        "value": true
                      }
                    }
                  ],
                  "total": {
                    "amount": {
                      "currency": "KWD",
                      "value": 340.2
                    },
                    "code": "Gu",
                    "conversionRatio": {
                      "minimumPoints": 731,
                      "value": 0.29
                    },
                    "equivAmount": {
                      "currency": "XPF",
                      "value": 26.18
                    },
                    "override": true,
                    "points": 21081,
                    "referenceAmount": {
                      "currency": "HTG",
                      "value": 40.22
                    },
                    "taxType": "FLAT"
                  }
                }
              },
              {
                "passengerRefs": [
                  "id01",
                  "id02"
                ],
                "priceBreakdown": {
                  "base": {
                    "amount": {
                      "currency": "MAD",
                      "value": 442.6
                    },
                    "code": "fd",
                    "conversionRatio": {
                      "minimumPoints": 168,
                      "value": 0.99
                    },
                    "equivAmount": {
                      "currency": "EUR",
                      "value": 492.73
                    },
                    "override": false,
                    "points": 3988,
                    "referenceAmount": {
                      "currency": "GTQ",
                      "value": 317.58
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  "commission": [
                    {
                      "amount": {
                        "currency": "NIO",
                        "value": 238.99
                      },
                      "code": "pw",
                      "conversionRatio": {
                        "minimumPoints": 194,
                        "value": 0.5
                      },
                      "equivAmount": {
                        "currency": "GYD",
                        "value": 99.6
                      },
                      "override": true,
                      "points": 39677,
                      "referenceAmount": {
                        "currency": "UZS",
                        "value": 396.13
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    {
                      "amount": {
                        "currency": "NIO",
                        "value": 89.3
                      },
                      "code": "Yd",
                      "conversionRatio": {
                        "minimumPoints": 661,
                        "value": 0.16
                      },
                      "equivAmount": {
                        "currency": "GBP",
                        "value": 305.62
                      },
                      "override": true,
                      "points": 6898,
                      "referenceAmount": {
                        "currency": "XCD",
                        "value": 420.37
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    {
                      "amount": {
                        "currency": "MKD",
                        "value": 55.36
                      },
                      "code": "th",
                      "conversionRatio": {
                        "minimumPoints": 420,
                        "value": 0.61
                      },
                      "equivAmount": {
                        "currency": "ETB",
                        "value": 160.34
                      },
                      "override": false,
                      "points": 10916,
                      "referenceAmount": {
                        "currency": "BDT",
                        "value": 100.62
                      },
                      "taxType": "FLAT"
                    }
                  ],
                  "discount": [
                    {
                      "amount": {
                        "currency": "MUR",
                        "value": 499.53
                      },
                      "code": "Iu",
                      "conversionRatio": {
                        "minimumPoints": 219,
                        "value": 0.67
                      },
                      "equivAmount": {
                        "currency": "CNY",
                        "value": 434.55
                      },
                      "override": false,
                      "points": 13466,
                      "referenceAmount": {
                        "currency": "INR",
                        "value": 113.72
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    {
                      "amount": {
                        "currency": "TOP",
                        "value": 279.2
                      },
                      "code": "Zf",
                      "conversionRatio": {
                        "minimumPoints": 472,
                        "value": 0.72
                      },
                      "equivAmount": {
                        "currency": "BDT",
                        "value": 208.13
                      },
                      "override": false,
                      "points": 21592,
                      "referenceAmount": {
                        "currency": "UAH",
                        "value": 262.26
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "TZS",
                        "value": 254.2
                      },
                      "code": "Jm",
                      "conversionRatio": {
                        "minimumPoints": 998,
                        "value": 0.16
                      },
                      "equivAmount": {
                        "currency": "PYG",
                        "value": 12.32
                      },
                      "override": false,
                      "points": 45469,
                      "referenceAmount": {
                        "currency": "AUD",
                        "value": 318.15
                      },
                      "taxType": "PROPORTIONAL"
                    }
                  ],
                  "fee": [
                    {
                      "amount": {
                        "currency": "PYG",
                        "value": 412.08
                      },
                      "code": "WN",
                      "conversionRatio": {
                        "minimumPoints": 799,
                        "value": 0.74
                      },
                      "equivAmount": {
                        "currency": "SDG",
                        "value": 361.2
                      },
                      "override": true,
                      "points": 17006,
                      "referenceAmount": {
                        "currency": "CHF",
                        "value": 34.58
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "RUB",
                        "value": 5.3
                      },
                      "code": "Be",
                      "conversionRatio": {
                        "minimumPoints": 243,
                        "value": 0.99
                      },
                      "equivAmount": {
                        "currency": "JMD",
                        "value": 315.6
                      },
                      "override": false,
                      "points": 44335,
                      "referenceAmount": {
                        "currency": "NZD",
                        "value": 458.75
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    {
                      "amount": {
                        "currency": "CRC",
                        "value": 343.18
                      },
                      "code": "AD",
                      "conversionRatio": {
                        "minimumPoints": 587,
                        "value": 0.18
                      },
                      "equivAmount": {
                        "currency": "MUR",
                        "value": 57.21
                      },
                      "override": true,
                      "points": 46526,
                      "referenceAmount": {
                        "currency": "TND",
                        "value": 300.68
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "IQD",
                        "value": 183.39
                      },
                      "code": "vB",
                      "conversionRatio": {
                        "minimumPoints": 667,
                        "value": 0.76
                      },
                      "equivAmount": {
                        "currency": "IQD",
                        "value": 336.34
                      },
                      "override": true,
                      "points": 13718,
                      "referenceAmount": {
                        "currency": "GIP",
                        "value": 413.34
                      },
                      "taxType": "PROPORTIONAL"
                    }
                  ],
                  "surcharge": [
                    {
                      "amount": {
                        "currency": "BIF",
                        "value": 37.87
                      },
                      "code": "cQ",
                      "conversionRatio": {
                        "minimumPoints": 303,
                        "value": 0.76
                      },
                      "equivAmount": {
                        "currency": "SBD",
                        "value": 308.84
                      },
                      "override": true,
                      "points": 31106,
                      "referenceAmount": {
                        "currency": "AZN",
                        "value": 241.89
                      },
                      "taxType": "FLAT"
                    }
                  ],
                  "tax": [
                    {
                      "amount": {
                        "currency": "JPY",
                        "value": 456.74
                      },
                      "code": "Ia",
                      "conversionRatio": {
                        "minimumPoints": 266,
                        "value": 0.12
                      },
                      "equivAmount": {
                        "currency": "XPF",
                        "value": 291.36
                      },
                      "override": false,
                      "points": 4729,
                      "referenceAmount": {
                        "currency": "TWD",
                        "value": 326.87
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "CLP",
                        "value": 280.36
                      },
                      "code": "HA",
                      "conversionRatio": {
                        "minimumPoints": 900,
                        "value": 0.91
                      },
                      "equivAmount": {
                        "currency": "EGP",
                        "value": 374.26
                      },
                      "override": true,
                      "points": 46370,
                      "referenceAmount": {
                        "currency": "AMD",
                        "value": 240.17
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "LYD",
                        "value": 249.68
                      },
                      "code": "US",
                      "conversionRatio": {
                        "minimumPoints": 242,
                        "value": 0.45
                      },
                      "equivAmount": {
                        "currency": "AFN",
                        "value": 351.48
                      },
                      "override": false,
                      "points": 22247,
                      "referenceAmount": {
                        "currency": "EGP",
                        "value": 299.32
                      },
                      "taxType": "PROPORTIONAL"
                    }
                  ],
                  "ticketingFee": [
                    {
                      "amount": {
                        "currency": "LAK",
                        "value": 313.27
                      },
                      "commercialName": "DELIVERY FEE",
                      "conversionRatio": {
                        "minimumPoints": 953,
                        "value": 0.77
                      },
                      "other": true,
                      "points": 459,
                      "referenceAmount": {
                        "currency": "XAF",
                        "value": 416.75
                      },
                      "subCode": "625",
                      "type": "FORM_OF_PAYMENT",
                      "waived": {
                        "reasonCode": "OA",
                        "value": true
                      }
                    },
                    {
                      "amount": {
                        "currency": "TTD",
                        "value": 236.45
                      },
                      "commercialName": "SERVICE FEE",
                      "conversionRatio": {
                        "minimumPoints": 553,
                        "value": 0.37
                      },
                      "other": false,
                      "points": 198,
                      "referenceAmount": {
                        "currency": "MOP",
                        "value": 222.04
                      },
                      "subCode": "747",
                      "type": "TICKETING",
                      "waived": {
                        "reasonCode": "Rd",
                        "value": true
                      }
                    },
                    {
                      "amount": {
                        "currency": "AFN",
                        "value": 446.26
                      },
                      "commercialName": "SERVICE FEE",
                      "conversionRatio": {
                        "minimumPoints": 526,
                        "value": 0.51
                      },
                      "other": false,
                      "points": 258,
                      "referenceAmount": {
                        "currency": "ZAR",
                        "value": 302.12
                      },
                      "subCode": "345",
                      "type": "REQUESTED",
                      "waived": {
                        "reasonCode": "gR",
                        "value": false
                      }
                    }
                  ],
                  "total": {
                    "amount": {
                      "currency": "MMK",
                      "value": 278.52
                    },
                    "code": "HU",
                    "conversionRatio": {
                      "minimumPoints": 174,
                      "value": 0.72
                    },
                    "equivAmount": {
                      "currency": "KGS",
                      "value": 160.64
                    },
                    "override": true,
                    "points": 7467,
                    "referenceAmount": {
                      "currency": "YER",
                      "value": 302.92
                    },
                    "taxType": "FLAT"
                  }
                }
              },
              {
                "passengerRefs": [
                  "id01",
                  "id02"
                ],
                "priceBreakdown": {
                  "base": {
                    "amount": {
                      "currency": "MRU",
                      "value": 165.45
                    },
                    "code": "rS",
                    "conversionRatio": {
                      "minimumPoints": 263,
                      "value": 0.33
                    },
                    "equivAmount": {
                      "currency": "BMD",
                      "value": 233.52
                    },
                    "override": false,
                    "points": 19747,
                    "referenceAmount": {
                      "currency": "BGN",
                      "value": 52.83
                    },
                    "taxType": "FLAT"
                  },
                  "commission": [
                    {
                      "amount": {
                        "currency": "PAB",
                        "value": 325.36
                      },
                      "code": "TH",
                      "conversionRatio": {
                        "minimumPoints": 373,
                        "value": 0.78
                      },
                      "equivAmount": {
                        "currency": "GNF",
                        "value": 231.35
                      },
                      "override": true,
                      "points": 38229,
                      "referenceAmount": {
                        "currency": "SBD",
                        "value": 306.57
                      },
                      "taxType": "PROPORTIONAL"
                    }
                  ],
                  "discount": [
                    {
                      "amount": {
                        "currency": "USD",
                        "value": 50.86
                      },
                      "code": "yS",
                      "conversionRatio": {
                        "minimumPoints": 491,
                        "value": 0.83
                      },
                      "equivAmount": {
                        "currency": "FKP",
                        "value": 491.8
                      },
                      "override": false,
                      "points": 5454,
                      "referenceAmount": {
                        "currency": "LSL",
                        "value": 397.32
                      },
                      "taxType": "PROPORTIONAL"
                    }
                  ],
                  "fee": [
                    {
                      "amount": {
                        "currency": "MZN",
                        "value": 392.52
                      },
                      "code": "SL",
                      "conversionRatio": {
                        "minimumPoints": 957,
                        "value": 0.73
                      },
                      "equivAmount": {
                        "currency": "KRW",
                        "value": 8.54
                      },
                      "override": false,
                      "points": 3093,
                      "referenceAmount": {
                        "currency": "TWD",
                        "value": 237.12
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "UYU",
                        "value": 151.37
                      },
                      "code": "eo",
                      "conversionRatio": {
                        "minimumPoints": 333,
                        "value": 0.23
                      },
                      "equivAmount": {
                        "currency": "JMD",
                        "value": 374.39
                      },
                      "override": true,
                      "points": 19550,
                      "referenceAmount": {
                        "currency": "ISK",
                        "value": 475.16
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "TWD",
                        "value": 301.39
                      },
                      "code": "TP",
                      "conversionRatio": {
                        "minimumPoints": 476,
                        "value": 0.13
                      },
                      "equivAmount": {
                        "currency": "BMD",
                        "value": 331.49
                      },
                      "override": true,
                      "points": 40681,
                      "referenceAmount": {
                        "currency": "SSP",
                        "value": 78.92
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    {
                      "amount": {
                        "currency": "SOS",
                        "value": 318.92
                      },
                      "code": "qP",
                      "conversionRatio": {
                        "minimumPoints": 692,
                        "value": 0.63
                      },
                      "equivAmount": {
                        "currency": "HUF",
                        "value": 32.53
                      },
                      "override": false,
                      "points": 1130,
                      "referenceAmount": {
                        "currency": "RON",
                        "value": 282.43
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "RSD",
                        "value": 221.14
                      },
                      "code": "Kx",
                      "conversionRatio": {
                        "minimumPoints": 218,
                        "value": 0.98
                      },
                      "equivAmount": {
                        "currency": "ILS",
                        "value": 86.58
                      },
                      "override": true,
                      "points": 16338,
                      "referenceAmount": {
                        "currency": "LYD",
                        "value": 294.76
                      },
                      "taxType": "PROPORTIONAL"
                    }
                  ],
                  "surcharge": [
                    {
                      "amount": {
                        "currency": "GBP",
                        "value": 322.5
                      },
                      "code": "Nl",
                      "conversionRatio": {
                        "minimumPoints": 875,
                        "value": 0.86
                      },
                      "equivAmount": {
                        "currency": "SLE",
                        "value": 49.4
                      },
                      "override": false,
                      "points": 38235,
                      "referenceAmount": {
                        "currency": "LRD",
                        "value": 238.01
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "BTN",
                        "value": 69.79
                      },
                      "code": "Re",
                      "conversionRatio": {
                        "minimumPoints": 113,
                        "value": 0.95
                      },
                      "equivAmount": {
                        "currency": "KWD",
                        "value": 475.72
                      },
                      "override": true,
                      "points": 45955,
                      "referenceAmount": {
                        "currency": "CAD",
                        "value": 393.37
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "BDT",
                        "value": 387.96
                      },
                      "code": "IW",
                      "conversionRatio": {
                        "minimumPoints": 197,
                        "value": 0.48
                      },
                      "equivAmount": {
                        "currency": "PYG",
                        "value": 446.1
                      },
                      "override": false,
                      "points": 20632,
                      "referenceAmount": {
                        "currency": "SBD",
                        "value": 386.68
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    {
                      "amount": {
                        "currency": "SLE",
                        "value": 172.22
                      },
                      "code": "Fl",
                      "conversionRatio": {
                        "minimumPoints": 889,
                        "value": 0.14
                      },
                      "equivAmount": {
                        "currency": "LYD",
                        "value": 393.95
                      },
                      "override": true,
                      "points": 6205,
                      "referenceAmount": {
                        "currency": "PLN",
                        "value": 253
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "BOB",
                        "value": 184.91
                      },
                      "code": "sV",
                      "conversionRatio": {
                        "minimumPoints": 102,
                        "value": 0.94
                      },
                      "equivAmount": {
                        "currency": "XOF",
                        "value": 310.92
                      },
                      "override": false,
                      "points": 21260,
                      "referenceAmount": {
                        "currency": "BIF",
                        "value": 208.99
                      },
                      "taxType": "PROPORTIONAL"
                    }
                  ],
                  "tax": [
                    {
                      "amount": {
                        "currency": "AOA",
                        "value": 158.14
                      },
                      "code": "xg",
                      "conversionRatio": {
                        "minimumPoints": 613,
                        "value": 0.56
                      },
                      "equivAmount": {
                        "currency": "NPR",
                        "value": 342.33
                      },
                      "override": false,
                      "points": 40866,
                      "referenceAmount": {
                        "currency": "JPY",
                        "value": 496.4
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    {
                      "amount": {
                        "currency": "CZK",
                        "value": 267.55
                      },
                      "code": "cy",
                      "conversionRatio": {
                        "minimumPoints": 807,
                        "value": 0.54
                      },
                      "equivAmount": {
                        "currency": "INR",
                        "value": 261.72
                      },
                      "override": false,
                      "points": 17528,
                      "referenceAmount": {
                        "currency": "AED",
                        "value": 481.74
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    {
                      "amount": {
                        "currency": "ZWL",
                        "value": 202.48
                      },
                      "code": "VC",
                      "conversionRatio": {
                        "minimumPoints": 206,
                        "value": 0.93
                      },
                      "equivAmount": {
                        "currency": "HKD",
                        "value": 72.84
                      },
                      "override": false,
                      "points": 13535,
                      "referenceAmount": {
                        "currency": "DJF",
                        "value": 262.82
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "YER",
                        "value": 72.33
                      },
                      "code": "Td",
                      "conversionRatio": {
                        "minimumPoints": 350,
                        "value": 0.27
                      },
                      "equivAmount": {
                        "currency": "UAH",
                        "value": 270.07
                      },
                      "override": true,
                      "points": 45063,
                      "referenceAmount": {
                        "currency": "LSL",
                        "value": 426.46
                      },
                      "taxType": "PROPORTIONAL"
                    }
                  ],
                  "ticketingFee": [
                    {
                      "amount": {
                        "currency": "BYN",
                        "value": 425.44
                      },
                      "commercialName": "SERVICE FEE",
                      "conversionRatio": {
                        "minimumPoints": 468,
                        "value": 0.44
                      },
                      "other": true,
                      "points": 101,
                      "referenceAmount": {
                        "currency": "ALL",
                        "value": 497.65
                      },
                      "subCode": "210",
                      "type": "TICKETING",
                      "waived": {
                        "reasonCode": "ZA",
                        "value": false
                      }
                    },
                    {
                      "amount": {
                        "currency": "MAD",
                        "value": 49.25
                      },
                      "commercialName": "DELIVERY FEE",
                      "conversionRatio": {
                        "minimumPoints": 620,
                        "value": 0.81
                      },
                      "other": false,
                      "points": 440,
                      "referenceAmount": {
                        "currency": "TTD",
                        "value": 491.6
                      },
                      "subCode": "489",
                      "type": "FORM_OF_PAYMENT",
                      "waived": {
                        "reasonCode": "IP",
                        "value": false
                      }
                    },
                    {
                      "amount": {
                        "currency": "PHP",
                        "value": 423.13
                      },
                      "commercialName": "DELIVERY FEE",
                      "conversionRatio": {
                        "minimumPoints": 126,
                        "value": 0.47
                      },
                      "other": false,
                      "points": 458,
                      "referenceAmount": {
                        "currency": "SYP",
                        "value": 253.88
                      },
                      "subCode": "790",
                      "type": "FORM_OF_PAYMENT",
                      "waived": {
                        "reasonCode": "kK",
                        "value": true
                      }
                    },
                    {
                      "amount": {
                        "currency": "SDG",
                        "value": 370.28
                      },
                      "commercialName": "DELIVERY FEE",
                      "conversionRatio": {
                        "minimumPoints": 119,
                        "value": 0.3
                      },
                      "other": false,
                      "points": 202,
                      "referenceAmount": {
                        "currency": "PHP",
                        "value": 483.57
                      },
                      "subCode": "983",
                      "type": "TICKETING",
                      "waived": {
                        "reasonCode": "Xs",
                        "value": false
                      }
                    },
                    {
                      "amount": {
                        "currency": "MZN",
                        "value": 475.95
                      },
                      "commercialName": "SERVICE FEE",
                      "conversionRatio": {
                        "minimumPoints": 373,
                        "value": 0.32
                      },
                      "other": false,
                      "points": 389,
                      "referenceAmount": {
                        "currency": "GMD",
                        "value": 435.69
                      },
                      "subCode": "245",
                      "type": "REQUESTED",
                      "waived": {
                        "reasonCode": "Ki",
                        "value": true
                      }
                    }
                  ],
                  "total": {
                    "amount": {
                      "currency": "WST",
                      "value": 186.65
                    },
                    "code": "LJ",
                    "conversionRatio": {
                      "minimumPoints": 133,
                      "value": 0.47
                    },
                    "equivAmount": {
                      "currency": "SZL",
                      "value": 131.14
                    },
                    "override": true,
                    "points": 7353,
                    "referenceAmount": {
                      "currency": "GMD",
                      "value": 151.32
                    },
                    "taxType": "PROPORTIONAL"
                  }
                }
              },
              {
                "passengerRefs": [
                  "id01",
                  "id02"
                ],
                "priceBreakdown": {
                  "base": {
                    "amount": {
                      "currency": "TZS",
                      "value": 216.7
                    },
                    "code": "Cx",
                    "conversionRatio": {
                      "minimumPoints": 517,
                      "value": 0.76
                    },
                    "equivAmount": {
                      "currency": "JMD",
                      "value": 454.53
                    },
                    "override": false,
                    "points": 5989,
                    "referenceAmount": {
                      "currency": "TRY",
                      "value": 367.29
                    },
                    "taxType": "FLAT"
                  },
                  "commission": [
                    {
                      "amount": {
                        "currency": "KYD",
                        "value": 102.76
                      },
                      "code": "iU",
                      "conversionRatio": {
                        "minimumPoints": 484,
                        "value": 0.11
                      },
                      "equivAmount": {
                        "currency": "TTD",
                        "value": 492.03
                      },
                      "override": true,
                      "points": 31502,
                      "referenceAmount": {
                        "currency": "ZWL",
                        "value": 200.91
                      },
                      "taxType": "FLAT"
                    }
                  ],
                  "discount": [
                    {
                      "amount": {
                        "currency": "MMK",
                        "value": 193.2
                      },
                      "code": "uc",
                      "conversionRatio": {
                        "minimumPoints": 685,
                        "value": 0.49
                      },
                      "equivAmount": {
                        "currency": "ALL",
                        "value": 36.24
                      },
                      "override": false,
                      "points": 17118,
                      "referenceAmount": {
                        "currency": "NOK",
                        "value": 233.53
                      },
                      "taxType": "FLAT"
                    }
                  ],
                  "fee": [
                    {
                      "amount": {
                        "currency": "GEL",
                        "value": 498.86
                      },
                      "code": "bo",
                      "conversionRatio": {
                        "minimumPoints": 853,
                        "value": 0.4
                      },
                      "equivAmount": {
                        "currency": "FKP",
                        "value": 175.13
                      },
                      "override": true,
                      "points": 43620,
                      "referenceAmount": {
                        "currency": "XCD",
                        "value": 37.2
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "ANG",
                        "value": 377.05
                      },
                      "code": "iU",
                      "conversionRatio": {
                        "minimumPoints": 772,
                        "value": 0.9
                      },
                      "equivAmount": {
                        "currency": "OMR",
                        "value": 28.09
                      },
                      "override": false,
                      "points": 30700,
                      "referenceAmount": {
                        "currency": "FJD",
                        "value": 118.31
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "KPW",
                        "value": 373.7
                      },
                      "code": "jg",
                      "conversionRatio": {
                        "minimumPoints": 473,
                        "value": 0.67
                      },
                      "equivAmount": {
                        "currency": "SYP",
                        "value": 223.1
                      },
                      "override": false,
                      "points": 42666,
                      "referenceAmount": {
                        "currency": "TMT",
                        "value": 310.45
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    {
                      "amount": {
                        "currency": "BIF",
                        "value": 472.13
                      },
                      "code": "Fg",
                      "conversionRatio": {
                        "minimumPoints": 968,
                        "value": 0.74
                      },
                      "equivAmount": {
                        "currency": "UZS",
                        "value": 336.03
                      },
                      "override": true,
                      "points": 8490,
                      "referenceAmount": {
                        "currency": "PEN",
                        "value": 177.41
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "WST",
                        "value": 93.54
                      },
                      "code": "IL",
                      "conversionRatio": {
                        "minimumPoints": 441,
                        "value": 0.62
                      },
                      "equivAmount": {
                        "currency": "SBD",
                        "value": 405.19
                      },
                      "override": false,
                      "points": 14631,
                      "referenceAmount": {
                        "currency": "GIP",
                        "value": 392.31
                      },
                      "taxType": "PROPORTIONAL"
                    }
                  ],
                  "surcharge": [
                    {
                      "amount": {
                        "currency": "BBD",
                        "value": 473.35
                      },
                      "code": "qe",
                      "conversionRatio": {
                        "minimumPoints": 142,
                        "value": 0.45
                      },
                      "equivAmount": {
                        "currency": "BIF",
                        "value": 42.72
                      },
                      "override": true,
                      "points": 28436,
                      "referenceAmount": {
                        "currency": "GTQ",
                        "value": 315.66
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    {
                      "amount": {
                        "currency": "SDG",
                        "value": 13.18
                      },
                      "code": "Eh",
                      "conversionRatio": {
                        "minimumPoints": 172,
                        "value": 0.44
                      },
                      "equivAmount": {
                        "currency": "CNY",
                        "value": 143.37
                      },
                      "override": true,
                      "points": 2296,
                      "referenceAmount": {
                        "currency": "PGK",
                        "value": 424.54
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "NAD",
                        "value": 35.79
                      },
                      "code": "oY",
                      "conversionRatio": {
                        "minimumPoints": 123,
                        "value": 0.36
                      },
                      "equivAmount": {
                        "currency": "MKD",
                        "value": 298.12
                      },
                      "override": true,
                      "points": 44068,
                      "referenceAmount": {
                        "currency": "GBP",
                        "value": 353.78
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "INR",
                        "value": 370.52
                      },
                      "code": "bW",
                      "conversionRatio": {
                        "minimumPoints": 295,
                        "value": 0.68
                      },
                      "equivAmount": {
                        "currency": "SZL",
                        "value": 62.63
                      },
                      "override": false,
                      "points": 48746,
                      "referenceAmount": {
                        "currency": "BDT",
                        "value": 401.04
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "UZS",
                        "value": 464.63
                      },
                      "code": "rH",
                      "conversionRatio": {
                        "minimumPoints": 236,
                        "value": 0.85
                      },
                      "equivAmount": {
                        "currency": "ARS",
                        "value": 217.85
                      },
                      "override": true,
                      "points": 49101,
                      "referenceAmount": {
                        "currency": "KGS",
                        "value": 74.85
                      },
                      "taxType": "PROPORTIONAL"
                    }
                  ],
                  "tax": [
                    {
                      "amount": {
                        "currency": "TRY",
                        "value": 57.22
                      },
                      "code": "fB",
                      "conversionRatio": {
                        "minimumPoints": 639,
                        "value": 0.84
                      },
                      "equivAmount": {
                        "currency": "MYR",
                        "value": 335.04
                      },
                      "override": false,
                      "points": 7785,
                      "referenceAmount": {
                        "currency": "XPF",
                        "value": 105.18
                      },
                      "taxType": "PROPORTIONAL"
                    }
                  ],
                  "ticketingFee": [
                    {
                      "amount": {
                        "currency": "MUR",
                        "value": 208.36
                      },
                      "commercialName": "SERVICE FEE",
                      "conversionRatio": {
                        "minimumPoints": 710,
                        "value": 0.66
                      },
                      "other": true,
                      "points": 411,
                      "referenceAmount": {
                        "currency": "INR",
                        "value": 439.98
                      },
                      "subCode": "243",
                      "type": "FORM_OF_PAYMENT",
                      "waived": {
                        "reasonCode": "ye",
                        "value": true
                      }
                    },
                    {
                      "amount": {
                        "currency": "PGK",
                        "value": 19.36
                      },
                      "commercialName": "SERVICE FEE",
                      "conversionRatio": {
                        "minimumPoints": 149,
                        "value": 0.92
                      },
                      "other": true,
                      "points": 398,
                      "referenceAmount": {
                        "currency": "TTD",
                        "value": 133.32
                      },
                      "subCode": "918",
                      "type": "TICKETING",
                      "waived": {
                        "reasonCode": "zF",
                        "value": false
                      }
                    },
                    {
                      "amount": {
                        "currency": "STN",
                        "value": 47.79
                      },
                      "commercialName": "SERVICE FEE",
                      "conversionRatio": {
                        "minimumPoints": 301,
                        "value": 0.36
                      },
                      "other": true,
                      "points": 423,
                      "referenceAmount": {
                        "currency": "TOP",
                        "value": 402.38
                      },
                      "subCode": "370",
                      "type": "REQUESTED",
                      "waived": {
                        "reasonCode": "sj",
                        "value": false
                      }
                    },
                    {
                      "amount": {
                        "currency": "PKR",
                        "value": 495.21
                      },
                      "commercialName": "DELIVERY FEE",
                      "conversionRatio": {
                        "minimumPoints": 140,
                        "value": 0.96
                      },
                      "other": false,
                      "points": 370,
                      "referenceAmount": {
                        "currency": "VUV",
                        "value": 94.58
                      },
                      "subCode": "304",
                      "type": "FORM_OF_PAYMENT",
                      "waived": {
                        "reasonCode": "hG",
                        "value": false
                      }
                    },
                    {
                      "amount": {
                        "currency": "YER",
                        "value": 356.66
                      },
                      "commercialName": "DELIVERY FEE",
                      "conversionRatio": {
                        "minimumPoints": 196,
                        "value": 0.89
                      },
                      "other": false,
                      "points": 182,
                      "referenceAmount": {
                        "currency": "BGN",
                        "value": 414.2
                      },
                      "subCode": "390",
                      "type": "TICKETING",
                      "waived": {
                        "reasonCode": "SK",
                        "value": false
                      }
                    }
                  ],
                  "total": {
                    "amount": {
                      "currency": "SOS",
                      "value": 271.84
                    },
                    "code": "kZ",
                    "conversionRatio": {
                      "minimumPoints": 519,
                      "value": 0.95
                    },
                    "equivAmount": {
                      "currency": "BIF",
                      "value": 358.9
                    },
                    "override": false,
                    "points": 36322,
                    "referenceAmount": {
                      "currency": "LSL",
                      "value": 203.21
                    },
                    "taxType": "FLAT"
                  }
                }
              }
            ]
          }
        ],
        "passengerFare": [
          {
            "passengerRefs": [
              "id01",
              "id02"
            ],
            "priceBreakdown": {
              "base": {
                "amount": {
                  "currency": "NPR",
                  "value": 7.31
                },
                "code": "LY",
                "conversionRatio": {
                  "minimumPoints": 547,
                  "value": 0.46
                },
                "equivAmount": {
                  "currency": "MXN",
                  "value": 308.89
                },
                "override": false,
                "points": 15603,
                "referenceAmount": {
                  "currency": "AWG",
                  "value": 89.76
                },
                "taxType": "FLAT"
              },
              "commission": [
                {
                  "amount": {
                    "currency": "SYP",
                    "value": 230.05
                  },
                  "code": "cN",
                  "conversionRatio": {
                    "minimumPoints": 563,
                    "value": 0.67
                  },
                  "equivAmount": {
                    "currency": "HNL",
                    "value": 136.69
                  },
                  "override": true,
                  "points": 17104,
                  "referenceAmount": {
                    "currency": "ILS",
                    "value": 328.38
                  },
                  "taxType": "PROPORTIONAL"
                },
                {
                  "amount": {
                    "currency": "TZS",
                    "value": 392.67
                  },
                  "code": "vr",
                  "conversionRatio": {
                    "minimumPoints": 701,
                    "value": 0.53
                  },
                  "equivAmount": {
                    "currency": "WST",
                    "value": 435.15
                  },
                  "override": true,
                  "points": 36295,
                  "referenceAmount": {
                    "currency": "IRR",
                    "value": 344.93
                  },
                  "taxType": "PROPORTIONAL"
                },
                {
                  "amount": {
                    "currency": "RUB",
                    "value": 426.15
                  },
                  "code": "ES",
                  "conversionRatio": {
                    "minimumPoints": 393,
                    "value": 0.78
                  },
                  "equivAmount": {
                    "currency": "NZD",
                    "value": 106.36
                  },
                  "override": true,
                  "points": 32583,
                  "referenceAmount": {
                    "currency": "MKD",
                    "value": 394.14
                  },
                  "taxType": "PROPORTIONAL"
                },
                {
                  "amount": {
                    "currency": "CLP",
                    "value": 76.44
                  },
                  "code": "vK",
                  "conversionRatio": {
                    "minimumPoints": 298,
                    "value": 0.31
                  },
                  "equivAmount": {
                    "currency": "BZD",
                    "value": 424.72
                  },
                  "override": false,
                  "points": 17815,
                  "referenceAmount": {
                    "currency": "PAB",
                    "value": 376.61
                  },
                  "taxType": "PROPORTIONAL"
                }
              ],
              "discount": [
                {
                  "amount": {
                    "currency": "TZS",
                    "value": 144.03
                  },
                  "code": "xI",
                  "conversionRatio": {
                    "minimumPoints": 478,
                    "value": 0.25
                  },
                  "equivAmount": {
                    "currency": "MWK",
                    "value": 486
                  },
                  "override": false,
                  "points": 43110,
                  "referenceAmount": {
                    "currency": "UGX",
                    "value": 368.53
                  },
                  "taxType": "FLAT"
                },
                {
                  "amount": {
                    "currency": "SGD",
                    "value": 275.28
                  },
                  "code": "Xg",
                  "conversionRatio": {
                    "minimumPoints": 628,
                    "value": 0.22
                  },
                  "equivAmount": {
                    "currency": "AMD",
                    "value": 216.68
                  },
                  "override": false,
                  "points": 13036,
                  "referenceAmount": {
                    "currency": "SOS",
                    "value": 346.69
                  },
                  "taxType": "FLAT"
                }
              ],
              "fee": [
                {
                  "amount": {
                    "currency": "NPR",
                    "value": 40.75
                  },
                  "code": "xa",
                  "conversionRatio": {
                    "minimumPoints": 561,
                    "value": 0.93
                  },
                  "equivAmount": {
                    "currency": "MVR",
                    "value": 420.76
                  },
                  "override": false,
                  "points": 47518,
                  "referenceAmount": {
                    "currency": "SDG",
                    "value": 397.68
                  },
                  "taxType": "FLAT"
                }
              ],
              "surcharge": [
                {
                  "amount": {
                    "currency": "BSD",
                    "value": 427.62
                  },
                  "code": "Np",
                  "conversionRatio": {
                    "minimumPoints": 692,
                    "value": 0.28
                  },
                  "equivAmount": {
                    "currency": "GMD",
                    "value": 194.4
                  },
                  "override": false,
                  "points": 37134,
                  "referenceAmount": {
                    "currency": "BTN",
                    "value": 36.37
                  },
                  "taxType": "PROPORTIONAL"
                },
                {
                  "amount": {
                    "currency": "SCR",
                    "value": 161.63
                  },
                  "code": "kI",
                  "conversionRatio": {
                    "minimumPoints": 209,
                    "value": 0.55
                  },
                  "equivAmount": {
                    "currency": "CRC",
                    "value": 297.87
                  },
                  "override": false,
                  "points": 38157,
                  "referenceAmount": {
                    "currency": "EUR",
                    "value": 414.89
                  },
                  "taxType": "FLAT"
                },
                {
                  "amount": {
                    "currency": "DOP",
                    "value": 377.07
                  },
                  "code": "HG",
                  "conversionRatio": {
                    "minimumPoints": 961,
                    "value": 0.18
                  },
                  "equivAmount": {
                    "currency": "TMT",
                    "value": 449.22
                  },
                  "override": true,
                  "points": 21721,
                  "referenceAmount": {
                    "currency": "THB",
                    "value": 239.27
                  },
                  "taxType": "PROPORTIONAL"
                },
                {
                  "amount": {
                    "currency": "IDR",
                    "value": 185.74
                  },
                  "code": "zI",
                  "conversionRatio": {
                    "minimumPoints": 156,
                    "value": 0.9
                  },
                  "equivAmount": {
                    "currency": "XCD",
                    "value": 387.57
                  },
                  "override": false,
                  "points": 29488,
                  "referenceAmount": {
                    "currency": "ILS",
                    "value": 169.2
                  },
                  "taxType": "FLAT"
                },
                {
                  "amount": {
                    "currency": "MZN",
                    "value": 279.27
                  },
                  "code": "Lv",
                  "conversionRatio": {
                    "minimumPoints": 323,
                    "value": 0.33
                  },
                  "equivAmount": {
                    "currency": "SYP",
                    "value": 369.09
                  },
                  "override": false,
                  "points": 5569,
                  "referenceAmount": {
                    "currency": "KES",
                    "value": 156.21
                  },
                  "taxType": "FLAT"
                }
              ],
              "tax": [
                {
                  "amount": {
                    "currency": "TZS",
                    "value": 242.72
                  },
                  "code": "Dv",
                  "conversionRatio": {
                    "minimumPoints": 171,
                    "value": 0.58
                  },
                  "equivAmount": {
                    "currency": "SDG",
                    "value": 265.37
                  },
                  "override": false,
                  "points": 12668,
                  "referenceAmount": {
                    "currency": "ARS",
                    "value": 91.18
                  },
                  "taxType": "PROPORTIONAL"
                },
                {
                  "amount": {
                    "currency": "ZAR",
                    "value": 448.76
                  },
                  "code": "mn",
                  "conversionRatio": {
                    "minimumPoints": 445,
                    "value": 0.98
                  },
                  "equivAmount": {
                    "currency": "HNL",
                    "value": 403.68
                  },
                  "override": false,
                  "points": 21403,
                  "referenceAmount": {
                    "currency": "CVE",
                    "value": 386.84
                  },
                  "taxType": "PROPORTIONAL"
                },
                {
                  "amount": {
                    "currency": "GHS",
                    "value": 481.79
                  },
                  "code": "Li",
                  "conversionRatio": {
                    "minimumPoints": 223,
                    "value": 0.12
                  },
                  "equivAmount": {
                    "currency": "BHD",
                    "value": 423.46
                  },
                  "override": false,
                  "points": 17017,
                  "referenceAmount": {
                    "currency": "MZN",
                    "value": 323.51
                  },
                  "taxType": "FLAT"
                }
              ],
              "ticketingFee": [
                {
                  "amount": {
                    "currency": "BYN",
                    "value": 14.95
                  },
                  "commercialName": "SERVICE FEE",
                  "conversionRatio": {
                    "minimumPoints": 762,
                    "value": 0.49
                  },
                  "other": true,
                  "points": 452,
                  "referenceAmount": {
                    "currency": "XCD",
                    "value": 469.93
                  },
                  "subCode": "779",
                  "type": "TICKETING",
                  "waived": {
                    "reasonCode": "fM",
                    "value": false
                  }
                }
              ],
              "total": {
                "amount": {
                  "currency": "NZD",
                  "value": 469.46
                },
                "code": "tE",
                "conversionRatio": {
                  "minimumPoints": 822,
                  "value": 0.59
                },
                "equivAmount": {
                  "currency": "RSD",
                  "value": 115.44
                },
                "override": true,
                "points": 12736,
                "referenceAmount": {
                  "currency": "IQD",
                  "value": 475.34
                },
                "taxType": "FLAT"
              }
            }
          },
          {
            "passengerRefs": [
              "id01",
              "id02"
            ],
            "priceBreakdown": {
              "base": {
                "amount": {
                  "currency": "TZS",
                  "value": 318.21
                },
                "code": "bQ",
                "conversionRatio": {
                  "minimumPoints": 248,
                  "value": 0.19
                },
                "equivAmount": {
                  "currency": "IQD",
                  "value": 113.05
                },
                "override": true,
                "points": 8778,
                "referenceAmount": {
                  "currency": "TJS",
                  "value": 190.65
                },
                "taxType": "PROPORTIONAL"
              },
              "commission": [
                {
                  "amount": {
                    "currency": "WST",
                    "value": 378.39
                  },
                  "code": "sl",
                  "conversionRatio": {
                    "minimumPoints": 524,
                    "value": 0.3
                  },
                  "equivAmount": {
                    "currency": "SEK",
                    "value": 315.37
                  },
                  "override": false,
                  "points": 28258,
                  "referenceAmount": {
                    "currency": "DOP",
                    "value": 482.63
                  },
                  "taxType": "PROPORTIONAL"
                },
                {
                  "amount": {
                    "currency": "GIP",
                    "value": 485.07
                  },
                  "code": "mJ",
                  "conversionRatio": {
                    "minimumPoints": 244,
                    "value": 0.78
                  },
                  "equivAmount": {
                    "currency": "AED",
                    "value": 64.91
                  },
                  "override": true,
                  "points": 16832,
                  "referenceAmount": {
                    "currency": "VND",
                    "value": 407.9
                  },
                  "taxType": "PROPORTIONAL"
                },
                {
                  "amount": {
                    "currency": "MMK",
                    "value": 446.68
                  },
                  "code": "Xx",
                  "conversionRatio": {
                    "minimumPoints": 707,
                    "value": 0.66
                  },
                  "equivAmount": {
                    "currency": "AZN",
                    "value": 422.8
                  },
                  "override": true,
                  "points": 5199,
                  "referenceAmount": {
                    "currency": "MAD",
                    "value": 308.7
                  },
                  "taxType": "PROPORTIONAL"
                }
              ],
              "discount": [
                {
                  "amount": {
                    "currency": "QAR",
                    "value": 270.26
                  },
                  "code": "Lw",
                  "conversionRatio": {
                    "minimumPoints": 650,
                    "value": 0.72
                  },
                  "equivAmount": {
                    "currency": "TWD",
                    "value": 100
                  },
                  "override": true,
                  "points": 14091,
                  "referenceAmount": {
                    "currency": "MUR",
                    "value": 483.24
                  },
                  "taxType": "FLAT"
                },
                {
                  "amount": {
                    "currency": "MRU",
                    "value": 139.94
                  },
                  "code": "nl",
                  "conversionRatio": {
                    "minimumPoints": 426,
                    "value": 0.56
                  },
                  "equivAmount": {
                    "currency": "MZN",
                    "value": 184.41
                  },
                  "override": true,
                  "points": 8880,
                  "referenceAmount": {
                    "currency": "MZN",
                    "value": 390.54
                  },
                  "taxType": "PROPORTIONAL"
                },
                {
                  "amount": {
                    "currency": "MGA",
                    "value": 180.88
                  },
                  "code": "Ts",
                  "conversionRatio": {
                    "minimumPoints": 375,
                    "value": 0.77
                  },
                  "equivAmount": {
                    "currency": "ANG",
                    "value": 81.16
                  },
                  "override": true,
                  "points": 24297,
                  "referenceAmount": {
                    "currency": "XPF",
                    "value": 245.93
                  },
                  "taxType": "PROPORTIONAL"
                },
                {
                  "amount": {
                    "currency": "UYU",
                    "value": 243.25
                  },
                  "code": "jk",
                  "conversionRatio": {
                    "minimumPoints": 733,
                    "value": 0.66
                  },
                  "equivAmount": {
                    "currency": "MDL",
                    "value": 429.01
                  },
                  "override": true,
                  "points": 15922,
                  "referenceAmount": {
                    "currency": "QAR",
                    "value": 233.94
                  },
                  "taxType": "FLAT"
                }
              ],
              "fee": [
                {
                  "amount": {
                    "currency": "MRU",
                    "value": 486.35
                  },
                  "code": "UE",
                  "conversionRatio": {
                    "minimumPoints": 281,
                    "value": 0.64
                  },
                  "equivAmount": {
                    "currency": "LSL",
                    "value": 449.77
                  },
                  "override": true,
                  "points": 43483,
                  "referenceAmount": {
                    "currency": "LRD",
                    "value": 99.28
                  },
                  "taxType": "FLAT"
                }
              ],
              "surcharge": [
                {
                  "amount": {
                    "currency": "LAK",
                    "value": 94.83
                  },
                  "code": "gF",
                  "conversionRatio": {
                    "minimumPoints": 260,
                    "value": 0.57
                  },
                  "equivAmount": {
                    "currency": "GTQ",
                    "value": 46.66
                  },
                  "override": false,
                  "points": 21423,
                  "referenceAmount": {
                    "currency": "USD",
                    "value": 388.27
                  },
                  "taxType": "FLAT"
                }
              ],
              "tax": [
                {
                  "amount": {
                    "currency": "LSL",
                    "value": 314.27
                  },
                  "code": "mg",
                  "conversionRatio": {
                    "minimumPoints": 413,
                    "value": 0.89
                  },
                  "equivAmount": {
                    "currency": "AUD",
                    "value": 62
                  },
                  "override": true,
                  "points": 26466,
                  "referenceAmount": {
                    "currency": "KZT",
                    "value": 113.88
                  },
                  "taxType": "PROPORTIONAL"
                }
              ],
              "ticketingFee": [
                {
                  "amount": {
                    "currency": "BRL",
                    "value": 398.35
                  },
                  "commercialName": "DELIVERY FEE",
                  "conversionRatio": {
                    "minimumPoints": 586,
                    "value": 0.89
                  },
                  "other": true,
                  "points": 132,
                  "referenceAmount": {
                    "currency": "PGK",
                    "value": 411.59
                  },
                  "subCode": "684",
                  "type": "REQUESTED",
                  "waived": {
                    "reasonCode": "yf",
                    "value": false
                  }
                },
                {
                  "amount": {
                    "currency": "HTG",
                    "value": 63.75
                  },
                  "commercialName": "DELIVERY FEE",
                  "conversionRatio": {
                    "minimumPoints": 153,
                    "value": 0.55
                  },
                  "other": false,
                  "points": 292,
                  "referenceAmount": {
                    "currency": "AED",
                    "value": 471.08
                  },
                  "subCode": "484",
                  "type": "REQUESTED",
                  "waived": {
                    "reasonCode": "lg",
                    "value": true
                  }
                },
                {
                  "amount": {
                    "currency": "KWD",
                    "value": 32.73
                  },
                  "commercialName": "SERVICE FEE",
                  "conversionRatio": {
                    "minimumPoints": 290,
                    "value": 0.32
                  },
                  "other": true,
                  "points": 425,
                  "referenceAmount": {
                    "currency": "PAB",
                    "value": 350.24
                  },
                  "subCode": "696",
                  "type": "REQUESTED",
                  "waived": {
                    "reasonCode": "Yp",
                    "value": true
                  }
                },
                {
                  "amount": {
                    "currency": "CDF",
                    "value": 176.22
                  },
                  "commercialName": "SERVICE FEE",
                  "conversionRatio": {
                    "minimumPoints": 985,
                    "value": 0.38
                  },
                  "other": false,
                  "points": 360,
                  "referenceAmount": {
                    "currency": "INR",
                    "value": 208.39
                  },
                  "subCode": "159",
                  "type": "REQUESTED",
                  "waived": {
                    "reasonCode": "kO",
                    "value": true
                  }
                }
              ],
              "total": {
                "amount": {
                  "currency": "BND",
                  "value": 239.3
                },
                "code": "JL",
                "conversionRatio": {
                  "minimumPoints": 269,
                  "value": 0.73
                },
                "equivAmount": {
                  "currency": "XOF",
                  "value": 237.23
                },
                "override": false,
                "points": 6745,
                "referenceAmount": {
                  "currency": "SSP",
                  "value": 451.38
                },
                "taxType": "FLAT"
              }
            }
          },
          {
            "passengerRefs": [
              "id01",
              "id02"
            ],
            "priceBreakdown": {
              "base": {
                "amount": {
                  "currency": "INR",
                  "value": 304.38
                },
                "code": "KT",
                "conversionRatio": {
                  "minimumPoints": 965,
                  "value": 0.97
                },
                "equivAmount": {
                  "currency": "BZD",
                  "value": 205.1
                },
                "override": true,
                "points": 10609,
                "referenceAmount": {
                  "currency": "VND",
                  "value": 31.23
                },
                "taxType": "FLAT"
              },
              "commission": [
                {
                  "amount": {
                    "currency": "MMK",
                    "value": 24.65
                  },
                  "code": "bb",
                  "conversionRatio": {
                    "minimumPoints": 774,
                    "value": 0.87
                  },
                  "equivAmount": {
                    "currency": "RON",
                    "value": 314.02
                  },
                  "override": false,
                  "points": 35176,
                  "referenceAmount": {
                    "currency": "CRC",
                    "value": 344.11
                  },
                  "taxType": "PROPORTIONAL"
                },
                {
                  "amount": {
                    "currency": "HNL",
                    "value": 230.92
                  },
                  "code": "Ud",
                  "conversionRatio": {
                    "minimumPoints": 134,
                    "value": 0.31
                  },
                  "equivAmount": {
                    "currency": "AOA",
                    "value": 220.77
                  },
                  "override": true,
                  "points": 44502,
                  "referenceAmount": {
                    "currency": "KYD",
                    "value": 76.71
                  },
                  "taxType": "PROPORTIONAL"
                }
              ],
              "discount": [
                {
                  "amount": {
                    "currency": "GNF",
                    "value": 274.54
                  },
                  "code": "xv",
                  "conversionRatio": {
                    "minimumPoints": 292,
                    "value": 0.92
                  },
                  "equivAmount": {
                    "currency": "THB",
                    "value": 160.25
                  },
                  "override": true,
                  "points": 13848,
                  "referenceAmount": {
                    "currency": "EGP",
                    "value": 476.29
                  },
                  "taxType": "PROPORTIONAL"
                },
                {
                  "amount": {
                    "currency": "KZT",
                    "value": 120.27
                  },
                  "code": "KB",
                  "conversionRatio": {
                    "minimumPoints": 438,
                    "value": 0.58
                  },
                  "equivAmount": {
                    "currency": "BBD",
                    "value": 495.79
                  },
                  "override": false,
                  "points": 34746,
                  "referenceAmount": {
                    "currency": "RSD",
                    "value": 264.43
                  },
                  "taxType": "FLAT"
                },
                {
                  "amount": {
                    "currency": "BSD",
                    "value": 258.45
                  },
                  "code": "IU",
                  "conversionRatio": {
                    "minimumPoints": 983,
                    "value": 0.1
                  },
                  "equivAmount": {
                    "currency": "MRU",
                    "value": 457.21
                  },
                  "override": true,
                  "points": 7676,
                  "referenceAmount": {
                    "currency": "ZWL",
                    "value": 9.01
                  },
                  "taxType": "PROPORTIONAL"
                },
                {
                  "amount": {
                    "currency": "ALL",
                    "value": 5.32
                  },
                  "code": "ZR",
                  "conversionRatio": {
                    "minimumPoints": 838,
                    "value": 0.18
                  },
                  "equivAmount": {
                    "currency": "XCD",
                    "value": 94.35
                  },
                  "override": true,
                  "points": 17829,
                  "referenceAmount": {
                    "currency": "AOA",
                    "value": 213.47
                  },
                  "taxType": "PROPORTIONAL"
                }
              ],
              "fee": [
                {
                  "amount": {
                    "currency": "BAM",
                    "value": 394.64
                  },
                  "code": "SG",
                  "conversionRatio": {
                    "minimumPoints": 960,
                    "value": 0.12
                  },
                  "equivAmount": {
                    "currency": "VES",
                    "value": 281.29
                  },
                  "override": true,
                  "points": 35950,
                  "referenceAmount": {
                    "currency": "SBD",
                    "value": 423.98
                  },
                  "taxType": "PROPORTIONAL"
                },
                {
                  "amount": {
                    "currency": "AOA",
                    "value": 253.79
                  },
                  "code": "eD",
                  "conversionRatio": {
                    "minimumPoints": 524,
                    "value": 0.85
                  },
                  "equivAmount": {
                    "currency": "BOB",
                    "value": 93.04
                  },
                  "override": false,
                  "points": 11846,
                  "referenceAmount": {
                    "currency": "XPF",
                    "value": 482.5
                  },
                  "taxType": "PROPORTIONAL"
                },
                {
                  "amount": {
                    "currency": "BDT",
                    "value": 404.02
                  },
                  "code": "Rj",
                  "conversionRatio": {
                    "minimumPoints": 596,
                    "value": 0.28
                  },
                  "equivAmount": {
                    "currency": "SSP",
                    "value": 180.88
                  },
                  "override": true,
                  "points": 34574,
                  "referenceAmount": {
                    "currency": "PHP",
                    "value": 220.49
                  },
                  "taxType": "FLAT"
                },
                {
                  "amount": {
                    "currency": "ISK",
                    "value": 180.13
                  },
                  "code": "kr",
                  "conversionRatio": {
                    "minimumPoints": 934,
                    "value": 0.84
                  },
                  "equivAmount": {
                    "currency": "CDF",
                    "value": 401.13
                  },
                  "override": false,
                  "points": 13194,
                  "referenceAmount": {
                    "currency": "XOF",
                    "value": 363.72
                  },
                  "taxType": "PROPORTIONAL"
                },
                {
                  "amount": {
                    "currency": "JPY",
                    "value": 116.32
                  },
                  "code": "VV",
                  "conversionRatio": {
                    "minimumPoints": 543,
                    "value": 0.73
                  },
                  "equivAmount": {
                    "currency": "XPF",
                    "value": 114.26
                  },
                  "override": true,
                  "points": 28481,
                  "referenceAmount": {
                    "currency": "ZAR",
                    "value": 180.79
                  },
                  "taxType": "PROPORTIONAL"
                }
              ],
              "surcharge": [
                {
                  "amount": {
                    "currency": "YER",
                    "value": 489.68
                  },
                  "code": "Bz",
                  "conversionRatio": {
                    "minimumPoints": 253,
                    "value": 0.56
                  },
                  "equivAmount": {
                    "currency": "BND",
                    "value": 321
                  },
                  "override": false,
                  "points": 25196,
                  "referenceAmount": {
                    "currency": "NAD",
                    "value": 297.32
                  },
                  "taxType": "PROPORTIONAL"
                },
                {
                  "amount": {
                    "currency": "KES",
                    "value": 43.9
                  },
                  "code": "Fq",
                  "conversionRatio": {
                    "minimumPoints": 482,
                    "value": 0.77
                  },
                  "equivAmount": {
                    "currency": "NGN",
                    "value": 148.88
                  },
                  "override": false,
                  "points": 25824,
                  "referenceAmount": {
                    "currency": "USD",
                    "value": 215.85
                  },
                  "taxType": "PROPORTIONAL"
                },
                {
                  "amount": {
                    "currency": "TOP",
                    "value": 436.83
                  },
                  "code": "HQ",
                  "conversionRatio": {
                    "minimumPoints": 204,
                    "value": 0.13
                  },
                  "equivAmount": {
                    "currency": "DZD",
                    "value": 460.02
                  },
                  "override": true,
                  "points": 44298,
                  "referenceAmount": {
                    "currency": "ETB",
                    "value": 236.62
                  },
                  "taxType": "PROPORTIONAL"
                },
                {
                  "amount": {
                    "currency": "AWG",
                    "value": 294.72
                  },
                  "code": "Vy",
                  "conversionRatio": {
                    "minimumPoints": 819,
                    "value": 0.67
                  },
                  "equivAmount": {
                    "currency": "OMR",
                    "value": 424.27
                  },
                  "override": true,
                  "points": 37062,
                  "referenceAmount": {
                    "currency": "YER",
                    "value": 219.47
                  },
                  "taxType": "PROPORTIONAL"
                }
              ],
              "tax": [
                {
                  "amount": {
                    "currency": "VUV",
                    "value": 462.36
                  },
                  "code": "ws",
                  "conversionRatio": {
                    "minimumPoints": 201,
                    "value": 0.49
                  },
                  "equivAmount": {
                    "currency": "SBD",
                    "value": 111.37
                  },
                  "override": false,
                  "points": 16250,
                  "referenceAmount": {
                    "currency": "WST",
                    "value": 380.04
                  },
                  "taxType": "PROPORTIONAL"
                },
                {
                  "amount": {
                    "currency": "BSD",
                    "value": 284.33
                  },
                  "code": "Xj",
                  "conversionRatio": {
                    "minimumPoints": 870,
                    "value": 0.52
                  },
                  "equivAmount": {
                    "currency": "NPR",
                    "value": 146.2
                  },
                  "override": false,
                  "points": 10598,
                  "referenceAmount": {
                    "currency": "MYR",
                    "value": 201.98
                  },
                  "taxType": "FLAT"
                }
              ],
              "ticketingFee": [
                {
                  "amount": {
                    "currency": "PAB",
                    "value": 145.95
                  },
                  "commercialName": "DELIVERY FEE",
                  "conversionRatio": {
                    "minimumPoints": 201,
                    "value": 0.4
                  },
                  "other": false,
                  "points": 432,
                  "referenceAmount": {
                    "currency": "AUD",
                    "value": 106.26
                  },
                  "subCode": "501",
                  "type": "REQUESTED",
                  "waived": {
                    "reasonCode": "hF",
                    "value": false
                  }
                },
                {
                  "amount": {
                    "currency": "BOB",
                    "value": 103.23
                  },
                  "commercialName": "DELIVERY FEE",
                  "conversionRatio": {
                    "minimumPoints": 115,
                    "value": 0.51
                  },
                  "other": true,
                  "points": 450,
                  "referenceAmount": {
                    "currency": "MGA",
                    "value": 347.38
                  },
                  "subCode": "441",
                  "type": "FORM_OF_PAYMENT",
                  "waived": {
                    "reasonCode": "YX",
                    "value": false
                  }
                }
              ],
              "total": {
                "amount": {
                  "currency": "NAD",
                  "value": 228.56
                },
                "code": "iC",
                "conversionRatio": {
                  "minimumPoints": 505,
                  "value": 0.84
                },
                "equivAmount": {
                  "currency": "SHP",
                  "value": 218.13
                },
                "override": false,
                "points": 43416,
                "referenceAmount": {
                  "currency": "XCD",
                  "value": 368.94
                },
                "taxType": "PROPORTIONAL"
              }
            }
          },
          {
            "passengerRefs": [
              "id01",
              "id02"
            ],
            "priceBreakdown": {
              "base": {
                "amount": {
                  "currency": "BDT",
                  "value": 316.44
                },
                "code": "jb",
                "conversionRatio": {
                  "minimumPoints": 119,
                  "value": 0.23
                },
                "equivAmount": {
                  "currency": "TND",
                  "value": 488.44
                },
                "override": false,
                "points": 28809,
                "referenceAmount": {
                  "currency": "STN",
                  "value": 306.73
                },
                "taxType": "FLAT"
              },
              "commission": [
                {
                  "amount": {
                    "currency": "XOF",
                    "value": 129.23
                  },
                  "code": "hH",
                  "conversionRatio": {
                    "minimumPoints": 518,
                    "value": 0.39
                  },
                  "equivAmount": {
                    "currency": "SLE",
                    "value": 451.68
                  },
                  "override": true,
                  "points": 6593,
                  "referenceAmount": {
                    "currency": "QAR",
                    "value": 183.37
                  },
                  "taxType": "FLAT"
                },
                {
                  "amount": {
                    "currency": "UYU",
                    "value": 436.63
                  },
                  "code": "Nm",
                  "conversionRatio": {
                    "minimumPoints": 117,
                    "value": 0.16
                  },
                  "equivAmount": {
                    "currency": "AMD",
                    "value": 244.54
                  },
                  "override": true,
                  "points": 36532,
                  "referenceAmount": {
                    "currency": "XAF",
                    "value": 245.77
                  },
                  "taxType": "PROPORTIONAL"
                },
                {
                  "amount": {
                    "currency": "ETB",
                    "value": 423.31
                  },
                  "code": "fS",
                  "conversionRatio": {
                    "minimumPoints": 259,
                    "value": 0.71
                  },
                  "equivAmount": {
                    "currency": "PGK",
                    "value": 190.1
                  },
                  "override": true,
                  "points": 9970,
                  "referenceAmount": {
                    "currency": "COP",
                    "value": 281.62
                  },
                  "taxType": "FLAT"
                },
                {
                  "amount": {
                    "currency": "JPY",
                    "value": 248.46
                  },
                  "code": "cv",
                  "conversionRatio": {
                    "minimumPoints": 307,
                    "value": 0.26
                  },
                  "equivAmount": {
                    "currency": "LKR",
                    "value": 216.84
                  },
                  "override": false,
                  "points": 1242,
                  "referenceAmount": {
                    "currency": "CUP",
                    "value": 442.85
                  },
                  "taxType": "FLAT"
                }
              ],
              "discount": [
                {
                  "amount": {
                    "currency": "KES",
                    "value": 76.6
                  },
                  "code": "Hu",
                  "conversionRatio": {
                    "minimumPoints": 137,
                    "value": 0.6
                  },
                  "equivAmount": {
                    "currency": "PAB",
                    "value": 40.49
                  },
                  "override": true,
                  "points": 44507,
                  "referenceAmount": {
                    "currency": "GTQ",
                    "value": 301.96
                  },
                  "taxType": "FLAT"
                }
              ],
              "fee": [
                {
                  "amount": {
                    "currency": "IRR",
                    "value": 426.71
                  },
                  "code": "uf",
                  "conversionRatio": {
                    "minimumPoints": 400,
                    "value": 0.43
                  },
                  "equivAmount": {
                    "currency": "FKP",
                    "value": 132.78
                  },
                  "override": true,
                  "points": 17080,
                  "referenceAmount": {
                    "currency": "MZN",
                    "value": 13.91
                  },
                  "taxType": "PROPORTIONAL"
                },
                {
                  "amount": {
                    "currency": "KYD",
                    "value": 342.32
                  },
                  "code": "ak",
                  "conversionRatio": {
                    "minimumPoints": 146,
                    "value": 0.27
                  },
                  "equivAmount": {
                    "currency": "XCD",
                    "value": 445.19
                  },
                  "override": false,
                  "points": 41789,
                  "referenceAmount": {
                    "currency": "MNT",
                    "value": 196.67
                  },
                  "taxType": "PROPORTIONAL"
                },
                {
                  "amount": {
                    "currency": "PYG",
                    "value": 122.45
                  },
                  "code": "tK",
                  "conversionRatio": {
                    "minimumPoints": 485,
                    "value": 0.17
                  },
                  "equivAmount": {
                    "currency": "AZN",
                    "value": 267.95
                  },
                  "override": true,
                  "points": 29927,
                  "referenceAmount": {
                    "currency": "CNY",
                    "value": 480.06
                  },
                  "taxType": "PROPORTIONAL"
                }
              ],
              "surcharge": [
                {
                  "amount": {
                    "currency": "MVR",
                    "value": 451.46
                  },
                  "code": "Cy",
                  "conversionRatio": {
                    "minimumPoints": 839,
                    "value": 0.2
                  },
                  "equivAmount": {
                    "currency": "BND",
                    "value": 339.64
                  },
                  "override": false,
                  "points": 48715,
                  "referenceAmount": {
                    "currency": "BAM",
                    "value": 309.1
                  },
                  "taxType": "PROPORTIONAL"
                },
                {
                  "amount": {
                    "currency": "MUR",
                    "value": 435.87
                  },
                  "code": "YN",
                  "conversionRatio": {
                    "minimumPoints": 862,
                    "value": 0.58
                  },
                  "equivAmount": {
                    "currency": "MMK",
                    "value": 31.92
                  },
                  "override": false,
                  "points": 12461,
                  "referenceAmount": {
                    "currency": "XOF",
                    "value": 243.02
                  },
                  "taxType": "PROPORTIONAL"
                }
              ],
              "tax": [
                {
                  "amount": {
                    "currency": "KPW",
                    "value": 257.22
                  },
                  "code": "sB",
                  "conversionRatio": {
                    "minimumPoints": 296,
                    "value": 0.59
                  },
                  "equivAmount": {
                    "currency": "MYR",
                    "value": 498.79
                  },
                  "override": false,
                  "points": 10364,
                  "referenceAmount": {
                    "currency": "STN",
                    "value": 161.56
                  },
                  "taxType": "PROPORTIONAL"
                },
                {
                  "amount": {
                    "currency": "AZN",
                    "value": 243.78
                  },
                  "code": "fr",
                  "conversionRatio": {
                    "minimumPoints": 843,
                    "value": 0.16
                  },
                  "equivAmount": {
                    "currency": "CAD",
                    "value": 363.14
                  },
                  "override": false,
                  "points": 28490,
                  "referenceAmount": {
                    "currency": "ILS",
                    "value": 435.01
                  },
                  "taxType": "FLAT"
                }
              ],
              "ticketingFee": [
                {
                  "amount": {
                    "currency": "KGS",
                    "value": 417.73
                  },
                  "commercialName": "DELIVERY FEE",
                  "conversionRatio": {
                    "minimumPoints": 541,
                    "value": 0.49
                  },
                  "other": false,
                  "points": 394,
                  "referenceAmount": {
                    "currency": "AFN",
                    "value": 295.14
                  },
                  "subCode": "884",
                  "type": "REQUESTED",
                  "waived": {
                    "reasonCode": "QE",
                    "value": true
                  }
                },
                {
                  "amount": {
                    "currency": "HUF",
                    "value": 338.26
                  },
                  "commercialName": "DELIVERY FEE",
                  "conversionRatio": {
                    "minimumPoints": 596,
                    "value": 0.6
                  },
                  "other": false,
                  "points": 459,
                  "referenceAmount": {
                    "currency": "UGX",
                    "value": 127.61
                  },
                  "subCode": "250",
                  "type": "TICKETING",
                  "waived": {
                    "reasonCode": "Sk",
                    "value": false
                  }
                },
                {
                  "amount": {
                    "currency": "XOF",
                    "value": 172.89
                  },
                  "commercialName": "SERVICE FEE",
                  "conversionRatio": {
                    "minimumPoints": 997,
                    "value": 0.15
                  },
                  "other": false,
                  "points": 360,
                  "referenceAmount": {
                    "currency": "MVR",
                    "value": 352.21
                  },
                  "subCode": "769",
                  "type": "REQUESTED",
                  "waived": {
                    "reasonCode": "pZ",
                    "value": true
                  }
                },
                {
                  "amount": {
                    "currency": "SEK",
                    "value": 443.81
                  },
                  "commercialName": "SERVICE FEE",
                  "conversionRatio": {
                    "minimumPoints": 107,
                    "value": 0.58
                  },
                  "other": true,
                  "points": 346,
                  "referenceAmount": {
                    "currency": "CDF",
                    "value": 498.76
                  },
                  "subCode": "567",
                  "type": "REQUESTED",
                  "waived": {
                    "reasonCode": "eM",
                    "value": true
                  }
                },
                {
                  "amount": {
                    "currency": "AUD",
                    "value": 185.01
                  },
                  "commercialName": "SERVICE FEE",
                  "conversionRatio": {
                    "minimumPoints": 333,
                    "value": 0.67
                  },
                  "other": false,
                  "points": 169,
                  "referenceAmount": {
                    "currency": "BTN",
                    "value": 103.1
                  },
                  "subCode": "691",
                  "type": "REQUESTED",
                  "waived": {
                    "reasonCode": "dP",
                    "value": false
                  }
                }
              ],
              "total": {
                "amount": {
                  "currency": "QAR",
                  "value": 312.62
                },
                "code": "eB",
                "conversionRatio": {
                  "minimumPoints": 453,
                  "value": 0.58
                },
                "equivAmount": {
                  "currency": "LSL",
                  "value": 96.77
                },
                "override": true,
                "points": 14448,
                "referenceAmount": {
                  "currency": "BTN",
                  "value": 256.98
                },
                "taxType": "PROPORTIONAL"
              }
            }
          }
        ],
        "type": "PER_ITINERARY_PART"
      }
    },
    "recordLocator": "FXFMWZ",
    "remarks": {
      "remark": [
        {
          "id": "5o15",
          "remarkLine": [
            "Frequent flyer tier upgrade",
            "Special meal requested",
            "Wheelchair required"
          ],
          "syntheticIdentifier": "19207799045129714031",
          "type": "QUEUE_PLACE"
        },
        {
          "id": "tyvy",
          "remarkLine": [
            "Wheelchair required",
            "Special meal requested",
            "Frequent flyer tier upgrade"
          ],
          "syntheticIdentifier": "04444204777045293294",
          "type": "FORM_OF_PAYMENT"
        },
        {
          "id": "vIvP",
          "remarkLine": [
            "Special meal requested",
            "Wheelchair required",
            "Frequent flyer tier upgrade"
          ],
          "syntheticIdentifier": "29437172348008185040",
          "type": "HISTORICAL"
        }
      ]
    },
    "revenueType": "NON_REVENUE",
    "seatsAvailability": {
      "segmentsSeatsAvailability": [
        {
          "bookingClassAvailability": [
            {
              "bookingClass": "Y",
              "id": "9YHp",
              "value": 7
            },
            {
              "bookingClass": "F",
              "id": "C2nh",
              "value": 7
            }
          ],
          "segmentRef": "Yuxu"
        },
        {
          "bookingClassAvailability": [
            {
              "bookingClass": "W",
              "id": "yvDw",
              "value": 3
            },
            {
              "bookingClass": "W",
              "id": "fvRt",
              "value": 5
            },
            {
              "bookingClass": "Y",
              "id": "7dNe",
              "value": 6
            },
            {
              "bookingClass": "Y",
              "id": "Hriz",
              "value": 9
            }
          ],
          "segmentRef": "X2a5"
        },
        {
          "bookingClassAvailability": [
            {
              "bookingClass": "Y",
              "id": "pefN",
              "value": 4
            },
            {
              "bookingClass": "W",
              "id": "qDTN",
              "value": 2
            },
            {
              "bookingClass": "J",
              "id": "os0X",
              "value": 2
            }
          ],
          "segmentRef": "Lx73"
        }
      ]
    },
    "status": "STANDBY",
    "ticketTimeLimit": "2026-06-21T00:00:00.0Z",
    "travelOrganizer": {
      "contactDetails": {
        "address": [
          {
            "city": "Clovis",
            "companyName": "Doyle - Runte",
            "country": "ER",
            "id": "9a3af83d-ae7f-4ee9-b2a0-8a1145dfdcee",
            "personName": {
              "first": "Madeline",
              "last": "Goyette",
              "middle": "Avery",
              "prefix": "Mr.",
              "raw": "Dr. Myron Quigley I",
              "suffix": "DVM"
            },
            "postalCode": "11004",
            "stateProvince": "Alaska",
            "street1": "754 S 5th Street",
            "street2": "Suite 187",
            "type": "HOME"
          },
          {
            "city": "East Kassandraburgh",
            "companyName": "Zulauf, Grady and Veum",
            "country": "FJ",
            "id": "6d8adbcb-9ab7-47c2-ad59-0d279f1cbb96",
            "personName": {
              "first": "Eriberto",
              "last": "Mann",
              "middle": "Emerson",
              "prefix": "Mrs.",
              "raw": "Derrick Roberts",
              "suffix": "Sr."
            },
            "postalCode": "09695-0300",
            "stateProvince": "Indiana",
            "street1": "8483 Gutmann Villages",
            "street2": "Suite 738",
            "type": "HOME"
          },
          {
            "city": "East Fredfurt",
            "companyName": "Runte, Mertz and Abbott",
            "country": "GE",
            "id": "813d097f-861e-496a-8b6e-ea94178ca916",
            "personName": {
              "first": "Luna",
              "last": "Conroy",
              "middle": "Charlie",
              "prefix": "Mr.",
              "raw": "Bethany Johnson",
              "suffix": "II"
            },
            "postalCode": "27469-5732",
            "stateProvince": "Montana",
            "street1": "7124 Maci Pines",
            "street2": "Apt. 649",
            "type": "HOME"
          }
        ],
        "email": [
          {
            "id": "9c182a60-0025-499e-a786-25366d841664",
            "type": "PERSONAL",
            "value": "Modesto.Howell9@hotmail.com"
          },
          {
            "id": "f21db5db-b86c-4d08-b778-b3d4da0d3505",
            "type": "PERSONAL",
            "value": "Hilbert_Hudson-Kozey@hotmail.com"
          },
          {
            "id": "1e5c8c48-bf3c-4d7b-a9d7-ce2c675b9612",
            "type": "PERSONAL",
            "value": "Hudson41@yahoo.com"
          },
          {
            "id": "24dfe528-2eec-4f44-ad0d-b9fd832701b1",
            "type": "PERSONAL",
            "value": "Ruben.Deckow@yahoo.com"
          }
        ],
        "phone": [
          {
            "allowedSMS": false,
            "areaCode": "688",
            "carrier": "VERIZON",
            "countryCode": "04",
            "extension": "462",
            "id": "184ada3a-800d-412d-a52f-53eef100177d",
            "number": "40685816",
            "type": "MOBILE"
          },
          {
            "allowedSMS": true,
            "areaCode": "678",
            "carrier": "ATT",
            "countryCode": "06",
            "extension": "027",
            "id": "4a0d3d36-db2f-4663-b3cc-cc947da6f13c",
            "number": "47998800",
            "type": "MOBILE"
          },
          {
            "allowedSMS": false,
            "areaCode": "654",
            "carrier": "SPRINT",
            "countryCode": "74",
            "extension": "433",
            "id": "80fa7e98-a88d-4f42-a190-eeb38e399e06",
            "number": "74234107",
            "type": "MOBILE"
          },
          {
            "allowedSMS": false,
            "areaCode": "793",
            "carrier": "VERIZON",
            "countryCode": "34",
            "extension": "290",
            "id": "0633fc05-be28-4984-8e2f-9fd7d2ecb9c4",
            "number": "32786358",
            "type": "MOBILE"
          },
          {
            "allowedSMS": false,
            "areaCode": "640",
            "carrier": "VERIZON",
            "countryCode": "84",
            "extension": "144",
            "id": "1ffc4b1f-bc37-4f6a-bd4c-08e10f16deed",
            "number": "57202187",
            "type": "MOBILE"
          }
        ]
      },
      "loyaltyAccount": [
        {
          "id": "106e381d-85a8-4d45-8530-527862204517",
          "latestAwardDate": "2025-12-26",
          "loyaltyTierLevel": {
            "atpco": "33",
            "customerInsight": "79",
            "name": "silver",
            "number": 1,
            "priority": 8,
            "tag": "dcy"
          },
          "memberAirline": "[ob",
          "memberId": "7800020338",
          "membershipStartDate": "2026-05-19",
          "mileage": {
            "unit": "MILES",
            "value": 4788
          },
          "pnrId": "5",
          "points": 25057,
          "source": "PNR"
        }
      ],
      "passengerRef": "7pBo",
      "personName": {
        "first": "Shaun",
        "last": "Romaguera",
        "middle": "Blake",
        "prefix": "Miss",
        "raw": "Kelly Beahan",
        "suffix": "I"
      },
      "profileIdentifier": "0207741645"
    },
    "version": "0884918"
  },
  "results": [
    {
      "passengerId": "Q5LCot",
      "status": {
        "code": "NOT_FOUND",
        "message": "Operation completed successfully.",
        "type": "SUCCESS"
      }
    },
    {
      "passengerId": "nsP8SF",
      "status": {
        "code": "NOT_FOUND",
        "message": "Operation completed successfully.",
        "type": "SUCCESS"
      }
    }
  ]
}
{
  "errorCode": "ERR.2SG.SEC.AUTH",
  "message": "Invalid input format provided",
  "status": "NotProcessed",
  "timeStamp": "2026-06-16T00:00:00.0Z",
  "type": "BusinessLogic"
}
Query Parameter NameExample
jipcc*culpa
Header NameExample
Application-ID"esse qui"
Authorization*"proident laboris"
Conversation-ID"Lorem deserunt dolore in do"
Message-ID"Excepteur"
Session-ID*"labore"
{
  "results": [
    {
      "standbyFlightId": "q30Ioe",
      "status": {
        "code": "VALIDATION_ERROR",
        "message": "Operation completed successfully.",
        "type": "SUCCESS"
      }
    }
  ],
  "standbyFlights": [
    {
      "aircraftLease": {
        "lessorAirline": "[ob",
        "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
      },
      "airline": "[ob",
      "arrivalAirport": "[ob",
      "arrivalCountry": "BJ",
      "arrivalFlightScheduleStatus": "DELAYED",
      "arrivalTerminal": "7G",
      "arrivalTime": "2027-04-01T00:00:00.0Z",
      "boardingTime": "1969-12-20T13:15:02.0Z",
      "changeOfGauge": false,
      "commuter": false,
      "departureAirport": "[ob",
      "departureCountry": "MK",
      "departureFlightScheduleStatus": "DELAYED",
      "departureGate": "61",
      "departureTerminal": "Pc",
      "departureTime": "2027-05-09T00:00:00.0Z",
      "disclosureAirline": "[ob",
      "distance": {
        "unit": "MILES",
        "value": 3302
      },
      "equipment": "640",
      "estimatedArrivalTime": "1956-05-25T08:13:43.0Z",
      "estimatedDepartureTime": "1892-08-10T21:35:42.0Z",
      "flightDuration": 370,
      "flightNumber": "930",
      "flightStop": [
        {
          "airport": "[ob",
          "arrivalTime": "2027-02-23T00:00:00.0Z",
          "departureTime": "2026-12-10T00:00:00.0Z",
          "duration": 42,
          "elapsedTime": 133
        },
        {
          "airport": "[ob",
          "arrivalTime": "2027-04-26T00:00:00.0Z",
          "departureTime": "2027-02-18T00:00:00.0Z",
          "duration": 175,
          "elapsedTime": 144
        },
        {
          "airport": "[ob",
          "arrivalTime": "2026-07-16T00:00:00.0Z",
          "departureTime": "2026-10-31T00:00:00.0Z",
          "duration": 128,
          "elapsedTime": 273
        },
        {
          "airport": "[ob",
          "arrivalTime": "2027-03-24T00:00:00.0Z",
          "departureTime": "2026-10-14T00:00:00.0Z",
          "duration": 88,
          "elapsedTime": 91
        }
      ],
      "iatci": true,
      "id": "5a5a3a8c-73fb-4d77-b780-11feb2f85f4d",
      "operatingAirline": "[ob",
      "operatingAirlineName": "[object Object]",
      "operatingFlightNumber": "377",
      "seatsAvailability": [
        {
          "cabinClassCode": "J",
          "numberOfSeats": 20
        }
      ],
      "span": "DOMESTIC",
      "status": "CANCELLED",
      "subjectToGovernmentApproval": false,
      "thirdPartyGroundHandled": true,
      "throughFlight": false,
      "timeToDeparture": 161
    }
  ]
}
{
  "errorCode": "ERR.2SG.SEC.AUTH",
  "message": "Invalid input format provided",
  "status": "Incomplete",
  "timeStamp": "2026-06-16T00:00:00.0Z",
  "type": "BusinessLogic"
}
sabretravelairlinepassengerdccirest